@charset "UTF-8";
* {
  box-sizing: border-box !important;
}

:root {
  --primary-color: #ec6326;
  --secondary-color: #405FF2;
  --secondary-color-two: #e7c873;
  --white-color:#ffffff;
  --dark-color:#181A20;
  --dark-colo-two:#1F2128;
  --dark-light-color:#32363F;
  --dark-light-color-two:#777777;
  --border-color: #E8E8E9;
  --background-light-color:#F3F4F4;
  --light-font-color:#A6A6A6;
  --body-weight: 400;
  --btn-weight: 500;
  --title-weight: 600;
  --title-font: "DM Sans", "Arial", "Helvetica", sans-serif;
  --normal-font: "Jost", "Arial", "Helvetica", sans-serif;
  --btn-font: "Jost", "Arial", "Helvetica", sans-serif;
}

/*
return
@font-face {
 font-family: 'DMSans';
 src: url('../fonts/DMSans-SemiBold.ttf') format('truetype');
}
@font-face {
 font-family: 'Jost';
 src: url('../fonts/Jost-Regular.ttf') format('truetype');
}
@font-face {
 font-family: 'Jost Medium';
 src: url('../fonts/Jost-Medium.ttf') format('truetype');
}

 */
.col-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-11 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-10 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-9 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-8 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-7 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-6 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-5 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-4 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-2 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-1 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

@media screen and (max-width: 1200px) {
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media screen and (max-width: 1200px) {
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media screen and (max-width: 1200px) {
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media screen and (max-width: 1200px) {
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media screen and (max-width: 1200px) {
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media screen and (max-width: 1200px) {
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media screen and (max-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media screen and (max-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media screen and (max-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media screen and (max-width: 992px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media screen and (max-width: 992px) {
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media screen and (max-width: 992px) {
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media screen and (max-width: 992px) {
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media screen and (max-width: 992px) {
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media screen and (max-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media screen and (max-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media screen and (max-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 992px) {
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media screen and (max-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media screen and (max-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media screen and (max-width: 768px) {
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media screen and (max-width: 768px) {
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media screen and (max-width: 768px) {
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media screen and (max-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media screen and (max-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media screen and (max-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media screen and (max-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media screen and (max-width: 576px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media screen and (max-width: 576px) {
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media screen and (max-width: 576px) {
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media screen and (max-width: 576px) {
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media screen and (max-width: 576px) {
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media screen and (max-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 576px) {
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media screen and (max-width: 576px) {
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media screen and (max-width: 576px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 576px) {
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media screen and (max-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
  word-wrap: break-word;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 1rem;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit !important;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  border-radius: 0;
  outline: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

button {
  cursor: pointer;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  transition: 0.3s ease;
}
button:active, button:focus, button:visited {
  outline: none;
}
button:focus-visible {
  outline: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
p + p {
  margin-top: 1.25rem;
}

body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
  transition: 0.3s ease;
}

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

a:focus {
  outline: 0;
}

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

a:-webkit-any-link:focus-visible {
  outline-offset: 0;
}

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

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

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

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

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

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

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

.main-navigation li {
  position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

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

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

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

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

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

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

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

.bypostauthor {
  display: block;
}

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

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

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.hidden {
  display: none !important;
}

input[type=text]:active, input[type=text]:focus, input[type=email]:active, input[type=email]:focus, input[type=url]:active, input[type=url]:focus, input[type=password]:active, input[type=password]:focus, input[type=search]:active, input[type=search]:focus, input[type=number]:active, input[type=number]:focus, input[type=tel]:active, input[type=tel]:focus, input[type=range]:active, input[type=range]:focus, input[type=date]:active, input[type=date]:focus, input[type=month]:active, input[type=month]:focus, input[type=week]:active, input[type=week]:focus, input[type=time]:active, input[type=time]:focus, input[type=datetime]:active, input[type=datetime]:focus, input[type=datetime-local]:active, input[type=datetime-local]:focus, input[type=color]:active, input[type=color]:focus, textarea:active, textarea:focus {
  box-shadow: none !important;
}

body {
  position: relative;
}
body .templines-dark-page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
body .templines-line-page-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  max-width: 87.6875rem;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
body .templines-line-page-wrap span {
  width: 0.0625rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
}

.templines-main-wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 100%;
}

.padding-page-section {
  padding: 0 1.5rem;
}

.bordered-section {
  border-radius: 1.875rem;
}

.overflow-hidden {
  overflow: hidden;
}

.templines-container {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 84rem;
  margin: 0 auto;
}

.templines-row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  flex-wrap: wrap;
}

.about-us-text-section {
  max-width: 22.25rem;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: var(--dark-light-color-two);
}
.about-us-text-section.style-home-page-four {
  max-width: none;
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
}

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

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

body {
  font-family: var(--normal-font);
  font-weight: var(--body-weight);
  font-style: normal;
  font-size: 1rem;
  line-height: 1.625rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  margin-top: 0;
  margin-bottom: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

h1 {
  font-size: 4.5rem;
  line-height: 5.125rem;
}
h1.big-h1-style {
  font-size: 5.75rem;
  line-height: 6.375rem;
}
h1.big-h1-style span.text-regards {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 4.5rem;
  line-height: 5.125rem;
  border: 3px solid;
  border-radius: 0 2.5rem 0 2.5rem;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

h2 {
  font-size: 3.25rem;
  line-height: 3.875rem;
}

h3 {
  font-size: 2rem;
  line-height: 2.625rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 2.125rem;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.625rem;
}

.swiper-slide {
  display: inline-flex;
  align-items: center;
}

.templines-font-style-normal {
  font-family: var(--normal-font);
}

.templines-font-style-h {
  font-family: var(--title-font);
}

.templines-font-style-semi-bolt {
  font-family: var(--btn-font);
}

.gap-10 {
  padding-top: 0.625rem;
}

.gap-20 {
  padding-top: 1.25rem;
}

.gap-30 {
  padding-top: 1.875rem;
}

.gap-40 {
  padding-top: 2.5rem;
}

.gap-50 {
  padding-top: 3.125rem;
}

.gap-60 {
  padding-top: 3.75rem;
}

.gap-70 {
  padding-top: 4.375rem;
}

.gap-80 {
  padding-top: 5rem;
}

.gap-90 {
  padding-top: 5.625rem;
}

.gap-100 {
  padding-top: 6.25rem;
}

.templines-header .logotype-text {
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 26px;
  margin-bottom: 0;
  line-height: 24px;
}
.templines-header .widget {
  margin-bottom: 0;
}
.templines-header.header-style-one .top-header-content-wrap .entry-header-top-content {
  padding: 0.9375rem 3.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.templines-header.header-style-one .top-header-content-wrap .entry-header-top-content .left-header-top-content .header-contact-info a {
  color: inherit;
}
.templines-header.header-style-one .top-header-content-wrap .entry-header-top-content .left-header-top-content .header-contact-info .separator-contact-info {
  margin: 0 0.5rem;
}
.templines-header.header-style-one .top-header-content-wrap .entry-header-top-content .right-header-top-content {
  display: flex;
}
.templines-header.header-style-one .top-header-content-wrap .entry-header-top-content .right-header-top-content .additional-information-wrap {
  padding-right: 3.125rem;
  display: flex;
}
.templines-header.header-style-one .top-header-content-wrap .entry-header-top-content .right-header-top-content .additional-information-wrap .top-header-changer-lang-wrap {
  display: flex;
}
.templines-header.header-style-one .top-header-content-wrap .entry-header-top-content .right-header-top-content .additional-information-wrap > div {
  position: relative;
}
.templines-header.header-style-one .top-header-content-wrap .entry-header-top-content .right-header-top-content .additional-information-wrap > div a {
  color: inherit;
}
.templines-header.header-style-one .top-header-content-wrap .entry-header-top-content .right-header-top-content .additional-information-wrap > div + div:before {
  position: relative;
  top: 0.3125rem;
  display: inline-block;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  content: "";
  left: 0;
  height: 0.9375rem;
  background: red;
  width: 0.0625rem;
}
.templines-header.header-style-one .top-header-content-wrap .entry-header-top-content .right-header-top-content .login-header-wrap .login-btn-wrap span.divider-links {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.templines-header.header-style-one .top-header-content-wrap .entry-header-top-content .right-header-top-content .login-header-wrap .icon-wrap {
  margin-right: 0.4375rem;
}
.templines-header.header-style-one .top-header-content-wrap .entry-header-top-content .right-header-top-content .login-header-wrap .icon-wrap svg {
  position: relative;
  top: 0.0625rem;
}
.templines-header.header-style-one .bottom-header-content-wrap {
  padding: 0.75rem 0.9375rem;
}
.templines-header.header-style-one .bottom-header-content-wrap .entry-header-bottom-content {
  position: relative;
  max-width: 82.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.templines-header.header-style-one .bottom-header-content-wrap .entry-header-bottom-content .navigation-site-wrap {
  flex-grow: 1;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.templines-header.header-style-one .bottom-header-content-wrap .entry-header-bottom-content .navigation-site-wrap .fl-mega-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.templines-header.header-style-one .bottom-header-content-wrap .entry-header-bottom-content .navigation-site-wrap .mobile-menu-btn {
  cursor: pointer;
  position: relative;
  width: 1.25rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
}
.templines-header.header-style-one .bottom-header-content-wrap .entry-header-bottom-content .navigation-site-wrap .mobile-menu-btn span {
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
  height: 0.125rem;
  width: 100%;
  background: var(--dark-color);
}
.templines-header.header-style-one .bottom-header-content-wrap .entry-header-bottom-content .navigation-site-wrap .mobile-menu-btn span:before, .templines-header.header-style-one .bottom-header-content-wrap .entry-header-bottom-content .navigation-site-wrap .mobile-menu-btn span:after {
  transition: 0.3s ease;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: var(--dark-color);
}
.templines-header.header-style-one .bottom-header-content-wrap .entry-header-bottom-content .navigation-site-wrap .mobile-menu-btn span:before {
  top: 0.375rem;
}
.templines-header.header-style-one .bottom-header-content-wrap .entry-header-bottom-content .navigation-site-wrap .mobile-menu-btn span:after {
  bottom: 0.375rem;
}
.templines-header.header-style-one .bottom-header-content-wrap .entry-header-bottom-content .navigation-site-wrap .mobile-menu-btn:hover span {
  background: var(--primary-color);
}
.templines-header.header-style-one .bottom-header-content-wrap .entry-header-bottom-content .navigation-site-wrap .mobile-menu-btn:hover span:before, .templines-header.header-style-one .bottom-header-content-wrap .entry-header-bottom-content .navigation-site-wrap .mobile-menu-btn:hover span:after {
  background: var(--primary-color);
}
.templines-header.header-style-one.header-style-light {
  position: relative;
  z-index: 2;
}
.templines-header.header-style-one.header-style-light .top-header-content-wrap {
  background: transparent;
  color: var(--dark-color);
}
.templines-header.header-style-one.header-style-light .top-header-content-wrap a {
  color: var(--dark-color);
}
.templines-header.header-style-one.header-style-light .top-header-content-wrap a:hover {
  color: var(--primary-color);
}
.templines-header.header-style-one.header-style-light .top-header-content-wrap .header-contact-info a:hover {
  color: var(--primary-color);
}
.templines-header.header-style-one.header-style-light .top-header-content-wrap .header-contact-info .phone-info {
  color: var(--primary-color);
}
.templines-header.header-style-one.header-style-light .top-header-content-wrap .header-contact-info .phone-info:hover {
  color: var(--dark-color);
}
.templines-header.header-style-one.header-style-light .top-header-content-wrap .additional-information-wrap div + div:before {
  background: var(--border-color) !important;
}
.templines-header.header-style-one.header-style-light .top-header-content-wrap .additional-information-wrap .top-header-link-wrap a:hover {
  color: var(--primary-color);
}
.templines-header.header-style-one.header-style-light .top-header-content-wrap .additional-information-wrap .top-header-changer-lang-wrap .lang-changer-wrap > a:hover {
  color: var(--primary-color);
}
.templines-header.header-style-one.header-style-light .bottom-header-content-wrap {
  padding: 1.5625rem 0.9375rem;
  position: absolute;
  top: 100%;
  width: 100%;
  background: transparent;
  z-index: 1;
}
.templines-header.header-style-one.header-style-light .bottom-header-content-wrap .navigation-site-wrap .nav-menu > ul > li > a {
  color: var(--dark-color);
}
.templines-header.header-style-one.header-style-light .bottom-header-content-wrap .navigation-site-wrap .nav-menu > ul > li > a:hover {
  color: var(--primary-color);
}
.templines-header.header-style-two {
  padding: 1.875rem 1.5rem;
}
.templines-header.header-style-two .header-content-wrap {
  padding: 0.9375rem 1.875rem;
  border-radius: 4.375rem;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content {
  display: flex;
  align-items: center;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content {
  flex-grow: 1;
  padding-left: 1.875rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap {
  display: inline-flex;
  position: relative;
  flex-grow: 1;
  border-radius: 1.875rem;
  max-width: 42.75rem;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap .nav-menu {
  padding: 0 0.3125rem;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap .nav-menu li.menu-item-depth-0 > a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap .nav-search-form-wrap {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 3;
  transform-origin: right;
  transition: 0.4s ease;
  width: -webkit-calc(100% -  2.5rem);
  width: -moz-calc(100% -  2.5rem);
  width: calc(100% -  2.5rem);
  left: 1.5625rem;
  border-radius: 0;
  transform: translateY(100%);
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap .nav-search-form-wrap form {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap .nav-search-form-wrap input {
  background: transparent;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.9375rem;
  max-width: 100%;
  height: 100%;
  border: none;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap .nav-search-form-wrap.opened {
  transform: translateY(0%);
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap .nav-search-form-wrap .templines-close-search-form {
  display: flex;
  align-content: center;
  align-items: center;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  cursor: pointer;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap .nav-search-form-wrap .templines-close-search-form svg {
  max-width: 0.8125rem;
  height: auto;
  width: 100%;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap .nav-search-form-wrap .templines-close-search-form svg path {
  transition: 0.3s ease;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap .nav-search-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  cursor: pointer;
  padding-right: 0.625rem;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap .nav-search-icon-wrap svg {
  max-width: 1.25rem;
  height: auto;
  width: 100%;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap .nav-search-icon-wrap svg path {
  transition: 0.3s ease;
  fill: var(--white-color);
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap .nav-search-icon-wrap:hover svg path {
  fill: var(--primary-color);
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .site-header-btn-tel-info {
  display: inline-flex;
  align-items: center;
  padding-left: 0.9375rem;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .site-header-btn-tel-info .widget_templines_phone_number {
  margin-right: 1.25rem;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .site-header-btn-tel-info .widget_templines_phone_number a {
  color: var(--white-color);
  display: flex;
  align-items: center;
  line-height: 1;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .site-header-btn-tel-info .widget_templines_phone_number a:hover {
  color: var(--primary-color);
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .site-header-btn-tel-info .widget_templines_phone_number .tel-svg-wrap {
  margin-right: 0.625rem;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .site-header-btn-tel-info .widget_templines_phone_number .tel-svg-wrap svg {
  height: auto;
  width: 100%;
  max-width: 1.25rem;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .site-header-btn-tel-info .widget_templines_phone_number .tel-svg-wrap svg path {
  fill: var(--primary-color);
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .site-header-btn-tel-info .widget + .widget {
  margin-left: 1.875rem;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .mobile-menu-btn {
  cursor: pointer;
  position: relative;
  width: 1.25rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .mobile-menu-btn span {
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
  height: 0.125rem;
  width: 100%;
  background: var(--dark-color);
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .mobile-menu-btn span:before, .templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .mobile-menu-btn span:after {
  transition: 0.3s ease;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: var(--dark-color);
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .mobile-menu-btn span:before {
  top: 0.375rem;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .mobile-menu-btn span:after {
  bottom: 0.375rem;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .mobile-menu-btn:hover span {
  background: var(--primary-color);
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .mobile-menu-btn:hover span:before, .templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .mobile-menu-btn:hover span:after {
  background: var(--primary-color);
}
.templines-header.header-style-two.header-style-dark {
  background: var(--dark-color);
}
.templines-header.header-style-two.header-style-dark .header-content-wrap {
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
}
.templines-header.header-style-two.header-style-dark .header-content-wrap .entry-header-bottom-content .right-header-entry-content .nav-search-form-wrap {
  background: #24262a;
}
.templines-header.header-style-two.header-style-dark .header-content-wrap .entry-header-bottom-content .right-header-entry-content .nav-search-form-wrap input {
  color: var(--white-color);
}
.templines-header.header-style-two.header-style-dark .header-content-wrap .entry-header-bottom-content .right-header-entry-content .nav-search-form-wrap input::placeholder {
  color: var(--white-color);
}
.templines-header.header-style-two.header-style-dark .header-content-wrap .entry-header-bottom-content .right-header-entry-content .nav-search-form-wrap .templines-close-search-form svg path {
  fill: var(--white-color);
}
.templines-header.header-style-two.header-style-dark .header-content-wrap .entry-header-bottom-content .right-header-entry-content .nav-search-form-wrap .templines-close-search-form:hover svg path {
  fill: var(--primary-color);
}
.templines-header.header-style-two.header-style-dark .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap {
  background: rgba(255, 255, 255, 0.05);
}
.templines-header.header-style-two.header-style-dark .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap .nav-menu li.menu-item-depth-0 > a {
  color: var(--white-color);
}
.templines-header.header-style-two.header-style-dark .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap .nav-menu li.menu-item-depth-0 > a:hover {
  color: var(--primary-color);
}
.templines-header.header-style-two.header-style-dark .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap .nav-menu li.menu-item-depth-0.has-submenu > a svg path {
  fill: rgba(255, 255, 255, 0.4);
}
.templines-header.header-style-two.header-style-dark .header-content-wrap .entry-header-bottom-content .right-header-entry-content .site-header-btn-tel-info {
  display: inline-flex;
  align-items: center;
  padding-left: 1.875rem;
}
.templines-header.header-style-two.header-style-dark .header-content-wrap .entry-header-bottom-content .right-header-entry-content .nav-search-form-wrap {
  background: #24262a;
}
.templines-header.header-style-two.header-style-dark .mobile-menu-btn span {
  background: var(--white-color) !important;
}
.templines-header.header-style-two.header-style-dark .mobile-menu-btn span:before, .templines-header.header-style-two.header-style-dark .mobile-menu-btn span:after {
  background: var(--white-color) !important;
}
.templines-header.header-style-two.header-style-dark .mobile-menu-btn:hover span {
  background: var(--primary-color) !important;
}
.templines-header.header-style-two.header-style-dark .mobile-menu-btn:hover span:before, .templines-header.header-style-two.header-style-dark .mobile-menu-btn:hover span:after {
  background: var(--primary-color) !important;
}
.templines-header.header-style-two.header-style-light .header-content-wrap {
  background: var(--background-light-color);
}
.templines-header.header-style-two.header-style-light .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap {
  background: var(--white-color);
}
.templines-header.header-style-two.header-style-light .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap .nav-search-form-wrap {
  background: var(--white-color);
}
.templines-header.header-style-two.header-style-light .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap ul li.menu-item-depth-0 > a {
  color: var(--dark-color);
}
.templines-header.header-style-two.header-style-light .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap ul li.menu-item-depth-0 > a:hover {
  color: var(--primary-color);
}
.templines-header.header-style-two.header-style-light .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap .nav-search-icon-wrap svg path {
  fill: var(--dark-color);
}
.templines-header.header-style-two.header-style-light .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap .nav-search-icon-wrap:hover svg path {
  fill: var(--primary-color);
}
.templines-header.header-style-two.header-style-light .header-content-wrap .entry-header-bottom-content .right-header-entry-content .widget_templines_phone_number a {
  color: var(--dark-color);
}
.templines-header.header-style-two.header-style-light .header-content-wrap .entry-header-bottom-content .right-header-entry-content .widget_templines_phone_number a:hover {
  color: var(--primary-color);
}

.navigation-site-wrap .fl-mega-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.navigation-site-wrap .fl-mega-menu > ul li.menu-item-depth-0 {
  display: inline-flex;
}
.navigation-site-wrap .fl-mega-menu > ul li.menu-item-depth-0 > a {
  font-family: var(--btn-font);
  padding: 0 1.25rem;
  transition: 0.3s ease;
}
.navigation-site-wrap .fl-mega-menu > ul li.menu-item-depth-0 > a svg {
  position: relative;
  top: -1px;
  margin-left: 7px;
}

.fl-mega-menu a {
  white-space: nowrap;
  font-weight: 500;
}
.fl-mega-menu .sub-menu {
  margin: 0;
  padding: 0;
}
.fl-mega-menu .sub-menu li ul {
  margin: 0;
  padding: 0;
}
.fl-mega-menu > ul > li:not(.sub-menu-full-width) {
  position: relative;
}
.fl-mega-menu > ul > li:not(.mega-menu-item) .sub-nav .sub-menu li.has-submenu > a:before {
  color: #d2d2d2;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.21875rem 0 0.21875rem 0.3125rem;
  border-color: transparent transparent transparent #d2d2d2;
  position: absolute;
  top: 0.75rem;
  right: 0.9375rem;
  transform: translateY(-50%);
}
.fl-mega-menu > ul > li:not(.mega-menu-item) .sub-nav .sub-menu li.has-submenu:hover > .double-sub-menu {
  transition: 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.fl-mega-menu > ul > li:not(.mega-menu-item) .sub-nav .sub-menu .double-sub-menu {
  box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.175);
  border: 0.0625rem solid #eaeaeb;
  padding: 0.9375rem 0;
  background: #fff;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -16px;
  left: 100%;
  margin-left: 5px;
  transform: translateX(-30px);
}
.fl-mega-menu > ul > li:not(.mega-menu-item) .sub-nav .sub-menu .double-sub-menu.sub-nav-left {
  z-index: 1001;
  left: auto;
  margin-right: 5px;
  right: 100%;
  transform: translateX(30px);
}
.fl-mega-menu > ul > li.has-submenu .sub-nav {
  z-index: 999;
  display: flex;
  position: absolute;
  width: 315px;
  left: 0;
  top: 3.0625rem;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.3s ease-in-out;
}
.fl-mega-menu > ul > li.has-submenu .sub-nav.open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.fl-mega-menu > ul > li.has-submenu .sub-nav > .sub-menu {
  text-align: left;
  box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.175);
  border: 0.0625rem solid #eaeaeb;
  padding: 0.9375rem 0;
  background: #fff;
  width: 100%;
}
.fl-mega-menu > ul > li.has-submenu .sub-nav > .sub-menu li {
  display: block;
}
.fl-mega-menu > ul > li.has-submenu .sub-nav > .sub-menu li a {
  font-size: 0.875rem;
  color: inherit;
  padding: 0 4.375rem 0.625rem 1.875rem;
  width: 100%;
  min-width: 9.6875rem;
  display: block;
  position: relative;
  border-bottom: none;
  transition: 0.3s ease;
  font-weight: 400;
}
.fl-mega-menu > ul > li.has-submenu .sub-nav > .sub-menu li a svg {
  margin-left: 90%;
  transform: rotate(-90deg);
}
.fl-mega-menu > ul > li.has-submenu .sub-nav > .sub-menu li a:hover {
  color: var(--primary-color);
}
.fl-mega-menu > ul > li.has-submenu .sub-nav .sub-nav {
  left: 315px;
  top: 0;
}
.fl-mega-menu > ul > li .sub-nav li.has-submenu:hover .sub-nav {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.fl-mega-menu > ul > li.mega-menu-item .sub-nav > ul > li {
  display: block;
}
.fl-mega-menu > ul > li.mega-menu-item .sub-nav > ul > li > a {
  padding-bottom: 10px !important;
}
.fl-mega-menu > ul > li.mega-menu-item .sub-nav > ul > li > ul li {
  display: block;
}
.fl-mega-menu > ul > li.mega-menu-item .sub-nav > ul.max-columns-1 > li {
  display: block;
}
.fl-mega-menu > ul > li.mega-menu-item .sub-nav > ul.max-columns-2 > li {
  display: inline-block;
  float: left;
}
.fl-mega-menu > ul > li.mega-menu-item .sub-nav > ul.max-columns-2 > li:nth-child(3n) {
  clear: left;
}
.fl-mega-menu > ul > li.mega-menu-item .sub-nav > ul.max-columns-3 > li, .fl-mega-menu > ul > li.mega-menu-item .sub-nav > ul.max-columns-4 > li, .fl-mega-menu > ul > li.mega-menu-item .sub-nav > ul.max-columns-5 > li {
  display: inline-block;
  float: left;
}
.fl-mega-menu > ul > li.mega-menu-item .sub-nav > ul.max-columns-3 > li:nth-child(5n), .fl-mega-menu > ul > li.mega-menu-item .sub-nav > ul.max-columns-3 > li:nth-child(6n), .fl-mega-menu > ul > li.mega-menu-item .sub-nav > ul.max-columns-4 > li:nth-child(5n), .fl-mega-menu > ul > li.mega-menu-item .sub-nav > ul.max-columns-4 > li:nth-child(6n), .fl-mega-menu > ul > li.mega-menu-item .sub-nav > ul.max-columns-5 > li:nth-child(5n), .fl-mega-menu > ul > li.mega-menu-item .sub-nav > ul.max-columns-5 > li:nth-child(6n) {
  clear: left;
}
.fl-mega-menu > ul > li.sub-menu-full-width {
  position: inherit;
}
.fl-mega-menu > ul > li.sub-menu-full-width .sub-nav {
  width: 100%;
  top: 60px;
}
.fl-mega-menu > ul > li.sub-menu-full-width .sub-nav > .sub-menu {
  width: 100%;
  padding: 0.9375rem;
}
.fl-mega-menu > ul > li.sub-menu-full-width .sub-nav > .sub-menu > li {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.fl-mega-menu > ul > li.sub-menu-full-width .sub-nav > .sub-menu > li a {
  padding-left: 0;
  padding-right: 0;
}
.fl-mega-menu > ul > li.sub-menu-full-width .sub-nav > .sub-menu > li:last-child > a {
  padding-bottom: 0;
}
.fl-mega-menu > ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-1 > li {
  display: block;
  width: 100%;
}
.fl-mega-menu > ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-1 > li > a {
  white-space: normal;
}
.fl-mega-menu > ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-2 > li {
  display: block;
  width: 50%;
}
.fl-mega-menu > ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-2 > li > a {
  white-space: normal;
}
.fl-mega-menu > ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-3 > li {
  display: block;
  width: 33.3333333%;
}
.fl-mega-menu > ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-3 > li > a {
  white-space: normal;
}
.fl-mega-menu > ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-4 > li {
  display: block;
  width: 25%;
}
.fl-mega-menu > ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-4 > li > a {
  white-space: normal;
}

.mega-menu-item .sub-nav .sub-menu-wide > li > a {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: var(--btn-font);
  color: var(--dark-color);
}

.templines-default-btn-style {
  border-radius: 6.25rem;
  cursor: pointer;
  padding: 0.9375rem 2.8125rem;
  transition: 0.3s ease;
  display: inline-flex;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: var(--btn-font);
  font-weight: var(--btn-weight);
  align-items: center;
}
.templines-default-btn-style .svg-icon-wrap-left {
  margin-right: 0.375rem;
  transform: translateY(0) !important;
}
.templines-default-btn-style .svg-icon-wrap-right {
  margin-left: 0.375rem;
  transform: translateY(0) !important;
}
.templines-default-btn-style svg {
  max-width: 0.9375rem;
  height: auto;
  width: 100%;
}
.templines-default-btn-style svg path {
  transition: 0.3s ease;
}
.templines-default-btn-style span.wpppw {
  overflow: hidden;
  width: auto;
  transition: color 0.05s ease-in-out;
}
.templines-default-btn-style span.wpppw span {
  display: inline-block;
  position: relative;
  transition: transform 0.4s;
  width: auto;
  text-align: center;
  transform-origin: 100% 0;
}
.templines-default-btn-style span.wpppw span:before {
  position: absolute;
  width: auto;
  top: 100%;
  left: 0;
  content: attr(data-hover-text);
}
.templines-default-btn-style div {
  overflow: hidden;
  width: auto;
  transition: color 0.05s ease-in-out;
}
.templines-default-btn-style div span {
  display: inline-block;
  position: relative;
  transition: transform 0.4s;
  width: auto;
  text-align: center;
  transform-origin: 100% 0;
}
.templines-default-btn-style div span:before {
  position: absolute;
  width: auto;
  top: 100%;
  left: 0;
  content: attr(data-hover-text);
}
.templines-default-btn-style:hover {
  transition: 0.3s ease;
}
.templines-default-btn-style:hover .svg-icon-wrap-left svg path, .templines-default-btn-style:hover .svg-icon-wrap-right svg path {
  fill: var(--white-color);
}
.templines-default-btn-style:hover span {
  transform: translateY(-100%);
  transform-origin: 0 0;
}
.templines-default-btn-style.templines-small-btn-style {
  padding: 0.8125rem 1.5625rem;
}
.templines-default-btn-style.templines-small-btn-style div {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
}

.templines-border-primary-btn-style {
  border: 0.0625rem solid;
  background: transparent;
}

.templines-border-secondary-btn-style {
  border: 0.0625rem solid;
  background: transparent;
}

.templines-border-dark-btn-style {
  border: 0.0625rem solid;
  background: transparent;
}

.templines-border-light-btn-style {
  border: 0.0625rem solid;
  background: transparent;
}

.lang-changer-wrap {
  position: relative;
}
.lang-changer-wrap a svg {
  position: relative;
  top: -0.0625rem;
  margin-left: 0.1875rem;
}
.lang-changer-wrap .changer-lang-wrap {
  position: absolute;
  top: 2.5rem;
  left: 0;
  z-index: 99;
  min-width: 14.375rem;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: 0.4s ease;
}
.lang-changer-wrap .changer-lang-wrap .changer-lang {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.lang-changer-wrap .changer-lang-wrap .changer-lang a {
  font-size: 0.9375rem;
  display: flex;
  padding: 0.3125rem 1.25rem;
}
.lang-changer-wrap .changer-lang-wrap.opened {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.templines-main-screen-home-page-one-wrap {
  position: relative;
}
.templines-main-screen-home-page-one-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.templines-main-screen-home-page-one-wrap .entry-main-screen-content {
  padding: 6.25rem 0rem 6.25rem 0rem;
  min-height: -webkit-calc(100vh -  7.96875rem);
  min-height: -moz-calc(100vh -  7.96875rem);
  min-height: calc(100vh -  7.96875rem);
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.templines-main-screen-home-page-one-wrap .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.templines-main-screen-home-page-one-wrap .content-wrapper .main-screen-pre-title {
  text-transform: uppercase;
}
.templines-main-screen-home-page-one-wrap .content-wrapper .main-screen-title {
  margin-bottom: 0.625rem;
  margin-top: 0.3125rem;
  max-width: 60.75rem;
}
.templines-main-screen-home-page-one-wrap .content-wrapper .main-screen-title .main-screen-title-decor-text {
  display: inline-flex;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 4.5rem;
  line-height: 4.5rem;
  border: 3px solid;
  border-radius: 0.3125rem 2.5rem 0.3125rem 2.5rem;
}
.templines-main-screen-home-page-one-wrap .content-wrapper .main-screen-text-content {
  margin-bottom: 2.1875rem;
}
.templines-main-screen-home-page-two-wrap .entry-main-screen-content {
  position: relative;
  z-index: 1;
  padding-top: 6.25rem;
  padding-bottom: 3.75rem;
}
.templines-main-screen-home-page-two-wrap .entry-main-screen-content:before {
  border-radius: 1.875rem;
  background: var(--primary-color);
  opacity: 0.06;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.templines-main-screen-home-page-two-wrap .entry-main-screen-content .main-screen-img-wrap {
  position: relative;
}
.templines-main-screen-home-page-two-wrap .entry-main-screen-content .main-screen-img-wrap .main-img-wrap img {
  animation: moveMainImg 12s ease-in-out infinite 1s;
}
.templines-main-screen-home-page-two-wrap .entry-main-screen-content .main-screen-img-wrap .main-img-decor-one {
  position: absolute;
  left: -1.25rem;
  top: -1.25rem;
  z-index: 2;
}
.templines-main-screen-home-page-two-wrap .entry-main-screen-content .main-screen-img-wrap .main-img-decor-one img {
  animation: move 8s ease-in-out infinite;
}
.templines-main-screen-home-page-two-wrap .entry-main-screen-content .main-screen-img-wrap .main-img-decor-two {
  z-index: 2;
  position: absolute;
  right: -6.25rem;
  top: 3.125rem;
}
.templines-main-screen-home-page-two-wrap .entry-main-screen-content .main-screen-img-wrap .main-img-decor-two img {
  animation: move 6s ease-in-out infinite 1s;
}
.templines-main-screen-home-page-two-wrap .entry-main-screen-content .main-screen-search-content-wrap {
  position: relative;
  z-index: 3;
  margin-top: -11.5625rem;
  padding-right: 1.875rem;
}
.templines-main-screen-home-page-two-wrap .entry-main-screen-content .main-screen-search-content-wrap .search-form-btn a {
  background: var(--secondary-color);
}
.templines-main-screen-home-page-two-wrap .entry-main-screen-content .main-screen-search-content-wrap .search-form-btn a:hover {
  background: var(--primary-color);
}

.templines-main-screen-home-page-three-wrap {
  position: relative;
}
.templines-main-screen-home-page-three-wrap .main-screen-img-slider-wrap {
  position: relative;
  overflow: hidden;
}
.templines-main-screen-home-page-three-wrap .main-screen-img-slider-wrap img {
  border-radius: 1.875rem;
}
.templines-main-screen-home-page-three-wrap .main-screen-img-slider-wrap .main-screen-image-slider-item {
  position: relative;
}
.templines-main-screen-home-page-three-wrap .main-screen-img-slider-wrap .main-screen-image-slider-item:after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(180deg, rgba(24, 26, 32, 0) 0%, rgba(24, 26, 32, 0.7) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.templines-main-screen-home-page-three-wrap .entry-main-screen-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.templines-main-screen-home-page-three-wrap .entry-main-screen-content .main-screen-content-container {
  text-align: center;
  max-width: 60.8125rem;
  margin: 0 auto;
  color: var(--white-color);
  position: relative;
}
.templines-main-screen-home-page-three-wrap .entry-main-screen-content .main-screen-content-container:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 40rem;
  height: 6.5625rem;
  display: inline-block;
  z-index: -1;
  background: #181A20;
  filter: blur(3.875rem);
  transform: translate3d(-50%, 0, 0);
}
.templines-main-screen-home-page-three-wrap .entry-main-screen-content .main-screen-content-container .main-screen-title-wrap {
  padding-left: 8%;
  padding-right: 8%;
}
.templines-main-screen-home-page-three-wrap .entry-main-screen-content .main-screen-content-container .main-screen-title-wrap .main-screen-title {
  color: var(--white-color);
}
.templines-main-screen-home-page-three-wrap .entry-main-screen-content .main-screen-content-container .main-screen-text-content {
  padding-left: 8%;
  padding-right: 8%;
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 1.875rem;
}
.templines-main-screen-home-page-three-wrap .entry-main-screen-content .main-screen-content-container .main-screen-btn-wrap .templines-default-btn-style + .templines-default-btn-style {
  margin-left: 0.9375rem;
}
.templines-main-screen-home-page-three-wrap .main-screen-home-page-slider-pagination .prev-arrow-swiper-main-screen-button, .templines-main-screen-home-page-three-wrap .main-screen-home-page-slider-pagination .next-arrow-swiper-main-screen-button {
  width: 4.375rem;
  height: 4.375rem;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  top: 50%;
  position: absolute;
  z-index: 5;
  cursor: pointer;
  transition: 0.3s ease;
  transform: translateY(-50%);
}
.templines-main-screen-home-page-three-wrap .main-screen-home-page-slider-pagination .prev-arrow-swiper-main-screen-button svg, .templines-main-screen-home-page-three-wrap .main-screen-home-page-slider-pagination .next-arrow-swiper-main-screen-button svg {
  max-width: 0.9375rem;
  height: auto;
  width: 100%;
}
.templines-main-screen-home-page-three-wrap .main-screen-home-page-slider-pagination .prev-arrow-swiper-main-screen-button svg path, .templines-main-screen-home-page-three-wrap .main-screen-home-page-slider-pagination .next-arrow-swiper-main-screen-button svg path {
  fill: var(--white-color);
}
.templines-main-screen-home-page-three-wrap .main-screen-home-page-slider-pagination .prev-arrow-swiper-main-screen-button:hover, .templines-main-screen-home-page-three-wrap .main-screen-home-page-slider-pagination .next-arrow-swiper-main-screen-button:hover {
  background: var(--primary-color);
}
.templines-main-screen-home-page-three-wrap .main-screen-home-page-slider-pagination .next-arrow-swiper-main-screen-button {
  right: 3.125rem;
}
.templines-main-screen-home-page-three-wrap .main-screen-home-page-slider-pagination .prev-arrow-swiper-main-screen-button {
  left: 3.125rem;
}

.templines-main-screen-home-page-four-wrap .templines-main-screen-before-title-text {
  margin-bottom: 0.9375rem;
}
.templines-main-screen-home-page-four-wrap .templines-main-screen-title-wrap .templines-main-screen-title {
  margin-bottom: 1.875rem;
}
.templines-main-screen-home-page-four-wrap .templines-main-screen-title-wrap .templines-main-screen-title .main-screen-decor-img-wrap {
  display: inline-flex;
  position: relative;
  top: 10px;
}
.templines-main-screen-home-page-four-wrap .main-screen-img-column {
  position: relative;
  margin-bottom: -9.6875rem;
  top: -9.6875rem;
  display: inline-flex;
}
.templines-main-screen-home-page-four-wrap .templines-info-item-wrap {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
}
.templines-main-screen-home-page-four-wrap .templines-info-item-wrap .top-info-text-content {
  margin-bottom: 0.9375rem;
  color: var(--dark-color);
}
.templines-main-screen-home-page-four-wrap .templines-info-item-wrap + .templines-info-item-wrap {
  padding-left: 2.1875rem;
  margin-left: 2.1875rem;
  border-left: 0.0625rem solid var(--border-color);
}

@keyframes moveMainImg {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes move {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5px, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.templines-search-form .top-form-content {
  padding: 0.9375rem 1.5625rem 0.9375rem 1.5625rem;
  display: flex;
  border-radius: 1.25rem 1.25rem 1.25rem 0;
}
.templines-search-form .top-form-content .top-entry-search-form-content-wrap {
  display: flex;
  flex-grow: 1;
}
.templines-search-form .top-form-content .top-entry-search-form-content-wrap .search-form-content {
  display: flex;
  max-width: -webkit-calc(33.333333% -  1.25rem);
  max-width: -moz-calc(33.333333% -  1.25rem);
  max-width: calc(33.333333% -  1.25rem);
  width: 100%;
  margin-right: 1.25rem;
  padding-right: 1.25rem;
  border-right: 0.0625rem solid;
}
.templines-search-form .top-form-content .top-entry-search-form-content-wrap .search-form-content .inner-search-form-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.templines-search-form .top-form-content .top-entry-search-form-content-wrap .search-form-content .inner-search-form-content label {
  text-transform: uppercase;
  font-size: 0.8125rem;
  padding: 0.1875rem 0;
  padding-top: 0.375rem;
}
.templines-search-form .top-form-content .top-entry-search-form-content-wrap .search-form-content .inner-search-form-content select {
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.templines-search-form .top-form-content .top-entry-search-form-content-wrap .search-form-content .inner-search-form-content .top-search-info-content {
  font-size: 14px;
  cursor: pointer;
  padding: 0.375rem 0;
  position: relative;
}
.templines-search-form .top-form-content .top-entry-search-form-content-wrap .search-form-content .inner-search-form-content .top-search-info-content .list {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  width: 100%;
}
.templines-search-form .top-form-content .top-entry-search-form-content-wrap .search-form-content.templines-has-drop-down-menu .templines-search-drop-down-menu {
  width: 100%;
}
.templines-search-form .top-form-content .top-entry-search-form-content-wrap .search-form-content:last-child {
  border-right: 0;
}
.templines-search-form .top-form-content .search-form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3.375rem;
}
.templines-search-form .top-form-content .search-form-btn a {
  border-radius: 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.375rem;
  height: 3.375rem;
}
.templines-search-form .top-form-content .search-form-btn a svg {
  max-width: 1.75rem;
}
.templines-search-form .bottom-search-from-content {
  display: inline-flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 31.2%;
  border-top: 0.0625rem solid;
  border-radius: 0 0 1.25rem 1.25rem;
  padding: 0.9375rem 1.5625rem 0.9375rem 1.5625rem;
}
.templines-search-form .bottom-search-from-content label {
  cursor: pointer;
  position: relative;
}
.templines-search-form .bottom-search-from-content label svg {
  max-width: 0.6875rem;
  opacity: 0;
  visibility: hidden;
  content: "";
  display: inline-block;
  width: 0.6875rem;
  height: 0.9375rem;
  position: absolute;
  left: 0.21875rem;
  top: 0.4375rem;
}
.templines-search-form .bottom-search-from-content label svg path {
  transition: 0.3s ease;
}
.templines-search-form .bottom-search-from-content label span {
  transition: 0.3s ease;
}
.templines-search-form .bottom-search-from-content label + label {
  margin-left: 1.25rem;
}
.templines-search-form .bottom-search-from-content label input {
  margin-right: 1.3125rem;
  position: relative;
  width: 0;
  height: 0;
}
.templines-search-form .bottom-search-from-content label input:before {
  transition: 0.3s ease;
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: -0.875rem;
  width: 1.0625rem;
  height: 1.0625rem;
  border: 0.125rem solid;
  border-radius: 100%;
}
.templines-search-form .bottom-search-from-content label input[type=radio]:checked + span.label-info svg {
  opacity: 1;
  visibility: visible;
}
.templines-search-form #slider-range {
  margin-left: 0.6em;
  margin-right: 0.6em;
}
.templines-search-form .top-search-info-content.nice-select {
  border: 0px;
}
.templines-search-form .search-form-content {
  border-right-color: #E8E8E9 !important;
}
.templines-search-form .inner-search-form-content label {
  margin-bottom: 0;
}
.templines-search-form .bottom-search-from-content {
  border-color: #E8E8E9 !important;
}

#fl-places-map {
  height: 496px;
}

.elementor-widget-tmreviews-catalog-map #map-canvas {
  height: 100vh;
}

.templines-property-listing-wrapper #map-canvas {
  height: 500px;
  margin-bottom: 2.5rem;
  border-radius: 15px;
}
.templines-property-listing-wrapper #map-canvas .gm-style-iw {
  padding: 0px !important;
}
.templines-property-listing-wrapper #map-canvas .gm-style-iw .gm-style-iw-d {
  padding: 0px !important;
}
.templines-property-listing-wrapper #map-canvas .gm-style-iw .gm-style-iw-d .fl-marker-content {
  display: flex;
}
.templines-property-listing-wrapper #map-canvas .gm-style-iw .gm-style-iw-d .fl-marker-content img {
  padding-top: 13px;
  padding-left: 13px;
  overflow: hidden;
}
.templines-property-listing-wrapper #map-canvas .gm-style-iw .gm-style-iw-d .fl-marker-content .fl-marker-meta {
  padding: 25px;
  height: fit-content;
  margin: auto;
}
.templines-property-listing-wrapper #map-canvas .gm-style-iw .gm-style-iw-d .fl-marker-content .fl-marker-meta .fl-marker-title {
  font-size: 24px;
  color: #222222;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  display: block;
  font-weight: 600;
}
.templines-property-listing-wrapper #map-canvas .gm-style-iw .gm-style-iw-d .fl-marker-content .fl-marker-meta .fl-marker-title:hover {
  color: #f44153;
}
.templines-property-listing-wrapper #map-canvas .gm-style-iw .gm-style-iw-d .fl-marker-content .fl-marker-meta .fl-marker-address, .templines-property-listing-wrapper #map-canvas .gm-style-iw .gm-style-iw-d .fl-marker-content .fl-marker-meta .fl-marker-phone, .templines-property-listing-wrapper #map-canvas .gm-style-iw .gm-style-iw-d .fl-marker-content .fl-marker-meta .fl-marker-reviews {
  display: block;
  margin: 10px 0;
}
.templines-property-listing-wrapper #map-canvas .gm-style-iw .gm-style-iw-d .fl-marker-content .fl-marker-meta .fl-marker-address i, .templines-property-listing-wrapper #map-canvas .gm-style-iw .gm-style-iw-d .fl-marker-content .fl-marker-meta .fl-marker-phone i, .templines-property-listing-wrapper #map-canvas .gm-style-iw .gm-style-iw-d .fl-marker-content .fl-marker-meta .fl-marker-reviews i {
  color: #4da1f4;
  margin-right: 10px;
}
.templines-property-listing-wrapper #map-canvas .gm-style-iw .gm-style-iw-d .fl-marker-content img.fl-marker-image {
  width: 250px;
  height: auto;
}

.map-icon-container {
  background-color: #ec6326 !important;
  width: fit-content;
  height: fit-content;
  padding: 5px;
  border: 3px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  display: flex;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.map-icon-container.hovered {
  background-color: #405FF2 !important;
}
.map-icon-container img.category_img {
  filter: invert(100%);
  width: 17px !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: 0 auto !important;
}

.templines-search-drop-down-menu {
  max-width: 100%;
  overflow: auto;
  min-width: 15rem;
  margin-left: 0;
  border-radius: 0.3125rem;
  box-shadow: 0 0 0 0.0625rem rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 0.25rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-1.3125rem);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  padding: 1.25rem 0.9375rem 1.25rem 0.9375rem;
}
.templines-search-drop-down-menu .price-search-form-wrap .label-slider-info {
  text-transform: uppercase;
  font-size: 0.8125rem;
  margin-bottom: 0.9375rem;
}
.templines-search-drop-down-menu .price-search-form-wrap .btn-reset-slider {
  margin-top: 0.9375rem;
}
.templines-search-drop-down-menu .price-search-form-wrap .ui-state-default, .templines-search-drop-down-menu .price-search-form-wrap .ui-widget-content .ui-state-default, .templines-search-drop-down-menu .price-search-form-wrap .ui-widget-header .ui-state-default, .templines-search-drop-down-menu .price-search-form-wrap .ui-button, .templines-search-drop-down-menu .price-search-form-wrap html .ui-button.ui-state-disabled:hover {
  border-radius: 100%;
}
.templines-search-drop-down-menu .price-search-form-wrap .ui-widget.ui-widget-content {
  height: 0.3125rem;
  background: #fff;
}
.templines-search-drop-down-menu .price-search-form-wrap .ui-slider-horizontal .ui-slider-handle {
  top: -0.5625rem;
}
.templines-search-drop-down-menu.opened {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.ui-slider-handle {
  outline: 0;
}

.templines-title-content-wrap .templines-pre-title {
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
  color: var(--primary-color);
}
.templines-title-content-wrap .templines-title {
  margin-bottom: 0.9375rem;
}
.templines-title-content-wrap.light-style-title .templines-title {
  color: var(--white-color);
}
.templines-title-content-wrap.light-style-title .templines-after-title-text-content {
  color: var(--light-font-color);
}

.templines-line-title-wrap .templines-line-title-container {
  display: flex;
  position: relative;
}
.templines-line-title-wrap .templines-line-title-container .temlines-line-title {
  display: inline-flex;
  padding-right: 10%;
  background: var(--white-color);
  margin-bottom: 0;
}
.templines-line-title-wrap .templines-line-title-container .teplines-title-line {
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  display: inline;
  width: 100%;
  height: 0.0625rem;
  background: var(--border-color);
}

.templines-title-bordered-content-wrap .templines-bordered-title {
  color: transparent;
  opacity: 0.15;
  font-size: 9.375rem;
  line-height: 1;
  -webkit-text-stroke: 0.0625rem var(--white-color);
  margin-bottom: 0;
}

.templines-animated-title-wrap .animated-title-container-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.templines-animated-title-wrap .animated-title-container-wrap .animated-title-wrap {
  display: flex;
  align-items: center;
}
.templines-animated-title-wrap .animated-title-container-wrap .animated-title-wrap .animated-decor {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  border: 0.0625rem solid #fff;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}
.templines-animated-title-wrap .animated-title-container-wrap .animated-title-wrap .animated-title {
  color: var(--white-color);
  font-size: 3.375rem;
  line-height: 1;
  white-space: nowrap;
}
.templines-animated-title-wrap .animated-title-container-wrap .animated-title-wrap .animated-title.bordered-style {
  opacity: 0.15;
  color: transparent;
  -webkit-text-stroke: 0.0625rem var(--white-color);
}
.templines-animated-title-wrap .animated-title-container-wrap.dark-style .animated-decor {
  border: 0.0625rem solid var(--dark-color);
}
.templines-animated-title-wrap .animated-title-container-wrap.dark-style .animated-title {
  color: var(--dark-color);
}
.templines-animated-title-wrap .animated-title-container-wrap.dark-style .animated-title.bordered-style {
  -webkit-text-stroke: 0.0625rem var(--dark-color);
}

.property-swiper-slider.oveflow-enable {
  overflow: hidden;
}

.property-bg-section {
  position: absolute;
  left: 1.5rem;
  top: 0;
  width: 100%;
  max-width: -webkit-calc(100% -  3rem);
  max-width: -moz-calc(100% -  3rem);
  max-width: calc(100% -  3rem);
  z-index: -1;
  height: 100%;
  opacity: 0.06;
  background: var(--primary-color);
  border-radius: 1.875rem;
}

.property-item {
  margin-top: 1.5rem;
}
.property-item .entry-property-item-content {
  border-radius: 1.25rem;
}
.property-item .entry-property-item-content .top-property-item-content .preview-img-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 1.25rem;
}
.property-item .entry-property-item-content .top-property-item-content .preview-img-wrap img {
  width: 100%;
  transition: 0.3s ease;
  border-radius: 1.25rem;
}
.property-item .entry-property-item-content .top-property-item-content .preview-img-wrap a {
  display: flex;
}
.property-item .entry-property-item-content .top-property-item-content .preview-img-wrap .templines-badge-wrap {
  position: absolute;
  left: 1.875rem;
  top: 1.25rem;
  z-index: 3;
  display: inline-flex;
}
.property-item .entry-property-item-content .top-property-item-content .preview-img-wrap .templines-badge-wrap .item-badge {
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.625rem;
  padding: 0.4375rem 0.9375rem;
}
.property-item .entry-property-item-content .top-property-item-content .preview-img-wrap .templines-badge-wrap .item-badge + .item-badge {
  margin-left: 0.625rem;
}
.property-item .entry-property-item-content .bottom-property-item-content {
  padding: 1.5625rem;
}
.property-item .entry-property-item-content .bottom-property-item-content .top-info-item-content .info-price-wishlist-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.625rem;
}
.property-item .entry-property-item-content .bottom-property-item-content .top-info-item-content .info-price-wishlist-content .price-item-content {
  font-size: 1.5rem;
}
.property-item .entry-property-item-content .bottom-property-item-content .top-info-item-content .info-price-wishlist-content .price-item-content .currency-symbol {
  margin-left: 0.25rem;
}
.property-item .entry-property-item-content .bottom-property-item-content .top-info-item-content .info-price-wishlist-content .price-item-content .rental-time {
  margin-left: 0.3125rem;
  font-size: 0.875rem;
}
.property-item .entry-property-item-content .bottom-property-item-content .top-info-item-content .info-price-wishlist-content .wishlist-item-content .wishlist-item {
  cursor: pointer;
  border-radius: 100%;
  border: 0.0625rem solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}
.property-item .entry-property-item-content .bottom-property-item-content .top-info-item-content .info-price-wishlist-content .wishlist-item-content .wishlist-item svg {
  max-width: 1rem;
  height: auto;
}
.property-item .entry-property-item-content .bottom-property-item-content .top-info-item-content .info-price-wishlist-content .wishlist-item-content .wishlist-item svg path {
  transition: 0.3s ease;
}
.property-item .entry-property-item-content .bottom-property-item-content .top-info-item-content .title-item-content-wrap .item-title-wrap .property-item-title-list {
  margin-bottom: 0.5rem;
}
.property-item .entry-property-item-content .bottom-property-item-content .top-info-item-content .title-item-content-wrap .item-title-wrap .property-item-title-list a {
  transition: 0.3s ease;
}
.property-item .entry-property-item-content .bottom-property-item-content .bottom-info-item-content {
  margin-top: 1.875rem;
  padding-top: 1.25rem;
  border-top: 0.0625rem solid;
}
.property-item .entry-property-item-content .bottom-property-item-content .bottom-info-item-content .property-item-info-wrap {
  display: flex;
  justify-content: space-between;
}
.property-item .entry-property-item-content .bottom-property-item-content .bottom-info-item-content .property-item-info-wrap .property-info-item {
  display: inline-flex;
  align-content: center;
  align-items: center;
  font-size: 0.9375rem;
}
.property-item .entry-property-item-content .bottom-property-item-content .bottom-info-item-content .property-item-info-wrap .property-info-item .item-text-wrap {
  line-height: 1;
}
.property-item .entry-property-item-content .bottom-property-item-content .bottom-info-item-content .property-item-info-wrap .property-info-item .item-icon-wrap {
  line-height: 1;
  margin-right: 0.3125rem;
  display: inline-flex;
}
.property-item .entry-property-item-content .bottom-property-item-content .bottom-info-item-content .property-item-info-wrap .property-info-item .item-icon-wrap svg {
  max-width: 1.25rem;
  height: auto;
  width: 100%;
}
.property-item .entry-property-item-content:hover .preview-img-wrap img {
  transform: scale(1.03);
}
.property-item.with-border .entry-property-item-content {
  border: 0.0625rem solid;
}
.property-item.with-border .entry-property-item-content .top-property-item-content {
  position: relative;
  left: -0.0625rem;
  top: -0.0625rem;
  width: -webkit-calc(100% +  0.125rem);
  width: -moz-calc(100% +  0.125rem);
  width: calc(100% +  0.125rem);
  height: -webkit-calc(100% +  0.0625rem);
  height: -moz-calc(100% +  0.0625rem);
  height: calc(100% +  0.0625rem);
}
.property-item.with-border .entry-property-item-content .top-property-item-content img {
  width: 100%;
  height: auto;
}

.property-item.list-item-style .entry-property-item-content {
  display: flex;
}
.property-item.list-item-style .entry-property-item-content .left-property-item-content {
  flex: 0 0 45%;
  max-width: 45%;
  width: 100%;
}
.property-item.list-item-style .entry-property-item-content .left-property-item-content .templines-badge-wrap {
  position: absolute;
  left: 1.875rem;
  top: 1.25rem;
  z-index: 3;
  display: inline-flex;
}
.property-item.list-item-style .entry-property-item-content .left-property-item-content .templines-badge-wrap .item-badge {
  background: var(--white-color);
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.625rem;
  padding: 0.4375rem 0.9375rem;
}
.property-item.list-item-style .entry-property-item-content .left-property-item-content .templines-badge-wrap .item-badge + .item-badge {
  margin-left: 0.625rem;
}
.property-item.list-item-style .entry-property-item-content .left-property-item-content .templines-badge-wrap .item-badge.custom-badge {
  background: var(--primary-color);
  color: var(--white-color);
}
.property-item.list-item-style .entry-property-item-content .left-property-item-content .preview-img-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 1.25rem;
}
.property-item.list-item-style .entry-property-item-content .left-property-item-content .preview-img-wrap a {
  display: flex;
}
.property-item.list-item-style .entry-property-item-content .left-property-item-content .preview-img-wrap img {
  width: 100%;
  transition: 0.3s ease;
  border-radius: 1.25rem;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content {
  position: relative;
  flex: 0 0 55%;
  max-width: 55%;
  width: 100%;
  padding-left: 2.1875rem;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
  padding-right: 1.5625rem;
  display: flex;
  align-items: center;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .top-property-item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .top-property-item-content .company-property-info-wrap {
  display: flex;
  align-items: center;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .top-property-item-content .company-property-info-wrap .company-logotype {
  display: inline-flex;
  margin-right: 0.625rem;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .top-property-item-content .company-property-info-wrap .company-logotype img {
  max-width: 1.5625rem;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .top-property-item-content .company-property-info-wrap .company-name {
  color: var(--dark-light-color);
  margin-right: 0.75rem;
  font-size: 0.875rem;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .top-property-item-content .company-property-info-wrap .company-phone-number {
  font-size: 1.125rem;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .top-property-item-content .company-property-info-wrap .company-phone-number a {
  color: var(--dark-color);
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .top-property-item-content .company-property-info-wrap .company-phone-number a:hover {
  color: var(--primary-color);
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .top-property-item-content .wishlist-item-content .wishlist-item {
  cursor: pointer;
  border-radius: 100%;
  border: 0.0625rem solid var(--border-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .top-property-item-content .wishlist-item-content .wishlist-item svg {
  max-width: 1rem;
  height: auto;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .top-property-item-content .wishlist-item-content .wishlist-item svg path {
  stroke: var(--dark-light-color);
  transition: 0.3s ease;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .top-property-item-content .wishlist-item-content .wishlist-item:hover svg path {
  stroke: var(--primary-color);
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .middle-property-item-content {
  padding-top: 1.25rem;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .middle-property-item-content .title-item-content-wrap {
  margin-bottom: 0.9375rem;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .middle-property-item-content .title-item-content-wrap .property-item-title-list {
  font-size: 1.625rem;
  line-height: 2rem;
  margin-bottom: 0.4375rem;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .middle-property-item-content .title-item-content-wrap .property-item-title-list a {
  color: var(--dark-color);
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .middle-property-item-content .title-item-content-wrap .property-item-title-list a:hover {
  color: var(--primary-color);
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .middle-property-item-content .property-item-info-wrap {
  display: flex;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-top: 0.0625rem solid var(--border-color);
  border-bottom: 0.0625rem solid var(--border-color);
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .middle-property-item-content .property-item-info-wrap .property-info-item {
  display: inline-flex;
  align-content: center;
  align-items: center;
  font-size: 0.9375rem;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .middle-property-item-content .property-item-info-wrap .property-info-item .item-text-wrap {
  line-height: 1;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .middle-property-item-content .property-item-info-wrap .property-info-item .item-icon-wrap {
  line-height: 1;
  margin-right: 0.3125rem;
  display: inline-flex;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .middle-property-item-content .property-item-info-wrap .property-info-item .item-icon-wrap svg {
  max-width: 1.25rem;
  height: auto;
  width: 100%;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .middle-property-item-content .property-item-info-wrap .property-info-item + .property-info-item {
  margin-left: 1.5625rem;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .bottom-property-item-content {
  padding: 0;
  display: flex;
  width: 100%;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .bottom-property-item-content .price-and-bnt-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .bottom-property-item-content .price-and-bnt-content .info-price-content .price-item-content {
  color: var(--primary-color);
  font-size: 1.6875rem;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .bottom-property-item-content .price-and-bnt-content .info-price-content .price-item-content .currency-symbol {
  margin-left: 0.25rem;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .bottom-property-item-content .price-and-bnt-content .info-price-content .price-item-content .rental-time {
  margin-left: 0.3125rem;
  font-size: 0.875rem;
  color: var(--dark-light-color);
}
.property-item.list-item-style.with-border .entry-property-item-content {
  border: 0.0625rem solid var(--border-color);
}
.property-item.list-item-style.with-border .entry-property-item-content .left-property-item-content {
  position: relative;
  left: -0.0625rem;
  top: -0.0625rem;
}
.property-item.list-item-style.with-border .entry-property-item-content .left-property-item-content .preview-img-wrap {
  border-radius: 1.25rem;
  height: -webkit-calc(100% +  0.125rem);
  height: -moz-calc(100% +  0.125rem);
  height: calc(100% +  0.125rem);
  display: flex;
}
.property-item.list-item-style.with-border .entry-property-item-content .left-property-item-content img {
  width: 100%;
  height: auto;
}

.wishlist-item.added-to-wishlist {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.wishlist-item.added-to-wishlist svg path {
  stroke: #fff !important;
}

.catalog-list__aside .catalog-list-aside-form__categories .nice-select .list {
  margin: 0;
}

.catalog-list__aside .nice-select .option:hover, .catalog-list__aside .nice-select .option.focus, .catalog-list__aside .nice-select .option.selected.focus {
  background-color: transparent;
}

.elementor-widget-tm-reviews-reviews-title .rating-container {
  width: max-content;
}
.elementor-widget-tm-reviews-reviews-title .rating-container i {
  color: var(--star-fill-color);
}
.elementor-widget-tm-reviews-reviews-title .blog-comments__content.blog-comments-content {
  width: 100%;
}
.elementor-widget-tm-reviews-reviews-title .comments_wrap .comment .comments__inner .comment-rating-show .comment-rating-wrap:before {
  background: #E8E8E9;
}
.elementor-widget-tm-reviews-reviews-title .fl-comment-form {
  padding-top: 60px;
}
.elementor-widget-tm-reviews-reviews-title .fl-comment-form .comment-coment {
  padding-left: 0;
  padding-right: 0;
}
.elementor-widget-tm-reviews-reviews-title .comments_wrap .section-reply-form form .form-group {
  margin-bottom: 0;
}
.elementor-widget-tm-reviews-reviews-title .fl-comment-form .comment-form-cookies-consent {
  bottom: 45px;
  padding-left: 15px;
}
.elementor-widget-tm-reviews-reviews-title .comment-form-rating {
  position: absolute;
  top: 0;
  background: rgba(232, 232, 233, 0.3490196078);
  padding: 10px;
  border-radius: 10px;
  border: 0.0625rem solid #E8E8E9;
}
.elementor-widget-tm-reviews-reviews-title .comment-form-rating label {
  margin-bottom: 0;
}
.elementor-widget-tm-reviews-reviews-title .comment-form-rating .fl-place-raing-number {
  font-size: 16px;
  font-weight: 700;
}
.elementor-widget-tm-reviews-reviews-title .comment-form-rating p.stars {
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  top: 0px;
  margin: 0;
}
.elementor-widget-tm-reviews-reviews-title .comment-form-rating p.stars a:before,
.elementor-widget-tm-reviews-reviews-title .comment-form-rating p.stars a:hover ~ a:before {
  content: "\f006";
  width: 15px !important;
  height: 15px !important;
  margin-right: 2px !important;
  color: #f0a837;
}
.elementor-widget-tm-reviews-reviews-title .comment-form-rating p.stars a {
  position: relative;
  width: 15px;
  height: 15px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 2px;
  top: 7px;
}
.elementor-widget-tm-reviews-reviews-title .comment-form-rating p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font: normal normal normal 14px/1 FontAwesome;
  text-indent: 0;
}
.elementor-widget-tm-reviews-reviews-title .comment-form-rating p.stars.selected a.active:before,
.elementor-widget-tm-reviews-reviews-title .comment-form-rating p.stars:hover a:before {
  content: "\f005";
  color: #f0a837;
}
.elementor-widget-tm-reviews-reviews-title .comment-form-rating p.stars.selected a.active ~ a:before {
  content: "\f006";
  color: #f0a837;
}
.elementor-widget-tm-reviews-reviews-title .comment-form-rating p.stars.selected a:not(.active):before {
  content: "\f005";
  color: #f0a837;
}
.elementor-widget-tm-reviews-reviews-title .comment-form-rating .star-rating {
  float: none;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font: normal normal normal 14px/1 FontAwesome;
}
.elementor-widget-tm-reviews-reviews-title .comment-form-rating .star-rating:before {
  content: "\f005";
  color: #f0a837;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.elementor-widget-tm-reviews-reviews-title .comment-form-rating .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.elementor-widget-tm-reviews-reviews-title .comment-form-rating .star-rating span:before {
  content: "\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: orange;
}
.elementor-widget-tm-reviews-reviews-title .comment-form-rating .tab-content-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}
.elementor-widget-tm-reviews-reviews-title .comment-form-rating .products .star-rating {
  display: none;
  margin: 0 0 0.5em;
  float: none;
}
.elementor-widget-tm-reviews-reviews-title .comment-form-rating .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}

.elementor-widget-tm-reviews-single-contact form .property-input-wrap p {
  margin: 0;
}

#fl-places-ajax-container.ajax-loading article:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}

.main-screen-header {
  z-index: 0 !important;
}

.elementor-widget-tm-reviews-reviews-heading .main-screen-header {
  z-index: 0;
}
.elementor-widget-tm-reviews-reviews-heading .breadcrumb.breadcrumbs__list li {
  margin: 0;
}

.elementor-widget-tm-reviews-single-gallery .col-5, .elementor-widget-tm-reviews-single-gallery .col-7 {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  height: 370px;
}
.elementor-widget-tm-reviews-single-gallery .gallery-item {
  height: 100% !important;
  margin-top: 0 !important;
}
.elementor-widget-tm-reviews-single-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fl-alert,
.for_verified,
.tmreviews_message {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  padding: 20px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  border-top: 4px solid #bee5eb;
  font-weight: 400;
}

.catalog-list__aside {
  padding-right: 1.5625rem;
}
.catalog-list__aside label input[type=radio] {
  width: auto;
}
.catalog-list__aside .aside-entry-content {
  background: rgba(236, 99, 38, 0.06);
  padding: 2.1875rem 2.1875rem;
}
.catalog-list__aside .catalog-widget-wrap {
  margin-bottom: 2.1875rem;
  padding-bottom: 2.1875rem;
  border-bottom: 0.0625rem solid var(--border-color);
}
.catalog-list__aside .catalog-widget-wrap:last-child, .catalog-list__aside .catalog-widget-wrap.last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.catalog-list__aside .form-button-wrap {
  margin-top: 2.5rem;
}
.catalog-list__aside .form-button-wrap button {
  width: 100%;
  justify-content: center;
}
.catalog-list__aside .catalog-list-aside-form__categories-title {
  font-size: 1.1875rem;
  margin-bottom: 1.5625rem;
  padding-left: 30px;
  border-left: 2px solid var(--primary-color);
}
.catalog-list__aside .catalog-list-aside-form__categories-title .subtitle-after-inside {
  display: flex;
  width: 100%;
  color: var(--dark-light-color);
  position: relative;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.375rem;
}
.catalog-list__aside .catalog-list-aside-form__range .ui-slider-horizontal .ui-slider-handle {
  top: -0.4375rem;
  border-radius: 100%;
  background: var(--white-color);
  border: 0.0625rem solid var(--border-color);
}
.catalog-list__aside .catalog-list-aside-form__range .price-filter-range, .catalog-list__aside .catalog-list-aside-form__range .area-filter-range {
  background: var(--background-light-color);
  border: 0.0625rem solid var(--border-color);
  height: 0.4375rem;
}
.catalog-list__aside .catalog-list-aside-form__range .price-filter-range .ui-widget-header, .catalog-list__aside .catalog-list-aside-form__range .area-filter-range .ui-widget-header {
  background: var(--white-color);
}
.catalog-list__aside .catalog-list-aside-form__range .slider-info-wrap {
  display: flex;
  margin-top: 0.9375rem;
  font-size: 0.875rem;
}
.catalog-list__aside .catalog-list-aside-form__range .slider-info-wrap > span {
  margin-right: 0.375rem;
}
.catalog-list__aside .catalog-list-aside-form__range .slider-info-wrap .slider-info-text-from-content {
  margin-right: 0.3125rem;
}
.catalog-list__aside .catalog-list-aside-form__range .slider-info-wrap .slider-info-text-from-content .slider-before-slider-item-text {
  margin-right: 0.25rem;
}
.catalog-list__aside .catalog-list-aside-form__range .slider-info-wrap .slider-info-text-from-content .symbol-content {
  margin-left: 0.1875rem;
}
.catalog-list__aside .catalog-list-aside-form__range .slider-info-wrap .slider-info-text-to-content .slider-before-slider-item-text {
  margin-right: 0.25rem;
}
.catalog-list__aside .catalog-list-aside-form__range .slider-info-wrap .slider-info-text-to-content .symbol-content {
  margin-left: 0.1875rem;
}
.catalog-list__aside .catalog-list-aside-form__categories {
  display: flex;
  flex-direction: column;
}
.catalog-list__aside .catalog-list-aside-form__categories .property-check-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0 -0.3125rem;
}
.catalog-list__aside .catalog-list-aside-form__categories .property-check-list label {
  width: 100%;
}
.catalog-list__aside .catalog-list-aside-form__categories .property-check-list .property-type-item {
  padding: 0.3125rem;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}
.catalog-list__aside .catalog-list-aside-form__categories .property-check-list .property-type-item input {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.catalog-list__aside .catalog-list-aside-form__categories .property-check-list .property-type-item .item-entry-content {
  border-radius: 0.625rem;
  cursor: pointer;
  border: 0.0625rem solid var(--border-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem;
  text-align: center;
  transition: 0.3s ease;
  background: var(--white-color);
}
.catalog-list__aside .catalog-list-aside-form__categories .property-check-list .property-type-item .item-entry-content .icon-wrapper {
  min-height: 4.375rem;
  width: 4.0625rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.catalog-list__aside .catalog-list-aside-form__categories .property-check-list .property-type-item .item-entry-content .icon-wrapper img {
  max-width: 3.125rem;
  width: 100%;
}
.catalog-list__aside .catalog-list-aside-form__categories .property-check-list .property-type-item .item-entry-content .item-name {
  transition: 0.3s ease;
  font-size: 0.875rem;
}
.catalog-list__aside .catalog-list-aside-form__categories .property-check-list .property-type-item:hover .item-entry-content .item-name {
  color: var(--primary-color);
}
.catalog-list__aside .catalog-list-aside-form__categories .property-check-list .property-type-item input[type=checkbox]:checked + label .item-entry-content {
  border-color: var(--primary-color);
}
.catalog-list__aside .catalog-list-aside-form__categories .property-check-list .property-type-item input[type=checkbox]:checked + label .item-entry-content .item-name {
  color: var(--primary-color);
}
.catalog-list__aside .catalog-list-aside-form__categories select {
  border: 0.0625rem solid var(--border-color);
  border-radius: 0.625rem;
  padding: 12px 20px;
  padding-right: 2.1875rem;
  font-size: 0.9375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.catalog-list__aside .catalog-list-aside-form__categories .nice-select {
  border: 0.0625rem solid var(--border-color);
  border-radius: 0.625rem;
  height: 3.4375rem;
  padding: 12px 20px;
  padding-right: 2.1875rem;
  font-size: 0.9375rem;
  background: none;
  background-color: #fff;
}
.catalog-list__aside .catalog-list-aside-form__categories .nice-select:after {
  right: 1.0625rem;
}
.catalog-list__aside .catalog-list-aside-form__categories .nice-select .list {
  width: 100%;
}
.catalog-list__aside .catalog-list-aside-form__categories .templines-input-number-wrap {
  border-radius: 0.625rem;
  display: flex;
  background: var(--white-color);
  border: 0.0625rem solid var(--border-color);
  justify-content: space-between;
  padding: 7px 20px;
}
.catalog-list__aside .catalog-list-aside-form__categories .templines-input-number-wrap .input-number-wrap {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}
.catalog-list__aside .catalog-list-aside-form__categories .templines-input-number-wrap .input-number-wrap .number-content {
  display: inline-flex;
  min-width: 1.875rem;
  max-width: 1.875rem;
  width: 1.875rem;
  font-size: 0.8125rem;
  text-align: center;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  justify-content: center;
  align-items: center;
}
.catalog-list__aside .catalog-list-aside-form__categories .templines-input-number-wrap .input-number-wrap .templines-minus-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1.25rem;
  cursor: pointer;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.catalog-list__aside .catalog-list-aside-form__categories .templines-input-number-wrap .input-number-wrap .templines-minus-input span {
  width: 0.75rem;
  height: 0.0625rem;
  background: var(--dark-color);
  display: inline-flex;
}
.catalog-list__aside .catalog-list-aside-form__categories .templines-input-number-wrap .input-number-wrap .templines-plus-input {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1.25rem;
  cursor: pointer;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.catalog-list__aside .catalog-list-aside-form__categories .templines-input-number-wrap .input-number-wrap .templines-plus-input span {
  width: 0.75rem;
  height: 0.0625rem;
  background: var(--dark-color);
  display: inline-flex;
  position: relative;
}
.catalog-list__aside .catalog-list-aside-form__categories .templines-input-number-wrap .input-number-wrap .templines-plus-input span:before {
  transform: rotate(90deg);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: var(--dark-color);
}
.catalog-list__aside .catalog-list-aside-form__categories .templines-input-number-wrap + .templines-input-number-wrap {
  margin-top: 0.75rem;
}
.catalog-list__aside .catalog-list-aside-form__categories .special-amenities-wrapper {
  margin-top: 0.9375rem;
}
.catalog-list__aside .catalog-list-aside-form__categories .before-amenities-title {
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  color: var(--dark-light-color-two);
}
.catalog-list__aside .catalog-list-aside-form__categories .amenities-wrapper {
  margin: 0 -0.1875rem;
  padding: 0;
}
.catalog-list__aside .catalog-list-aside-form__categories .amenities-wrapper .amenities-item {
  display: inline-flex;
  margin: 0.1875rem;
}
.catalog-list__aside .catalog-list-aside-form__categories .amenities-wrapper .amenities-item .entry-amenities-item {
  font-size: 0.9375rem;
  cursor: pointer;
  border-radius: 0.625rem;
  display: inline-flex;
  background: var(--white-color);
  border: 0.0625rem solid var(--border-color);
  padding: 0.375rem 0.9375rem;
  align-items: center;
  line-height: 1;
}
.catalog-list__aside .catalog-list-aside-form__categories .amenities-wrapper .amenities-item .entry-amenities-item .amenities-icon-wrapper {
  margin-right: 0.625rem;
}
.catalog-list__aside .catalog-list-aside-form__categories .amenities-wrapper .amenities-item .entry-amenities-item .amenities-icon-wrapper img {
  width: 100%;
  max-width: 1.5625rem;
  height: auto;
}
.catalog-list__aside .catalog-list-aside-form__categories .amenities-wrapper .amenities-item .entry-amenities-item .name {
  transition: 0.3s ease;
}
.catalog-list__aside .catalog-list-aside-form__categories .amenities-wrapper .amenities-item input {
  display: none;
}
.catalog-list__aside .catalog-list-aside-form__categories .amenities-wrapper .amenities-item:hover .name {
  color: var(--primary-color);
}
.catalog-list__aside .catalog-list-aside-form__categories .amenities-wrapper .amenities-item input[type=checkbox]:checked + label .entry-amenities-item {
  border-color: var(--primary-color);
}
.catalog-list__aside .catalog-list-aside-form__categories .amenities-wrapper .amenities-item input[type=checkbox]:checked + label .entry-amenities-item .name {
  color: var(--primary-color);
}

.property-top-filter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.25rem;
}
.property-top-filter-wrapper .property-top-filter-form-container {
  display: flex;
  gap: 1.25rem;
}
.property-top-filter-wrapper .property-top-filter-form-container .property-style-changer-wrapper .changer-property-style-item {
  border-radius: 0.625rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.0625rem solid var(--border-color);
}
.property-top-filter-wrapper .property-top-filter-form-container .property-style-changer-wrapper .changer-property-style-item svg {
  max-width: 1.25rem;
  height: auto;
  width: 100%;
}
.property-top-filter-wrapper .property-top-filter-form-container .property-style-changer-wrapper .changer-property-style-item svg path {
  transition: 0.3s ease;
  fill: var(--dark-light-color-two);
}
.property-top-filter-wrapper .property-top-filter-form-container .property-style-changer-wrapper .changer-property-style-item.selected-style {
  background: var(--background-light-color);
  border-color: var(--background-light-color);
}
.property-top-filter-wrapper .property-top-filter-form-container .property-style-changer-wrapper .changer-property-style-item.selected-style svg path {
  fill: var(--primary-color);
}
.property-top-filter-wrapper .property-top-filter-form-container .property-style-changer-wrapper .changer-property-style-item:hover svg path {
  fill: var(--primary-color);
}
.property-top-filter-wrapper .property-top-filter-form-container .property-style-changer-wrapper .changer-property-style-item + .changer-property-style-item {
  margin-left: 0.4375rem;
}
.property-top-filter-wrapper .property-top-filter-form-container .property-order-wrapper select {
  border-radius: 0.625rem;
  border: 0.0625rem solid var(--border-color);
  padding: 12px 20px;
  padding-right: 2.1875rem;
  font-size: 0.9375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.property-top-filter-wrapper .property-top-filter-form-container .property-order-wrapper .nice-select {
  min-width: 12.5rem;
  height: 3.125rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid var(--border-color);
  padding: 12px 20px;
  padding-right: 2.1875rem;
  font-size: 0.9375rem;
}
.property-top-filter-wrapper .property-top-filter-form-container .property-order-wrapper .nice-select:after {
  right: 1rem;
}

.templines-pagination-wrap {
  margin-top: 3.125rem;
}
.templines-pagination-wrap .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.templines-pagination-wrap .pagination .page-numbers {
  color: var(--dark-color);
  width: 2.8125rem;
  height: 2.8125rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0.0625rem solid var(--border-color);
  border-radius: 100%;
  transition: 0.3s ease;
}
.templines-pagination-wrap .pagination .page-numbers:hover, .templines-pagination-wrap .pagination .page-numbers.current {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: var(--white-color);
}
.templines-pagination-wrap .pagination .page-numbers:hover .pagination-arrow-next, .templines-pagination-wrap .pagination .page-numbers:hover .pagination-arrow-prev, .templines-pagination-wrap .pagination .page-numbers.current .pagination-arrow-next, .templines-pagination-wrap .pagination .page-numbers.current .pagination-arrow-prev {
  background: var(--white-color);
}
.templines-pagination-wrap .pagination .page-numbers:hover .pagination-arrow-next:before, .templines-pagination-wrap .pagination .page-numbers:hover .pagination-arrow-next:after, .templines-pagination-wrap .pagination .page-numbers:hover .pagination-arrow-prev:before, .templines-pagination-wrap .pagination .page-numbers:hover .pagination-arrow-prev:after, .templines-pagination-wrap .pagination .page-numbers.current .pagination-arrow-next:before, .templines-pagination-wrap .pagination .page-numbers.current .pagination-arrow-next:after, .templines-pagination-wrap .pagination .page-numbers.current .pagination-arrow-prev:before, .templines-pagination-wrap .pagination .page-numbers.current .pagination-arrow-prev:after {
  background: var(--white-color);
}
.templines-pagination-wrap .pagination .page-numbers + .page-numbers {
  margin-left: 0.9375rem;
}
.templines-pagination-wrap .pagination .pagination-arrow-next {
  position: relative;
  display: inline-block;
  width: 0.9375rem;
  height: 0.0625rem;
  transition: 0.3s ease;
  background: var(--dark-color);
}
.templines-pagination-wrap .pagination .pagination-arrow-next:before, .templines-pagination-wrap .pagination .pagination-arrow-next:after {
  transition: 0.3s ease;
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 0.4375rem;
  height: 0.0625rem;
  border-radius: 9999px;
  background-color: var(--dark-color);
  transform-origin: calc(100% - 0.5px) 50%;
}
.templines-pagination-wrap .pagination .pagination-arrow-next:before {
  transform: rotate(45deg);
}
.templines-pagination-wrap .pagination .pagination-arrow-next:after {
  transform: rotate(-45deg);
}
.templines-pagination-wrap .pagination .pagination-arrow-prev {
  position: relative;
  display: inline-block;
  width: 0.9375rem;
  height: 0.0625rem;
  transition: 0.3s ease;
  background: var(--dark-color);
}
.templines-pagination-wrap .pagination .pagination-arrow-prev:before, .templines-pagination-wrap .pagination .pagination-arrow-prev:after {
  transition: 0.3s ease;
  left: 0;
  width: 0.4375rem;
  height: 0.0625rem;
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  border-radius: 9999px;
  background-color: var(--dark-color);
  transform-origin: 0.03125rem 50%;
}
.templines-pagination-wrap .pagination .pagination-arrow-prev:before {
  transform: rotate(45deg);
}
.templines-pagination-wrap .pagination .pagination-arrow-prev:after {
  transform: rotate(-45deg);
}

.property-item.loading .entry-property-item-content {
  position: relative;
  background: var(--background-light-color);
  overflow: hidden;
}
.property-item.loading .entry-property-item-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, var(--background-light-color), #e9e9ec, var(--background-light-color));
  animation: skeleton-shimmer 1.6s ease-in-out infinite;
}
.property-item.loading .entry-property-item-content .top-property-item-content {
  opacity: 0;
}
.property-item.loading .entry-property-item-content .bottom-property-item-content {
  opacity: 0;
}

@keyframes skeleton-shimmer {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
.icon-box-swiper-slider {
  overflow: hidden;
}
.icon-box-swiper-slider .entry-icon-box-content .icon-box-icon-wrap {
  display: flex;
  margin-bottom: 1.5625rem;
}
.icon-box-swiper-slider .entry-icon-box-content .icon-box-icon-wrap svg {
  max-width: 3.75rem;
}
.icon-box-swiper-slider .entry-icon-box-content .bottom-icon-box-content-wrap .icon-box-title-content .icon-box-title {
  margin-bottom: 0.625rem;
}
.icon-box-swiper-slider .entry-icon-box-content .bottom-icon-box-content-wrap .icon-box-text-content {
  margin-bottom: 1.25rem;
  padding-right: 1.5625rem;
  color: var(--dark-light-color-two);
}

.templines-icon-box-item.icon-box-style-one {
  text-align: center;
}
.templines-icon-box-item.icon-box-style-one svg {
  max-width: 3.875rem;
  height: auto;
  width: 100%;
}
.templines-icon-box-item.icon-box-style-one .bottom-icon-box-content {
  margin-top: 1.5625rem;
}
.templines-icon-box-item.icon-box-style-one .bottom-icon-box-content .icon-box-title {
  margin-bottom: 0.3125rem;
}
.templines-icon-box-item.icon-box-style-one .bottom-icon-box-content .icon-box-text-content {
  text-transform: uppercase;
}
.templines-icon-box-item.icon-box-style-one.light-style .bottom-icon-box-content .icon-box-title {
  color: var(--white-color);
}
.templines-icon-box-item.icon-box-style-one.light-style .bottom-icon-box-content .icon-box-text-content {
  color: var(--light-font-color);
}
.templines-icon-box-item.icon-box-style-one.light-style svg path {
  fill: var(--white-color);
}
.templines-icon-box-item.icon-box-style-two {
  text-align: center;
}
.templines-icon-box-item.icon-box-style-two .entry-icon-box-content {
  padding: 0 1.25rem;
}
.templines-icon-box-item.icon-box-style-two .entry-icon-box-content .top-icon-box-content {
  text-align: center;
  display: flex;
  justify-content: center;
}
.templines-icon-box-item.icon-box-style-two .entry-icon-box-content .icon-svg-container {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 100%;
  position: relative;
}
.templines-icon-box-item.icon-box-style-two .entry-icon-box-content .icon-svg-container .icon-box-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.625rem;
  opacity: 0.6;
}
.templines-icon-box-item.icon-box-style-two .entry-icon-box-content .icon-svg-container .svg-icon-wrap {
  position: absolute;
  right: -1.5625rem;
  top: -1.5625rem;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.templines-icon-box-item.icon-box-style-two .entry-icon-box-content .icon-svg-container .svg-icon-wrap svg {
  position: relative;
  max-width: 1.8125rem;
  height: auto;
  width: 100%;
}
.templines-icon-box-item.icon-box-style-two .entry-icon-box-content .bottom-icon-box-content {
  margin-top: 1.5625rem;
}
.templines-icon-box-item.icon-box-style-two .entry-icon-box-content .bottom-icon-box-content .icon-box-title {
  margin-bottom: 0.9375rem;
  font-size: 1.5rem;
  line-height: 2.125rem;
}
.templines-icon-box-item.icon-box-style-two.light-style .icon-svg-container {
  background: rgba(255, 255, 255, 0.1);
}
.templines-icon-box-item.icon-box-style-two.light-style .icon-svg-container .icon-box-number {
  color: var(--white-color);
}
.templines-icon-box-item.icon-box-style-two.light-style .icon-svg-container .svg-icon-wrap {
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  background: var(--dark-color);
}
.templines-icon-box-item.icon-box-style-two.light-style .bottom-icon-box-content .icon-box-title {
  color: var(--white-color);
}
.templines-icon-box-item.icon-box-style-two.light-style .bottom-icon-box-content .icon-box-text-content {
  color: var(--light-font-color);
}
.templines-icon-box-item.icon-box-style-two.light-style svg path {
  fill: var(--white-color);
}
.templines-icon-box-item.icon-box-style-three .entry-icon-box-content {
  transition: 0.3s ease;
  padding: 2.8125rem 1.5625rem;
  border: 0.0625rem solid var(--border-color);
  position: relative;
  text-align: center;
}
.templines-icon-box-item.icon-box-style-three .entry-icon-box-content .top-icon-box-content {
  padding: 1.875rem;
  padding-top: 0;
  text-align: center;
}
.templines-icon-box-item.icon-box-style-three .entry-icon-box-content .top-icon-box-content .icon-box-number {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  font-size: 1.875rem;
  opacity: 0.2;
}
.templines-icon-box-item.icon-box-style-three .entry-icon-box-content .top-icon-box-content svg {
  height: auto;
  max-width: 4.0625rem;
}
.templines-icon-box-item.icon-box-style-three .entry-icon-box-content .top-icon-box-content svg path {
  transition: 0.3s ease;
  fill: var(--dark-color);
}
.templines-icon-box-item.icon-box-style-three .entry-icon-box-content .bottom-icon-box-content .icon-box-title {
  margin-bottom: 0.625rem;
}
.templines-icon-box-item.icon-box-style-three.top-gap-enable {
  margin-top: 1.5rem;
}
.templines-icon-box-item.icon-box-style-three.arrow-enable {
  position: relative;
}
.templines-icon-box-item.icon-box-style-three.arrow-enable:before {
  content: "";
  background: var(--border-color);
  width: 1.5rem;
  height: 0.0625rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -1.5rem;
}

.templines-icon-box-contact .entry-icon-box-content {
  display: flex;
}
.templines-icon-box-contact .entry-icon-box-content .icon-wrap {
  margin-right: 1.875rem;
}
.templines-icon-box-contact .entry-icon-box-content .icon-wrap svg {
  position: relative;
  top: 0.375rem;
  max-width: 2.5rem;
  height: auto;
  width: 100%;
}
.templines-icon-box-contact .entry-icon-box-content .icon-wrap svg path {
  fill: var(--primary-color);
}
.templines-icon-box-contact .entry-icon-box-content .text-icon-box-wrap .top-icon-box-content {
  color: var(--dark-light-color-two);
  font-size: 0.875rem;
  margin-bottom: 0.125rem;
}
.templines-icon-box-contact .entry-icon-box-content .text-icon-box-wrap .bottom-icon-box-content a {
  color: inherit;
}
.templines-icon-box-contact .entry-icon-box-content .text-icon-box-wrap .bottom-icon-box-content a:hover {
  color: var(--primary-color);
}

.next-arrow-swiper-button, .prev-arrow-swiper-button {
  display: inline-flex;
  background: var(--white-color);
  padding: 0.5rem 1.25rem;
  border-radius: 1.875rem;
  cursor: pointer;
  transition: 0.3s ease;
}
.next-arrow-swiper-button svg, .prev-arrow-swiper-button svg {
  height: auto;
  max-width: 1.25rem;
  width: 100%;
}
.next-arrow-swiper-button svg path, .prev-arrow-swiper-button svg path {
  transition: 0.3s ease;
  fill: var(--dark-color);
}
.next-arrow-swiper-button:hover, .prev-arrow-swiper-button:hover {
  background: var(--primary-color);
}
.next-arrow-swiper-button:hover svg path, .prev-arrow-swiper-button:hover svg path {
  fill: var(--white-color);
}

.property-swiper-slider-arrow-pagination .next-arrow-swiper-button, .property-swiper-slider-arrow-pagination .prev-arrow-swiper-button, .blog-posts-swiper-slider-arrow-pagination .next-arrow-swiper-button, .blog-posts-swiper-slider-arrow-pagination .prev-arrow-swiper-button {
  background: var(--background-light-color);
}
.property-swiper-slider-arrow-pagination .next-arrow-swiper-button:hover, .property-swiper-slider-arrow-pagination .prev-arrow-swiper-button:hover, .blog-posts-swiper-slider-arrow-pagination .next-arrow-swiper-button:hover, .blog-posts-swiper-slider-arrow-pagination .prev-arrow-swiper-button:hover {
  background: var(--primary-color);
}
.property-swiper-slider-arrow-pagination .next-arrow-swiper-button:hover svg path, .property-swiper-slider-arrow-pagination .prev-arrow-swiper-button:hover svg path, .blog-posts-swiper-slider-arrow-pagination .next-arrow-swiper-button:hover svg path, .blog-posts-swiper-slider-arrow-pagination .prev-arrow-swiper-button:hover svg path {
  fill: var(--white-color);
}

.next-arrow-swiper-button.templines-swiper-arrow-dark-style, .prev-arrow-swiper-button.templines-swiper-arrow-dark-style {
  background: var(--dark-colo-two);
}
.next-arrow-swiper-button.templines-swiper-arrow-dark-style svg path, .prev-arrow-swiper-button.templines-swiper-arrow-dark-style svg path {
  fill: var(--white-color);
}

.next-arrow-swiper-button {
  margin-left: 0.3125rem;
}

.swiper-pagination-dots {
  text-align: center;
}
.swiper-pagination-dots .swiper-pagination-bullet {
  height: 1.875rem;
  width: 1.25rem;
  position: relative;
  background: transparent;
  opacity: 1;
  transition: 0.3s ease width;
}
.swiper-pagination-dots .swiper-pagination-bullet:before {
  transition: 0.3s ease;
  background: var(--border-color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 0.125rem;
  content: "";
  display: flex;
  border-radius: 0.125rem;
}
.swiper-pagination-dots .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0.625rem;
}
.swiper-pagination-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.875rem;
}
.swiper-pagination-dots .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: var(--primary-color);
}

.templines-counter .entry-counter-content .counter-number-wrap {
  display: flex;
  font-size: 3.25rem;
  margin-bottom: 0.9375rem;
}
.templines-counter .entry-counter-content .counter-number-wrap .counter-number {
  display: inline-flex;
}
.templines-counter .entry-counter-content .counter-number-wrap .after-counter-content {
  position: relative;
}
.templines-counter .entry-counter-content .after-counter-text-content {
  color: var(--dark-light-color-two);
}
.templines-counter.counter-with-border-left {
  padding-left: 3.4375rem;
  border-left: 0.0625rem solid var(--border-color);
}
.templines-counter.templines-counter-light-style {
  color: var(--white-color);
}
.templines-counter.templines-counter-light-style.counter-with-border-left {
  border-color: rgba(232, 232, 233, 0.2);
}

.templines-property-city-item {
  margin-top: 1.5rem;
  overflow: hidden;
  border-radius: 1.25rem;
}
.templines-property-city-item .property-entry-content {
  position: relative;
}
.templines-property-city-item .property-entry-content:after {
  transition: opacity 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(24, 26, 32, 0) 0%, rgba(24, 26, 32, 0.5) 100%);
  z-index: 1;
  opacity: 1;
}
.templines-property-city-item .property-entry-content:before {
  transition: opacity 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(24, 26, 32, 0.3) 0%, #181A20 100%);
  z-index: 1;
  opacity: 0;
}
.templines-property-city-item .property-entry-content .property-item-link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: block;
}
.templines-property-city-item .property-entry-content img {
  transition: 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.templines-property-city-item .property-entry-content .property-info-wrap {
  z-index: 2;
  padding: 1.5625rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.templines-property-city-item .property-entry-content .property-info-wrap .property-title {
  color: var(--white-color);
  margin-bottom: 0;
}
.templines-property-city-item .property-entry-content .property-info-wrap .property-count-text {
  color: var(--white-color);
  opacity: 0.7;
}
.templines-property-city-item:hover img {
  transform: scale(1.03);
}
.templines-property-city-item:hover .property-entry-content:after {
  opacity: 0;
}
.templines-property-city-item:hover .property-entry-content:before {
  opacity: 1;
}
.templines-property-city-item.small-item {
  overflow: hidden;
}
.templines-property-city-item.small-item .property-entry-content {
  max-height: 19.6875rem;
}
.templines-property-city-item.big-item .property-entry-content {
  max-height: 40.875rem;
}

.brand-items-wrapper {
  display: flex;
}

.brand-slider-item {
  text-align: center;
}
.brand-slider-item .entry-brand-item-content {
  min-height: 5.625rem;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-right: 0.0625rem solid var(--border-color);
}
.brand-slider-item img {
  transition: 0.3s ease;
  height: auto;
  max-width: 50%;
}
.brand-slider-item:last-child .entry-brand-item-content {
  border-right: 0;
}
.brand-slider-item:hover img {
  transform: scale(1.05);
}
.brand-slider-item.templines-light-style-brand .entry-brand-item-content {
  border-color: rgba(255, 255, 255, 0.2);
}

.brand-decor-line {
  height: 0.0625rem;
  background: var(--border-color);
}
.brand-decor-line.light-style {
  opacity: 0.2;
}

.templines-team-slider-wrap .templines-team-slider {
  overflow: hidden;
}
.team-item .top-item-content .top-content-wrap {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  display: flex;
}
.team-item .top-item-content .top-content-wrap:before {
  transition: 0.3s ease;
  content: "";
  background: var(--dark-color);
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.team-item .top-item-content .top-content-wrap img {
  transition: 0.3s ease;
}
.team-item .top-item-content .top-content-wrap .team-social-profiles-wrap {
  width: 100%;
  text-align: center;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box !important;
}
.team-item .top-item-content .top-content-wrap .team-social-profiles-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-item .top-item-content .top-content-wrap .team-social-profiles-wrap ul svg {
  fill: var(--white-color);
  max-width: 0.9375rem;
  height: auto;
  width: 100%;
}
.team-item .top-item-content .top-content-wrap .team-social-profiles-wrap ul li {
  transition: 0.3s ease;
  display: inline-flex;
  opacity: 0;
  transform: translateY(20px);
}
.team-item .top-item-content .top-content-wrap .team-social-profiles-wrap ul li a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  display: inline-flex;
  background: var(--dark-color);
  align-content: center;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.team-item .top-item-content .top-content-wrap .team-social-profiles-wrap ul li a:hover {
  background: var(--primary-color);
}
.team-item .top-item-content .top-content-wrap .team-social-profiles-wrap ul li.fb-link a {
  fill: transparent;
}
.team-item .top-item-content .top-content-wrap .team-social-profiles-wrap ul li.fb-link a path {
  fill: var(--white-color);
}
.team-item .top-item-content .top-content-wrap .team-social-profiles-wrap ul li + li {
  margin-left: 0.3125rem;
}
.team-item .bottom-item-content {
  margin-top: 0.625rem;
}
.team-item .bottom-item-content .team-name-wrap .team-name {
  margin-bottom: 0;
}
.team-item .bottom-item-content .team-prof {
  font-size: 0.9375rem;
  color: var(--dark-light-color-two);
}
.team-item:hover .top-item-content .top-content-wrap img {
  transform: scale(1.03);
}
.team-item:hover .top-item-content .top-content-wrap:before {
  opacity: 0.3;
  visibility: visible;
}
.team-item:hover li {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.templines-blog-posts-slider {
  overflow: hidden;
}

.blog-post-tag-content .blog-bottom-tags__text {
  word-break: keep-all;
}

.blog-post-item.sticky .post-title {
  padding-left: 25px;
  position: relative;
}
.blog-post-item.sticky .post-title:after {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 25px;
  content: "\f08d";
  font-family: FontAwesome;
  color: var(--primary-color);
}
.blog-post-item .entry-blog-post-content .top-item-content {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
}
.blog-post-item .entry-blog-post-content .top-item-content .post-date-content {
  text-align: center;
  border-radius: 0.625rem;
  padding: 0.625rem 1.5625rem;
  background: var(--white-color);
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 2;
  line-height: 1;
}
.blog-post-item .entry-blog-post-content .top-item-content .post-date-content .date-number {
  font-size: 1.125rem;
  margin-bottom: 0.125rem;
}
.blog-post-item .entry-blog-post-content .top-item-content .post-date-content .date-text {
  font-size: 0.875rem;
}
.blog-post-item .entry-blog-post-content .top-item-content img {
  width: 100%;
}
.blog-post-item .entry-blog-post-content .bottom-item-content {
  margin-top: 0.75rem;
  border-bottom: 0.0625rem solid var(--border-color);
  padding-bottom: 1.25rem;
}
.blog-post-item .entry-blog-post-content .bottom-item-content .post-info-wrap {
  display: flex;
  color: var(--dark-light-color-two);
  margin-bottom: 0.625rem;
}
.blog-post-item .entry-blog-post-content .bottom-item-content .post-info-wrap .post-info {
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  align-content: center;
}
.blog-post-item .entry-blog-post-content .bottom-item-content .post-info-wrap .post-info .svg-icon-wrap {
  display: flex;
  margin-right: 0.5rem;
  position: relative;
  top: -0.0625rem;
}
.blog-post-item .entry-blog-post-content .bottom-item-content .post-info-wrap .post-info + .post-info {
  margin-left: 1.5625rem;
}
.blog-post-item .entry-blog-post-content .bottom-item-content .post-info-wrap .post-info a {
  color: inherit;
}
.blog-post-item .entry-blog-post-content .bottom-item-content .post-info-wrap .post-info a:hover {
  color: var(--primary-color);
}
.blog-post-item .entry-blog-post-content .bottom-item-content .post-info-wrap .post-info.post-comment-info-content .svg-icon-wrap {
  position: relative;
  top: -0.0625rem;
}
.blog-post-item .entry-blog-post-content .bottom-item-content .post-info-wrap svg {
  max-width: 0.9375rem;
  height: auto;
  width: 100%;
}
.blog-post-item .entry-blog-post-content .bottom-item-content .post-info-wrap svg path {
  fill: var(--dark-light-color-two);
}
.blog-post-item .entry-blog-post-content .bottom-item-content .post-title-wrap .post-title-link {
  color: var(--dark-color);
}
.blog-post-item .entry-blog-post-content .bottom-item-content .post-title-wrap .post-title-link .post-title {
  color: inherit;
  margin-bottom: 0;
}
.blog-post-item .entry-blog-post-content .bottom-item-content .post-title-wrap .post-title-link:hover {
  color: var(--primary-color);
}

.blog-post-item-style-two .top-item-content img {
  width: 100%;
}
.blog-post-item-style-two .bottom-item-content {
  margin-top: 0.625rem;
}
.blog-post-item-style-two .bottom-item-content .post-title-link .post-title {
  margin-bottom: 0.9375rem;
}
.blog-post-item-style-two .bottom-item-content .blog-post-btn-wrap {
  display: flex;
  margin-top: 1.5625rem;
}
.blog-post-item-style-two .bottom-item-content .blog-post-btn-wrap .post-link {
  width: 100%;
  color: inherit;
  display: flex;
  align-content: center;
  align-items: center;
}
.blog-post-item-style-two .bottom-item-content .blog-post-btn-wrap .post-link .read-more-arrow {
  transition: 0.3s ease;
  height: 0.0625rem;
  width: 2.5rem;
  position: relative;
  background: var(--dark-color);
  display: inline-flex;
  margin-left: 0.9375rem;
}
.blog-post-item-style-two .bottom-item-content .blog-post-btn-wrap .post-link .read-more-arrow:before, .blog-post-item-style-two .bottom-item-content .blog-post-btn-wrap .post-link .read-more-arrow:after {
  transition: 0.3s ease;
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--dark-color);
  transform-origin: calc(100% - 0.5px) 50%;
}
.blog-post-item-style-two .bottom-item-content .blog-post-btn-wrap .post-link .read-more-arrow:before {
  transform: rotate(45deg);
}
.blog-post-item-style-two .bottom-item-content .blog-post-btn-wrap .post-link .read-more-arrow:after {
  transform: rotate(-45deg);
}
.blog-post-item-style-two .bottom-item-content .blog-post-btn-wrap .post-link:hover {
  color: var(--primary-color);
}
.blog-post-item-style-two .bottom-item-content .blog-post-btn-wrap .post-link:hover .read-more-arrow {
  width: 2.8125rem;
  background: var(--primary-color);
}
.blog-post-item-style-two .bottom-item-content .blog-post-btn-wrap .post-link:hover .read-more-arrow:before, .blog-post-item-style-two .bottom-item-content .blog-post-btn-wrap .post-link:hover .read-more-arrow:after {
  background-color: var(--primary-color);
}
.blog-post-item-style-two.templines-light-post-style .bottom-item-content {
  color: var(--white-color);
}
.blog-post-item-style-two.templines-light-post-style .bottom-item-content .post-title-link {
  color: var(--white-color);
}
.blog-post-item-style-two.templines-light-post-style .bottom-item-content .post-title-link .post-title {
  color: inherit;
}
.blog-post-item-style-two.templines-light-post-style .bottom-item-content .blog-post-description-content {
  opacity: 0.7;
}
.blog-post-item-style-two.templines-light-post-style .bottom-item-content .post-link .read-more-arrow {
  background: var(--white-color);
}
.blog-post-item-style-two.templines-light-post-style .bottom-item-content .post-link .read-more-arrow:before, .blog-post-item-style-two.templines-light-post-style .bottom-item-content .post-link .read-more-arrow:after {
  background-color: var(--white-color);
}

.blog-grid-section-wrap .blog-post-item {
  margin-bottom: 1.875rem;
}

.elementor-widget-tmreviews-catalog .property-item-title-list {
  line-height: 1.875rem;
}
.elementor-widget-tmreviews-catalog .property-item .entry-property-item-content .bottom-property-item-content .bottom-info-item-content {
  border-top-color: #E8E8E9;
}
.elementor-widget-tmreviews-catalog .property-item .entry-property-item-content .bottom-property-item-content .top-info-item-content .info-price-wishlist-content .wishlist-item-content .wishlist-item,
.elementor-widget-tmreviews-catalog .property-item.with-border .entry-property-item-content {
  border-color: #E8E8E9;
}
.elementor-widget-tmreviews-catalog .swiper-slide.property-item {
  padding: 0;
}

.blog__aside {
  padding-left: 1.25rem;
}
.blog__aside .aside-entry-content .widget {
  background: rgba(236, 99, 38, 0.06);
  padding: 2.1875rem 2.1875rem;
}
.blog__aside .aside-entry-content .widget + .widget {
  margin-top: 1.875rem;
}
.blog__aside input, .blog__aside textarea {
  border-radius: 0.625rem;
  font-size: 0.9375rem;
  padding: 0.625rem 1.5625rem;
  width: 100%;
  max-width: 100%;
  border: 0.0625rem solid var(--border-color);
  margin-bottom: 1.5rem;
}
.blog__aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog__aside ul li {
  position: relative;
  padding-left: 1.5625rem;
}
.blog__aside ul li:after {
  position: absolute;
  left: 0;
  top: 0.5rem;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: var(--primary-color);
  border-radius: 100%;
}
.blog__aside ul li a {
  color: inherit;
  transition: 0.3s ease;
}
.blog__aside ul li a:hover {
  color: var(--primary-color);
}
.blog__aside ul li + li {
  margin-top: 0.9375rem;
}
.blog__aside ul li ul {
  border-left: 3px solid var(--border-color);
}
.blog__aside ul li ul li {
  padding-left: 20px;
}
.blog__aside ul li ul li a {
  font-size: 14px;
}
.blog__aside ul li ul li:after {
  content: none;
}
.blog__aside ul li ul li + li {
  margin-top: 0;
}

.blog-aside-title, .widget-title, .wp-block-heading {
  font-size: 1.1875rem;
  margin-bottom: 1.5625rem;
  padding-left: 30px;
  border-left: 2px solid var(--primary-color);
}
.blog-aside-title .subtitle-after-inside, .widget-title .subtitle-after-inside, .wp-block-heading .subtitle-after-inside {
  display: flex;
  width: 100%;
  color: var(--dark-light-color);
  position: relative;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.375rem;
}

.widget_search form {
  position: relative;
}
.widget_search form input {
  margin-bottom: 0;
}
.widget_search form fieldset {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
.widget_search form .searchsubmit-btn-wrap {
  display: inline-flex;
  width: 2.8125rem;
  height: 2.6875rem;
  position: absolute;
  right: 0.0625rem;
  top: 0.05625rem;
}
.widget_search form .searchsubmit-btn-wrap button {
  border-radius: 0 0.625rem 0.625rem 0;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  transition: 0.3s ease;
}
.widget_search form .searchsubmit-btn-wrap button svg {
  max-width: 1.25rem;
  height: auto;
  width: 100%;
}
.widget_search form .searchsubmit-btn-wrap button svg path {
  fill: var(--white-color);
}
.widget_search form .searchsubmit-btn-wrap button:hover {
  background: var(--secondary-color);
}

.widget_block.widget_search .wp-block-search__inside-wrapper {
  display: block;
  position: relative;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button.wp-element-button {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.375rem;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0.625rem 0.625rem 0;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  height: 100%;
  background: var(--primary-color);
  transition: 0.3s ease;
  color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg id='fi_17762279' enable-background='new 0 0 32 32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m14 25c2.67 0 5.13-.96 7.03-2.55l6.26 6.26c.2.19.45.29.71.29s.51-.1.71-.29c.39-.39.39-1.02 0-1.41l-6.26-6.26c1.59-1.91 2.55-4.37 2.55-7.04 0-6.07-4.93-11-11-11s-11 4.93-11 11 4.93 11 11 11zm0-20c4.96 0 9 4.04 9 9s-4.04 9-9 9-9-4.04-9-9 4.04-9 9-9z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button.wp-element-button:hover {
  background-color: var(--secondary-color);
}

.widget_nav_menu ul li a svg {
  display: none;
}

.widget_tag_cloud .tagcloud a {
  display: inline-flex;
  margin: 0.1875rem;
  font-size: 0.9375rem !important;
  cursor: pointer;
  border-radius: 0.625rem;
  background: var(--white-color);
  border: 0.0625rem solid var(--border-color);
  padding: 0.625rem 1.25rem;
  align-items: center;
  line-height: 1;
  color: var(--dark-color);
}
.widget_tag_cloud .tagcloud a:hover {
  color: var(--white-color);
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.widget_templines_social_profiles ul li {
  display: inline-flex;
  margin-top: 0;
  padding: 0;
}
.widget_templines_social_profiles ul li:after {
  display: none;
}
.widget_templines_social_profiles ul li a {
  transition: 0.3s ease;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  border-radius: 0.625rem;
  background: var(--dark-color);
  align-items: center;
  justify-content: center;
}
.widget_templines_social_profiles ul li a svg {
  max-width: 0.9375rem;
  height: auto;
  width: 100%;
}
.widget_templines_social_profiles ul li a svg path {
  fill: var(--white-color);
}
.widget_templines_social_profiles ul li a:hover {
  background: var(--primary-color);
}
.widget_templines_social_profiles ul li + li {
  margin-top: 0;
  margin-left: 0.4375rem;
}

.widget_templines_instagram .templines-instagram-widget-images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3125rem;
}
.widget_templines_instagram .templines-instagram-widget-images .instagram-img-item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 100%;
}
.widget_templines_instagram .templines-instagram-widget-images .instagram-img-item a {
  display: flex;
  padding: 0.3125rem;
}
.widget_templines_instagram .templines-instagram-widget-images .instagram-img-item a .entry-insta-img-container {
  overflow: hidden;
  display: inline-flex;
}
.widget_templines_instagram .templines-instagram-widget-images .instagram-img-item a .entry-insta-img-container img {
  transition: 0.3s ease;
}
.widget_templines_instagram .templines-instagram-widget-images .instagram-img-item a:hover img {
  transform: scale(1.05);
}
.widget_templines_instagram .follow-instagram-btn-wrap {
  margin-top: 0.9375rem;
}
.widget_templines_instagram .follow-instagram-btn-wrap a {
  background: var(--dark-color);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-family: var(--btn-font);
  font-size: 0.875rem;
  padding: 0.4375rem 1.25rem;
  border-radius: 0.625rem;
}
.widget_templines_instagram .follow-instagram-btn-wrap a svg {
  margin-right: 0.5rem;
  max-width: 0.9375rem;
  height: auto;
  width: 100%;
}
.widget_templines_instagram .follow-instagram-btn-wrap a svg path {
  fill: var(--white-color);
}
.widget_templines_instagram .follow-instagram-btn-wrap a:hover {
  background: var(--primary-color);
}

.templines-banner-wrapper {
  background: linear-gradient(180deg, #D3ECF9 0%, #EDFAFF 100%);
  border-radius: 1.25rem;
  position: relative;
}
.templines-banner-wrapper.in-footer-visible {
  top: 60px;
  margin-top: -60px;
}

.templines-decor-rotate-img-wrap {
  display: inline-flex;
  width: 13.75rem;
  height: 13.75rem;
  border-radius: 100%;
  border: 0.0625rem solid var(--border-color);
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
}
.templines-decor-rotate-img-wrap .rotate-text-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.templines-decor-rotate-img-wrap.light-style {
  border-color: rgba(255, 255, 255, 0.1);
}
.templines-decor-rotate-img-wrap.small-style {
  border: none;
  display: inline-flex;
  width: 9.25rem;
  height: 9.25rem;
  border-radius: 100%;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.property-item-icon-box .entry-property-icon-box-item-content {
  display: flex;
  justify-content: center;
  text-align: center;
}
.property-item-icon-box .entry-property-icon-box-item-content .property-icon-box-icon-wrap {
  text-align: center;
}
.property-item-icon-box .entry-property-icon-box-item-content .property-icon-box-icon-wrap .property-icon-box-icon {
  transition: 0.3s ease;
  border-radius: 100%;
  display: inline-flex;
  width: 9.375rem;
  height: 9.375rem;
  background: var(--dark-color);
  border: 1px solid var(--dark-light-color);
  align-content: center;
  align-items: center;
  justify-content: center;
}
.property-item-icon-box .entry-property-icon-box-item-content .property-icon-box-icon-wrap .property-icon-box-icon svg {
  opacity: 0.7;
  max-width: 3.75rem;
  width: 100%;
  height: auto;
  transition: 0.3s ease;
}
.property-item-icon-box .entry-property-icon-box-item-content .property-icon-box-icon-wrap .property-icon-box-icon svg path {
  transition: 0.3s ease;
  fill: var(--white-color);
}
.property-item-icon-box .entry-property-icon-box-item-content .property-icon-box-content-wrap {
  margin-top: 1.25rem;
}
.property-item-icon-box .entry-property-icon-box-item-content .property-icon-box-content-wrap .property-icon-box-title-wrap .property-icon-box-title {
  transition: 0.3s ease;
  color: var(--white-color);
  margin-bottom: 0.3125rem;
}
.property-item-icon-box .entry-property-icon-box-item-content .property-icon-box-content-wrap .property-icon-box-count {
  color: var(--primary-color);
}
.property-item-icon-box:hover .property-icon-box-icon {
  transform: scale(1.03);
}
.property-item-icon-box:hover .property-icon-box-title {
  opacity: 0.6;
}

.testimonial-slider-item .entry-testimonial-slider-item-content {
  position: relative;
  border-radius: 1.875rem;
  background: var(--white-color);
  padding: 3.125rem;
}
.testimonial-slider-item .entry-testimonial-slider-item-content:before {
  position: absolute;
  content: "\e806";
  font-family: "templines-custom-icon";
  z-index: 1;
  right: 2.5rem;
  top: 3.375rem;
  font-size: 1.5625rem;
  color: var(--primary-color);
}
.testimonial-slider-item .entry-testimonial-slider-item-content .testimonial-top-info-wrap {
  display: flex;
}
.testimonial-slider-item .entry-testimonial-slider-item-content .testimonial-top-info-wrap .testimonial-img-wrap {
  margin-right: 1.25rem;
}
.testimonial-slider-item .entry-testimonial-slider-item-content .testimonial-top-info-wrap .testimonial-img-wrap img {
  border-radius: 100%;
}
.testimonial-slider-item .entry-testimonial-slider-item-content .testimonial-top-info-wrap .testimonial-name-and-info-text .testimonial-name {
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
}
.testimonial-slider-item .entry-testimonial-slider-item-content .testimonial-top-info-wrap .testimonial-after-title-info {
  font-size: 0.9375rem;
  line-height: 1;
}
.testimonial-slider-item .entry-testimonial-slider-item-content .testimonial-text-content {
  margin-top: 0.9375rem;
  margin-bottom: 1.5625rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.testimonial-slider-item .entry-testimonial-slider-item-content .testimonial-bottom-info-wrap .logo-rating-content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.testimonial-slider-item .entry-testimonial-slider-item-content .testimonial-bottom-info-wrap .logo-rating-content .testimonial-logotype {
  flex-grow: 0;
  background: var(--white-color);
  position: relative;
  z-index: 1;
  padding-right: 1.875rem;
}
.testimonial-slider-item .entry-testimonial-slider-item-content .testimonial-bottom-info-wrap .logo-rating-content .testimonial-rating {
  line-height: 33px;
  background: var(--white-color);
  text-align: right;
  position: relative;
  z-index: 1;
  padding-left: 1.875rem;
}
.testimonial-slider-item .entry-testimonial-slider-item-content .testimonial-bottom-info-wrap .logo-rating-content .testimonial-decor-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--border-color);
  z-index: 0;
  transform: translateY(-2px);
}
.testimonial-slider-item.templines-slider-item-dark-style {
  box-shadow: 0 1.875rem 3.75rem -0.9375rem rgba(24, 26, 32, 0.05);
}
.testimonial-slider-item.templines-slider-item-dark-style .entry-testimonial-slider-item-content {
  background: var(--dark-colo-two);
}
.testimonial-slider-item.templines-slider-item-dark-style .entry-testimonial-slider-item-content .testimonial-top-info-wrap .testimonial-name-and-info-text .testimonial-name {
  color: var(--white-color);
}
.testimonial-slider-item.templines-slider-item-dark-style .entry-testimonial-slider-item-content .testimonial-top-info-wrap .testimonial-name-and-info-text .testimonial-after-title-info {
  color: var(--white-color);
  opacity: 0.7;
}
.testimonial-slider-item.templines-slider-item-dark-style .entry-testimonial-slider-item-content .testimonial-top-info-wrap .testimonial-name-and-info-text .testimonial-after-title-info a {
  opacity: 1;
}
.testimonial-slider-item.templines-slider-item-dark-style .entry-testimonial-slider-item-content .testimonial-text-content {
  color: var(--white-color);
}
.testimonial-slider-item.templines-slider-item-dark-style .entry-testimonial-slider-item-content .testimonial-bottom-info-wrap .testimonial-decor-line {
  background: #343436;
}
.testimonial-slider-item.templines-slider-item-dark-style .entry-testimonial-slider-item-content .testimonial-bottom-info-wrap .testimonial-logotype {
  background: var(--dark-colo-two);
}
.testimonial-slider-item.templines-slider-item-dark-style .entry-testimonial-slider-item-content .testimonial-bottom-info-wrap .testimonial-rating {
  background: var(--dark-colo-two);
}
.testimonial-slider-item.templines-slider-item-dark-style .entry-testimonial-slider-item-content .testimonial-bottom-info-wrap .testimonial-rating .rating-container {
  color: #343436;
}
.testimonial-slider-item.testimonial-with-border .entry-testimonial-slider-item-content {
  border-radius: 1.25rem;
  border: 0.0625rem solid var(--border-color);
}

.templines-testimonial-slider.testimonial-slider-style-one {
  overflow: hidden;
}
.templines-testimonial-slider.testimonial-slider-style-two {
  max-width: 39.75rem;
  margin: 0 auto;
}
.templines-testimonial-slider.testimonial-slider-style-two .swiper-slide {
  transition: 0.3s ease;
  opacity: 0.2;
}
.templines-testimonial-slider.testimonial-slider-style-two .swiper-slide.swiper-slide-active {
  opacity: 1;
}

/* variables */
.rating-container {
  --star-fill-color: var(--primary-color);
  --star-grey-color: var(--border-color);
}

.rating-container {
  letter-spacing: 2px;
  width: min-content;
  font-size: 13px;
  color: var(--star-grey-color);
  position: relative;
  display: inline-flex;
}
.rating-container .star-container {
  display: flex;
}
.rating-container .star-container.yellow-star-container {
  color: var(--star-fill-color);
}
.rating-container .rating-container {
  width: var(--percent, 0%);
  height: 100%;
  overflow: hidden;
}
.rating-container .grey-star-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
}

.teplines-testimonial-text-item-wrap {
  position: relative;
}
.teplines-testimonial-text-item-wrap:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "\e806";
  font-family: "templines-custom-icon";
  display: flex;
  line-height: 1;
  font-size: 5.625rem;
}
.teplines-testimonial-text-item-wrap .top-text-content {
  margin-bottom: 6.25rem;
}
.teplines-testimonial-text-item-wrap .top-text-content .testimonial-top-text {
  margin-bottom: 0;
}
.teplines-testimonial-text-item-wrap .text-content {
  font-size: 2.625rem;
  line-height: 3.25rem;
}
.teplines-testimonial-text-item-wrap .bottom-text-info {
  margin-top: 6.25rem;
}
.teplines-testimonial-text-item-wrap .bottom-text-info .author-name {
  margin-bottom: 0.3125rem;
}

.templines-tabs-slider-top .templines-top-tabs-slider-item {
  width: auto;
  cursor: pointer;
}
.templines-tabs-slider-top .templines-top-tabs-slider-item .entry-tob-slider-content {
  display: flex;
  align-items: center;
  line-height: 1;
  background: var(--white-color);
  padding: 0.4375rem 1.25rem;
  border-radius: 0.375rem;
  transition: 0.3s ease;
}
.templines-tabs-slider-top .templines-top-tabs-slider-item .entry-tob-slider-content .svg-icon-wrap {
  margin-right: 0.5625rem;
}
.templines-tabs-slider-top .templines-top-tabs-slider-item .entry-tob-slider-content .svg-icon-wrap svg {
  max-width: 1.5625rem;
  height: auto;
  width: 100%;
}
.templines-tabs-slider-top .templines-top-tabs-slider-item .entry-tob-slider-content .svg-icon-wrap svg g {
  transition: 0.3s ease;
}
.templines-tabs-slider-top .templines-top-tabs-slider-item .entry-tob-slider-content .tab-title {
  line-height: 1;
  transition: 0.3s ease;
}
.templines-tabs-slider-top .templines-top-tabs-slider-item.swiper-slide-thumb-active .entry-tob-slider-content, .templines-tabs-slider-top .templines-top-tabs-slider-item:hover .entry-tob-slider-content {
  color: var(--white-color);
  background: var(--dark-color);
}
.templines-tabs-slider-top .templines-top-tabs-slider-item.swiper-slide-thumb-active .entry-tob-slider-content svg g, .templines-tabs-slider-top .templines-top-tabs-slider-item:hover .entry-tob-slider-content svg g {
  stroke: var(--white-color);
}
.templines-tabs-slider-top .templines-top-tabs-slider-item.swiper-slide-thumb-active {
  opacity: 1 !important;
}
.templines-tabs-slider-top .templines-top-tabs-slider-item:hover {
  opacity: 0.7;
}

.templines-tabs-slider-bottom {
  overflow: hidden;
}
.templines-tabs-slider-bottom .templines-row {
  width: 100%;
}
.templines-tabs-slider-bottom .solution-info-content {
  margin-top: 3.75rem;
}
.templines-tabs-slider-bottom .solution-info-column {
  display: flex;
  flex-direction: column;
}
.templines-tabs-slider-bottom .solution-info-item-wrap {
  min-width: 12.25rem;
  max-width: 12.25rem;
}
.templines-tabs-slider-bottom .solution-info-item-wrap .entry-item-content {
  display: flex;
}
.templines-tabs-slider-bottom .solution-info-item-wrap .entry-item-content .info-item-svg-wrap {
  margin-right: 1.25rem;
}
.templines-tabs-slider-bottom .solution-info-item-wrap .entry-item-content .info-item-svg-wrap svg {
  max-width: 2.6875rem;
  height: auto;
  width: 100%;
}
.templines-tabs-slider-bottom .solution-info-item-wrap .entry-item-content .text-content-item-wrap {
  line-height: 1;
}
.templines-tabs-slider-bottom .solution-info-item-wrap .entry-item-content .text-content-item-wrap .item-title {
  margin-bottom: 0.5rem;
}
.templines-tabs-slider-bottom .solution-info-item-wrap + .solution-info-item-wrap {
  margin-top: 1.5625rem;
  padding-top: 1.5625rem;
  border-top: 1px dashed rgba(24, 26, 32, 0.2);
}

.templines-gallery-grid-content .gallery-grid-item {
  overflow: hidden;
  margin-top: 1.5rem;
  display: flex;
}
.templines-gallery-grid-content .gallery-grid-item img {
  transition: 0.3s ease;
  width: 100%;
  height: 100%;
}
.templines-gallery-grid-content .gallery-grid-item:hover img {
  transform: scale(1.02);
}

.templines-gallery-grid-post-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.templines-gallery-grid-post-type .templines-gallery-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.templines-gallery-grid-post-type .templines-gallery-item .gallery-item-description {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-1.25rem);
  padding: 0.875rem 2.5rem;
  position: absolute;
  z-index: 1;
  bottom: 1.25rem;
  left: 1.25rem;
  background: var(--white-color);
}
.templines-gallery-grid-post-type .templines-gallery-item .gallery-item-description .gallery-title {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  margin-bottom: 0.1875rem;
}
.templines-gallery-grid-post-type .templines-gallery-item .gallery-item-description .gallery-category-wrap {
  color: var(--dark-light-color-two);
  font-size: 0.875rem;
}
.templines-gallery-grid-post-type .templines-gallery-item .gallery-item-description .gallery-category-wrap span {
  margin-left: 0.1875rem;
}
.templines-gallery-grid-post-type .templines-gallery-item .gallery-item-description .gallery-category-wrap span:first-child {
  margin-left: 0;
}
.templines-gallery-grid-post-type .templines-gallery-item .gallery-item-description .right-gallery--description-content {
  margin-left: 1.5625rem;
}
.templines-gallery-grid-post-type .templines-gallery-item .gallery-item-description .right-gallery--description-content svg {
  transition: 0.3s ease;
}
.templines-gallery-grid-post-type .templines-gallery-item .gallery-item-description .right-gallery--description-content svg path {
  fill: var(--primary-color);
}
.templines-gallery-grid-post-type .templines-gallery-item .gallery-item-description .right-gallery--description-content svg:hover {
  opacity: 0.7;
}
.templines-gallery-grid-post-type .templines-gallery-item:hover .gallery-item-description {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.templines-video-box-wrapper {
  position: relative;
}
.templines-video-box-wrapper .templines-video-bg {
  position: relative;
  overflow: hidden;
}
.templines-video-box-wrapper .templines-video-bg .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  object-fit: cover;
  transform-origin: center;
  transform: translateY(0);
}
.templines-video-box-wrapper .templines-video-bg .parallax-bg-hidden {
  opacity: 0;
}
.templines-video-box-wrapper .templines-video-btn-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: inline-flex;
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 100%;
  background: var(--white-color);
  justify-content: center;
  align-items: center;
}
.templines-video-box-wrapper .templines-video-btn-wrap svg {
  max-width: 35px;
  height: auto;
  width: 100%;
}
.templines-video-box-wrapper .templines-video-btn-wrap svg path {
  fill: var(--primary-color);
}

.main-screen-header {
  position: relative;
  z-index: -2;
}
.main-screen-header .header-img-mask {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: var(--dark-color);
}
.main-screen-header .entry-main-screen-content {
  min-height: 28.125rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
.main-screen-header .entry-main-screen-content .header-screen-title-wrap .main-screen-title {
  color: var(--white-color);
  margin-bottom: 0.9375rem;
}
.main-screen-header .entry-main-screen-content .breadcrumbs-heading .breadcrumbs {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}
.main-screen-header .entry-main-screen-content .breadcrumbs-heading .breadcrumbs .breadcrumbs-delimiter {
  background-color: var(--white-color);
  opacity: 0.7;
  width: 0.625rem;
  height: 0.0625rem;
  display: inline-block;
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}
.main-screen-header .entry-main-screen-content .breadcrumbs-heading .breadcrumbs .breadcrumbs-item {
  color: var(--white-color);
}
.main-screen-header .entry-main-screen-content .breadcrumbs-heading .breadcrumbs .breadcrumbs-item.active {
  opacity: 0.7 !important;
}
.main-screen-header .entry-main-screen-content .breadcrumbs-heading .breadcrumbs .breadcrumbs-item.active:hover {
  opacity: 1 !important;
}
.main-screen-header .entry-main-screen-content .breadcrumbs-heading .breadcrumbs a {
  opacity: 1 !important;
  color: var(--white-color);
}
.main-screen-header .entry-main-screen-content .breadcrumbs-heading .breadcrumbs a:hover {
  color: var(--primary-color);
}
.main-screen-header .entry-main-screen-content .breadcrumbs-heading .breadcrumbs a + a:before {
  content: "";
  background-color: var(--white-color);
  opacity: 0.7;
  width: 0.625rem;
  height: 0.0625rem;
  display: inline-block;
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  position: relative;
  top: -4px;
}

.property-title-wrap-price-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.0625rem solid var(--border-color);
}
.property-title-wrap-price-wrap .property-title {
  font-size: 2.625rem;
  line-height: 3.25rem;
  margin-bottom: 0;
}
.property-title-wrap-price-wrap .price-item-content {
  font-size: 2.1875rem;
  color: var(--primary-color);
}
.property-title-wrap-price-wrap .price-item-content .currency-symbol {
  margin-left: 0.3125rem;
}
.property-title-wrap-price-wrap .price-item-content .rental-time {
  color: var(--dark-light-color-two);
  margin-left: 0.3125rem;
  font-size: 1rem;
}

.property-item-top-info-wrap {
  font-size: 0.9375rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5625rem;
}
.property-item-top-info-wrap .property-item-info-wrap {
  display: inline-flex;
}
.property-item-top-info-wrap .property-item-info-wrap .property-info-item {
  display: inline-flex;
  align-content: center;
  align-items: center;
  font-size: 0.9375rem;
}
.property-item-top-info-wrap .property-item-info-wrap .property-info-item .item-text-wrap {
  line-height: 1;
  color: var(--dark-light-color-two);
}
.property-item-top-info-wrap .property-item-info-wrap .property-info-item .item-icon-wrap {
  line-height: 1;
  margin-right: 0.3125rem;
  display: inline-flex;
}
.property-item-top-info-wrap .property-item-info-wrap .property-info-item .item-icon-wrap svg {
  max-width: 1.25rem;
  height: auto;
  width: 100%;
}
.property-item-top-info-wrap .property-item-info-wrap .property-info-item + .property-info-item {
  margin-left: 0.9375rem;
}
.property-item-top-info-wrap .company-property-info-wrap {
  display: flex;
  align-items: center;
}
.property-item-top-info-wrap .company-property-info-wrap .company-logotype {
  display: inline-flex;
  margin-right: 0.625rem;
}
.property-item-top-info-wrap .company-property-info-wrap .company-logotype img {
  max-width: 1.5625rem;
}
.property-item-top-info-wrap .company-property-info-wrap .company-name {
  color: var(--dark-light-color);
  margin-right: 0.75rem;
  font-size: 0.875rem;
}
.property-item-top-info-wrap .company-property-info-wrap .company-phone-number {
  font-size: 1.125rem;
}
.property-item-top-info-wrap .company-property-info-wrap .company-phone-number a {
  color: var(--dark-color);
}
.property-item-top-info-wrap .company-property-info-wrap .company-phone-number a:hover {
  color: var(--primary-color);
}
.property-item-top-info-wrap .wishlist-item {
  cursor: pointer;
  border-radius: 100%;
  border: 0.0625rem solid var(--border-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}
.property-item-top-info-wrap .wishlist-item svg {
  width: 100%;
  max-width: 1rem;
  height: auto;
}
.property-item-top-info-wrap .wishlist-item svg path {
  stroke: var(--dark-light-color);
  transition: 0.3s ease;
}
.property-item-top-info-wrap .wishlist-item:hover svg path {
  stroke: var(--primary-color);
}
.property-item-top-info-wrap .wishlist-item-content {
  cursor: pointer;
  border-radius: 100%;
  border: 0.0625rem solid #E8E8E9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.375rem;
}
.property-item-top-info-wrap .shared-item, .property-item-top-info-wrap .print-item {
  cursor: pointer;
  border-radius: 100%;
  border: 0.0625rem solid #E8E8E9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.375rem;
}
.property-item-top-info-wrap .shared-item svg, .property-item-top-info-wrap .print-item svg {
  width: 100%;
  max-width: 1rem;
  height: auto;
}
.property-item-top-info-wrap .shared-item svg path, .property-item-top-info-wrap .print-item svg path {
  fill: var(--dark-light-color);
  transition: 0.3s ease;
}
.property-item-top-info-wrap .shared-item:hover svg path, .property-item-top-info-wrap .print-item:hover svg path {
  fill: var(--primary-color);
}

.review-location-wrap {
  display: flex;
  align-items: center;
}
.review-location-wrap .review-wrap {
  display: inline-flex;
  align-items: center;
}
.review-location-wrap .review-wrap .review-icon {
  margin-right: 0.3125rem;
  display: inline-flex;
}
.review-location-wrap .review-wrap .review-icon svg {
  top: -0.0625rem;
  position: relative;
  margin-right: 0.0625rem;
  max-width: 1.0625rem;
  width: 100%;
  height: auto;
}
.review-location-wrap .review-wrap .review-icon svg path {
  fill: var(--primary-color);
}
.review-location-wrap .review-wrap .review-rating {
  margin-right: 0.4375rem;
}
.review-location-wrap .review-wrap .count-review {
  font-size: 0.9375rem;
  color: var(--dark-light-color-two);
}
.review-location-wrap .location-wrap {
  display: inline-flex;
  align-items: center;
  color: var(--dark-light-color-two);
}
.review-location-wrap .location-wrap svg {
  position: relative;
  margin-right: 0.3125rem;
  max-width: 1.0625rem;
  width: 100%;
  height: auto;
}
.review-location-wrap .location-wrap svg path {
  fill: var(--primary-color);
}

.templines-single-property-item-wrap .templines-post-thumbnail-wrap {
  border-radius: 1.25rem;
  margin-bottom: 0.9375rem;
}
.templines-single-property-item-wrap .property-description {
  color: var(--dark-light-color-two);
}
.templines-single-property-item-wrap .property-description ul {
  list-style: none;
  margin: 1.25rem 0;
  padding: 0;
}
.templines-single-property-item-wrap .property-description ul li {
  color: var(--dark-color);
  font-size: 1.0625rem;
  padding-left: 1.875rem;
  position: relative;
}
.templines-single-property-item-wrap .property-description ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.625rem;
  height: 0.625rem;
  background: var(--primary-color);
  display: inline-block;
  border-radius: 100%;
}
.templines-single-property-item-wrap .property-description ul li + li {
  margin-top: 0.9375rem;
}
.templines-single-property-item-wrap .property-gallery-wrap {
  margin-bottom: 1.25rem;
  margin-top: -0.875rem;
}
.templines-single-property-item-wrap .property-gallery-wrap .gallery-item {
  display: inline-flex;
  margin-top: 0.875rem;
  border-radius: 0.625rem;
  overflow: hidden;
}

.property-item-detail-wrap .property-detail-title {
  font-size: 1.375rem;
  margin-bottom: 1.5625rem;
}
.property-item-detail-wrap .property-detail-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375rem;
  margin-top: -0.8125rem;
  margin-bottom: 2.1875rem;
  padding-bottom: 2.1875rem;
  border-bottom: 0.0625rem solid var(--border-color);
}
.property-item-detail-wrap .property-detail-items .property-detail-item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 100%;
  padding: 0 0.9375rem;
  margin-top: 0.8125rem;
}
.property-item-detail-wrap .property-detail-items .property-detail-item .property-item-detail-title {
  color: var(--dark-light-color-two);
  margin-right: 0.125rem;
}
.property-item-detail-wrap .property-amenities-title {
  font-size: 1.375rem;
  margin-bottom: 1.5625rem;
}
.property-item-detail-wrap .property-amenities-items {
  margin: -0.1875rem;
  margin-bottom: 2.1875rem;
  padding-bottom: 2.1875rem;
  border-bottom: 0.0625rem solid var(--border-color);
}
.property-item-detail-wrap .property-amenities-items .property-amenities-item {
  font-size: 0.9375rem;
  margin: 0.1875rem;
  display: inline-flex;
  padding: 0.375rem 0.9375rem;
  border: 0.0625rem solid var(--border-color);
  border-radius: 0.625rem;
}
.property-item-detail-wrap .property-amenities-items .property-amenities-item .entry-amenities-item {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.property-item-detail-wrap .property-amenities-items .property-amenities-item .entry-amenities-item .amenities-icon-wrapper {
  display: inline-flex;
  margin-right: 0.625rem;
}
.property-item-detail-wrap .property-amenities-items .property-amenities-item .entry-amenities-item .amenities-icon-wrapper img {
  width: 100%;
  max-width: 1.5625rem;
  height: auto;
}
.property-item-detail-wrap .property-plan-title {
  font-size: 1.375rem;
  margin-bottom: 1.5625rem;
}
.property-item-detail-wrap .templines-solution-tab-slider-wrap {
  margin-bottom: 2.1875rem;
  padding-bottom: 2.1875rem;
  border-bottom: 0.0625rem solid var(--border-color);
}
.property-item-detail-wrap .templines-solution-tab-slider-wrap .templines-top-tabs-slider-item .entry-tob-slider-content {
  background: var(--background-light-color);
  color: var(--dark-color);
}
.property-item-detail-wrap .templines-solution-tab-slider-wrap .templines-top-tabs-slider-item .entry-tob-slider-content svg g {
  stroke: var(--dark-color);
}
.property-item-detail-wrap .templines-solution-tab-slider-wrap .templines-top-tabs-slider-item.swiper-slide-thumb-active .entry-tob-slider-content {
  background: var(--primary-color);
  color: var(--white-color);
}
.property-item-detail-wrap .templines-solution-tab-slider-wrap .templines-top-tabs-slider-item.swiper-slide-thumb-active .entry-tob-slider-content svg g {
  stroke: var(--white-color);
}

.booking_form .details-aside-content-options__box-text, .details-aside-content__inner .details-aside-content__radios .details-aside-content-radios__row p {
  width: 100%;
  text-align: right;
}

.single-property-item-aside .widget {
  background: rgba(236, 99, 38, 0.06);
  padding: 2.8125rem 1.5625rem;
}
.single-property-item-aside .widget input, .single-property-item-aside .widget textarea {
  border-radius: 0.625rem;
  font-size: 0.9375rem;
  padding: 0.625rem 1.5625rem;
  width: 100%;
  max-width: 100%;
  border: 0.0625rem solid #E8E8E9;
  margin-bottom: 1.5rem;
}
.single-property-item-aside .widget textarea {
  min-width: 100%;
  min-height: 8.125rem;
}
.single-property-item-aside .widget .form-btn-wrap button {
  width: 100%;
  justify-content: center;
}
.single-property-item-aside .widget .form-btn-wrap button div {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
}
.single-property-item-aside .widget .widget--title-wrap {
  font-size: 1.1875rem;
  margin-bottom: 1.5625rem;
  padding-left: 30px;
  border-left: 2px solid var(--primary-color);
  line-height: 1.875rem;
}
.single-property-item-aside .widget .widget--title-wrap .widget--subtitle {
  color: var(--dark-light-color);
  display: flex;
  font-size: 0.75rem;
  line-height: 1.375rem;
  text-transform: uppercase;
}
.single-property-item-aside .widget-property-author-info {
  position: relative;
}
.single-property-item-aside .widget-property-author-info .trusted-author {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
}
.single-property-item-aside .widget-property-author-info .trusted-author .trusted-author-content {
  display: inline-flex;
  background: var(--white-color);
  border-radius: 100%;
  padding: 0.5rem;
  border: 0.0625rem solid var(--border-color);
}
.single-property-item-aside .widget-property-author-info .trusted-author .trusted-author-content img {
  max-width: 1.5625rem;
}
.single-property-item-aside .widget-property-author-info .trusted-author .trusted-author-content .trusted-author-text {
  padding: 0.1875rem 0.625rem;
  color: var(--dark-color);
  transform: translate3d(-25px, -50%, 0);
  position: absolute;
  right: 100%;
  top: 50%;
  white-space: nowrap;
  background: var(--white-color);
  font-size: 0.8125rem;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.single-property-item-aside .widget-property-author-info .trusted-author .trusted-author-content .trusted-author-text:before {
  content: "";
  position: absolute;
  transform: translate3d(80%, -50%, 0);
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid var(--white-color);
  border-right: 0;
}
.single-property-item-aside .widget-property-author-info .trusted-author .trusted-author-content:hover .trusted-author-text {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-10px, -50%, 0);
}
.single-property-item-aside .widget-property-author-info .entry-author-content .top-author-content {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid var(--border-color);
}
.single-property-item-aside .widget-property-author-info .entry-author-content .top-author-content .author-ava-wrap {
  display: inline-flex;
  border: 0.125rem solid var(--border-color);
  border-radius: 100%;
  margin-right: 1.5rem;
  width: 5rem;
  height: 5rem;
}
.single-property-item-aside .widget-property-author-info .entry-author-content .top-author-content .author-ava-wrap img {
  max-width: 5rem;
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.single-property-item-aside .widget-property-author-info .entry-author-content .top-author-content .author-name-wrap .author-name {
  font-size: 1.375rem;
  line-height: 2rem;
}
.single-property-item-aside .widget-property-author-info .entry-author-content .top-author-content .author-name-wrap .author-since {
  color: var(--dark-light-color-two);
  font-size: 0.875rem;
  position: relative;
  top: -0.125rem;
}
.single-property-item-aside .widget-property-author-info .entry-author-content .bottom-author-content .author-contact-info-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.875rem;
}
.single-property-item-aside .widget-property-author-info .entry-author-content .bottom-author-content .author-contact-info-wrap .author-contact-item {
  display: flex;
  align-items: center;
}
.single-property-item-aside .widget-property-author-info .entry-author-content .bottom-author-content .author-contact-info-wrap .author-contact-item a {
  display: flex;
  color: inherit;
}
.single-property-item-aside .widget-property-author-info .entry-author-content .bottom-author-content .author-contact-info-wrap .author-contact-item a:hover {
  color: var(--primary-color);
}
.single-property-item-aside .widget-property-author-info .entry-author-content .bottom-author-content .author-contact-info-wrap .author-contact-item svg {
  max-width: 1rem;
  width: 100%;
  height: auto;
  margin-right: 0.625rem;
}
.single-property-item-aside .widget-property-author-info .entry-author-content .bottom-author-content .author-contact-info-wrap .author-contact-item svg path {
  fill: var(--primary-color);
}
.single-property-item-aside .widget-property-author-info .entry-author-content .bottom-author-content .author-contact-info-wrap .author-contact-item + .author-contact-item {
  margin-top: 0.5rem;
}

.elementor-widget-tm-reviews-single-actions .fl-post-share-contain {
  position: relative;
  cursor: pointer;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.375rem;
}
.elementor-widget-tm-reviews-single-actions .fl-post-share-contain .fl-share-buttons-contain {
  text-align: center;
  transition: all 0.3s;
  height: 0px;
  overflow: hidden;
  position: absolute;
  left: -80%;
  right: 0;
}
.elementor-widget-tm-reviews-single-actions .fl-post-share-contain .fl-share-buttons-contain .fl--share-icons-contain {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: var(--primary-color);
}
.elementor-widget-tm-reviews-single-actions .fl-post-share-contain .fl-share-buttons-contain .fl--share-icons-contain .fl--btn-icon {
  margin: 0 auto;
  height: fit-content;
  display: block;
  line-height: 30px;
}
.elementor-widget-tm-reviews-single-actions .fl-post-share-contain .fl-share-buttons-contain .fl--share-icons-contain .fl--btn-icon i:before {
  color: #fff;
}
.elementor-widget-tm-reviews-single-actions .fl-post-share-contain .fl-share-buttons-contain.active {
  height: fit-content;
  transition: all 0.3s;
  position: absolute;
  top: 45px;
  width: 100px;
  margin: auto;
  padding-top: 15px;
  z-index: 9;
  left: auto;
  right: auto;
}
.elementor-widget-tm-reviews-single-actions .fl-post-share-contain .fl-share-buttons-contain.active:before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 11px solid;
  top: -4px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
  z-index: -1;
  border-bottom-color: var(--primary-color);
}

.comments_wrap {
  margin-top: 2.5rem;
}
.comments_wrap .trackback .blog-comments__img, .comments_wrap .pingback .blog-comments__img {
  padding: 0 !important;
}
.comments_wrap .form-control:focus {
  border-color: unset;
  box-shadow: unset;
  color: #cccccc;
}
.comments_wrap .templines-primary-btn-style {
  margin-top: 1.25rem;
}
.comments_wrap .blog-comments__title {
  font-size: 1.375rem;
  margin-bottom: 1.5625rem;
}
.comments_wrap .comment .comments__inner {
  display: flex;
}
.comments_wrap .comment .comments__inner .blog-comments__img {
  padding-right: 1.875rem;
}
.comments_wrap .comment .comments__inner .blog-comments__img img {
  border-radius: 100%;
  max-width: 5rem;
  height: auto;
}
.comments_wrap .comment .comments__inner .comment-author-name {
  font-size: 1.0625rem;
  margin-bottom: 0.625rem;
}
.comments_wrap .comment .comments__inner .comment-rating-show .comments-content__text {
  margin-bottom: 1.875rem;
  font-size: 0.9375rem;
}
.comments_wrap .comment .comments__inner .comment-rating-show .comment-rating-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.comments_wrap .comment .comments__inner .comment-rating-show .comment-rating-wrap:before {
  content: "";
  height: 0.0625rem;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  background: #E8E8E9;
  z-index: -1;
}
.comments_wrap .comment .comments__inner .comment-rating-show .comment-rating-wrap .blog-comments-content-info {
  background: var(--white-color);
  padding-right: 0.9375rem;
  font-size: 0.875rem;
  color: var(--dark-light-color-two);
}
.comments_wrap .comment .comments__inner .comment-rating-show .comment-rating-wrap .blog-comments-content-info span {
  margin-right: 0.1875rem;
}
.comments_wrap .comment .comments__inner .comment-rating-show .comment-rating-wrap .rating-container {
  background: var(--white-color);
  padding-left: 0.9375rem;
}
.comments_wrap .comment + .comment {
  margin-top: 2.8125rem;
  padding-top: 2.8125rem;
  border-top: 0.0625rem solid #E8E8E9;
}
.comments_wrap .comment + #respond {
  margin-top: 15px;
}
.comments_wrap .section-reply-form {
  margin-top: 2.5rem;
}
.comments_wrap .section-reply-form .comment-reply-title {
  font-size: 1.375rem;
  margin-bottom: 1.5625rem;
}
.comments_wrap .section-reply-form form textarea {
  min-width: 100%;
}
.comments_wrap .section-reply-form form .form-group {
  margin-bottom: 1.25rem;
}
.comments_wrap .section-reply-form form .form-group input, .comments_wrap .section-reply-form form .form-group textarea {
  font-size: 0.9375rem;
  border-radius: 0.625rem;
  padding: 0.9375rem 1.5625rem;
  width: 100%;
  border: 0.0625rem solid #E8E8E9;
  text-transform: unset;
}
.comments_wrap .section-reply-form form .comment-email {
  display: flex;
  flex-direction: column;
  order: 2;
}
.comments_wrap .section-reply-form form .comment-email .form-group, .comments_wrap .section-reply-form form .comment-email .comment-coment {
  order: 1;
}
.comments_wrap .section-reply-form form .comment-form-cookies-consent {
  font-size: 0.9375rem;
}
.comments_wrap .section-reply-form form .comment-form-cookies-consent input[type=checkbox] {
  margin-right: 0.3125rem;
  border-radius: 100%;
  appearance: none;
  -webkit-appearance: none;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 0.0625rem solid #E8E8E9;
  display: inline-block;
  position: relative;
  background-color: var(--white-color);
  cursor: pointer;
  top: 0.125rem;
  padding: 0;
}
.comments_wrap .section-reply-form form .comment-form-cookies-consent input[type=checkbox]:checked {
  background-color: var(--primary-color);
  border: 0.0625rem solid var(--primary-color);
}
.comments_wrap .section-reply-form form .comment-form-cookies-consent input[type=checkbox]:checked::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 100%;
  background: var(--white-color);
  top: 0.125rem;
  right: 0.125rem;
}

.fl-comment-form {
  position: relative;
}
.fl-comment-form input.form-control {
  margin-bottom: 1.25rem;
}
.fl-comment-form .comment-form-cookies-consent {
  padding-left: 0;
  position: absolute;
  bottom: 45px;
}
.fl-comment-form .templines-primary-btn-style {
  margin-top: 4.25rem;
}

.logged-in .fl-comment-form .templines-primary-btn-style {
  margin-top: 1.25rem;
}

.details-aside-content__inner .details-aside-content__radios {
  margin-top: 0.625rem;
  margin-bottom: 1.5625rem;
  padding-bottom: 1.5625rem;
  border-bottom: 0.0625rem solid #E8E8E9;
}
.details-aside-content__inner .details-aside-content__radios .details-aside-content-radios__row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 0.9375rem;
}
.details-aside-content__inner .details-aside-content__radios .details-aside-content-radios__row .container {
  cursor: pointer;
  display: flex;
  padding-left: 0.9375rem;
}
.details-aside-content__inner .details-aside-content__radios .details-aside-content-radios__row .container input {
  width: 0;
  height: 0;
  margin: 0;
  margin-right: 0.625rem;
  border: 0;
  padding: 0;
  position: relative;
  appearance: none !important;
}
.details-aside-content__inner .details-aside-content__radios .details-aside-content-radios__row .container input:after {
  border: 0.0625rem solid var(--border-color);
  display: inline-flex;
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--white-color);
  border-radius: 50%;
  position: absolute;
  top: 0.3125rem;
  left: -0.9375rem;
  transition: 0.3s ease;
}
.details-aside-content__inner .details-aside-content__radios .details-aside-content-radios__row .container input:before {
  background-color: var(--white-color);
  display: inline-flex;
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: -12px;
  z-index: 99;
  top: 8px;
  border-radius: 100%;
}
.details-aside-content__inner .details-aside-content__radios .details-aside-content-radios__row .container input[type=radio]:checked:after {
  background: var(--primary-color);
}
.details-aside-content__inner .details-aside-content__radios .details-aside-content-radios__row .container:hover input:after {
  border-color: var(--primary-color);
}
.details-aside-content__inner .details-aside-content__radios .details-aside-content-radios__row p {
  margin-bottom: 0;
}
.details-aside-content__inner .details-aside-content__radios .details-aside-content-radios__row p .time-detail {
  color: var(--dark-light-color-two);
  margin-left: 0.25rem;
}
.details-aside-content__inner .details-aside-content__radios .details-aside-content-radios__row p .currency-symbol {
  margin-left: 0.125rem;
}
.details-aside-content__inner .details-aside-content__radios .details-aside-content-radios__row + .details-aside-content-radios__row {
  margin-top: 1.0625rem;
}
.details-aside-content__inner .details-aside-content__options {
  margin-bottom: 1.5625rem;
  padding-bottom: 1.5625rem;
  border-bottom: 0.0625rem solid var(--border-color);
  font-size: 0.9375rem;
}
.details-aside-content__inner .details-aside-content__options .details-aside-content-options__text {
  margin-bottom: 0.9375rem;
}
.details-aside-content__inner .details-aside-content__options .details-aside-content-options__box {
  display: flex;
  justify-content: space-between;
}
.details-aside-content__inner .details-aside-content__options .details-aside-content-options__box .container {
  cursor: pointer;
  display: flex;
  padding-left: 0.9375rem;
}
.details-aside-content__inner .details-aside-content__options .details-aside-content-options__box .container input {
  order: -1;
  width: 0;
  height: 0;
  margin: 0;
  margin-right: 0.625rem;
  border: 0;
  padding: 0;
  position: relative;
  appearance: none !important;
}
.details-aside-content__inner .details-aside-content__options .details-aside-content-options__box .container input:after {
  border: 0.0625rem solid var(--border-color);
  display: inline-flex;
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--white-color);
  border-radius: 50%;
  position: absolute;
  top: 0.3125rem;
  left: -0.9375rem;
  transition: 0.3s ease;
}
.details-aside-content__inner .details-aside-content__options .details-aside-content-options__box .container input:before {
  background-color: var(--white-color);
  display: inline-flex;
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: -12px;
  z-index: 99;
  top: 8px;
  border-radius: 100%;
}
.details-aside-content__inner .details-aside-content__options .details-aside-content-options__box .container input[type=checkbox]:checked:after {
  background: var(--primary-color);
}
.details-aside-content__inner .details-aside-content__options .details-aside-content-options__box .container:hover input:after {
  border-color: var(--primary-color);
}
.details-aside-content__inner .details-aside-content__options .details-aside-content-options__box p {
  margin-bottom: 0;
}
.details-aside-content__inner .details-aside-content__options .details-aside-content-options__box p .time-detail {
  color: var(--dark-light-color-two);
  margin-left: 0.25rem;
}
.details-aside-content__inner .details-aside-content__options .details-aside-content-options__box p .currency-symbol {
  margin-left: 0.125rem;
}
.details-aside-content__inner .details-aside-content__options .details-aside-content-options__box + .details-aside-content-options__box {
  margin-top: 1.0625rem;
}
.details-aside-content__inner .details-aside-content__total {
  padding: 1.5625rem 0;
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
}
.details-aside-content__inner .details-aside-content__total > span {
  padding: 0.4375rem 0;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}
.details-aside-content__inner .details-aside-content__total > span .currency-symbol {
  margin-left: 0.1875rem;
}
.details-aside-content__inner .details-aside-content__total > span .time-detail {
  margin-left: 0.25rem;
}
.details-aside-content__inner .details-aside-content__total > span:nth-child(even) {
  text-align: right;
}
.details-aside-content__inner .details-aside-content__total .details-aside-content__total-text {
  font-size: 1.375rem;
  text-align: left;
}
.details-aside-content__inner .details-aside-content__total .details-aside-content__total-text.total_price {
  text-align: right;
}
.details-aside-content__inner .details-aside-content__total .total_price {
  color: var(--primary-color);
}
.details-aside-content__inner .details-aside-content__total .total_price span {
  color: var(--primary-color);
}
.details-aside-content__inner .details-aside-content__total .details-aside-content__total-text.total_price_label {
  text-align: left;
}
.details-aside-content__inner .book_now_btn {
  width: 100%;
  justify-content: center;
}
.details-aside-content__inner .book_now_btn div {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
}

.daterangepicker .drp-calendar.left {
  padding: 1.25rem 0 1.25rem 1.25rem;
}

.daterangepicker .drp-calendar.right {
  padding: 1.25rem;
}

.daterangepicker .calendar-table thead tr th {
  font-size: 0.875rem;
  font-family: var(--btn-font);
}
.daterangepicker .calendar-table thead tr th.prev, .daterangepicker .calendar-table thead tr th.next {
  height: 2.0625rem !important;
  width: 2.0625rem !important;
  border-radius: 100%;
  background: var(--primary-color);
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.daterangepicker .calendar-table thead tr th.prev span, .daterangepicker .calendar-table thead tr th.next span {
  transition: 0.3s ease;
  border: solid var(--white-color);
  border-width: 0 0.125rem 0.125rem 0;
}
.daterangepicker .calendar-table thead tr th.prev:hover, .daterangepicker .calendar-table thead tr th.next:hover {
  opacity: 1 !important;
  background-color: rgba(236, 99, 38, 0.06);
}
.daterangepicker .calendar-table thead tr th.prev:hover span, .daterangepicker .calendar-table thead tr th.next:hover span {
  border: solid var(--dark-light-color);
  border-width: 0 0.125rem 0.125rem 0;
}
.daterangepicker .calendar-table thead tr th.prev span {
  position: relative;
  left: 0.125rem;
}
.daterangepicker .calendar-table thead tr th.next span {
  position: relative;
  left: -0.125rem;
}
.daterangepicker .drp-selected {
  font-family: var(--btn-font);
}
.daterangepicker .drp-buttons button {
  font-family: var(--btn-font) !important;
  font-weight: 500 !important;
  transition: 0.3s ease;
  padding: 0.5rem 1.5625rem !important;
  border-radius: 1.25rem;
}
.daterangepicker .drp-buttons button.cancelBtn {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}
.daterangepicker .drp-buttons button.cancelBtn:hover {
  color: red;
}
.daterangepicker .drp-buttons button.applyBtn {
  color: var(--white-color);
  background: var(--primary-color);
}
.daterangepicker .drp-buttons button.applyBtn:hover {
  background-color: var(--secondary-color);
}

.daterangepicker td.in-range {
  background-color: rgba(236, 99, 38, 0.06);
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: var(--border-color);
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: var(--primary-color);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  min-width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
}

.templines-contact-form-wrap {
  background: var(--white-color);
  padding: 2.8125rem 1.5625rem;
  box-shadow: 0 1.875rem 3.75rem -0.9375rem rgba(24, 26, 32, 0.15);
  border-radius: 1.25rem;
}
.templines-contact-form-wrap input, .templines-contact-form-wrap textarea {
  border-radius: 0.625rem;
  font-size: 0.9375rem;
  padding: 0.625rem 1.5625rem;
  width: 100%;
  max-width: 100%;
  border: 0.0625rem solid var(--border-color);
  margin-bottom: 1.5rem;
}
.templines-contact-form-wrap textarea {
  min-width: 100%;
  min-height: 8.125rem;
}
.templines-contact-form-wrap.margin-left {
  margin-left: 2.5rem;
}
.templines-contact-form-wrap.margin-right {
  margin-right: 2.5rem;
}

.templines-faq-form-wrap {
  max-width: 28.125rem;
  background: var(--white-color);
  padding: 2.8125rem 1.5625rem;
  box-shadow: 0 1.875rem 3.75rem -0.9375rem rgba(24, 26, 32, 0.15);
  border-radius: 1.25rem;
}
.templines-faq-form-wrap input, .templines-faq-form-wrap textarea {
  border-radius: 0.625rem;
  font-size: 0.9375rem;
  padding: 0.625rem 1.5625rem;
  width: 100%;
  max-width: 100%;
  border: 0.0625rem solid var(--border-color);
  margin-bottom: 1.5rem;
}
.templines-faq-form-wrap textarea {
  min-width: 100%;
  min-height: 8.125rem;
}

.faq-title {
  font-size: 1.375rem;
  font-family: var(--btn-font);
  cursor: pointer;
  font-weight: bold;
  position: relative;
}
.faq-title .toggle-icon {
  position: absolute;
  right: 0.9375rem;
  transition: transform 0.3s ease;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
}
.faq-title .toggle-icon:before, .faq-title .toggle-icon:after {
  content: "";
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  background: var(--border-color);
  height: 0.125rem;
}
.faq-title .toggle-icon:after {
  transform: rotate(90deg);
}

.faq-item {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 0.0625rem solid var(--border-color);
  overflow: hidden;
}
.faq-item.active .faq-title .toggle-icon {
  transform: rotate(45deg);
}
.faq-item .faq-content {
  padding-top: 1.5625rem;
  display: none;
  color: var(--dark-light-color-two);
}
.faq-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.top-blog-post-inner-content .bottom-info-blog-post-content {
  margin-top: 0.75rem;
  border-bottom: 0.0625rem solid var(--border-color);
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
.top-blog-post-inner-content .bottom-info-blog-post-content .post-info-wrap {
  display: flex;
  color: var(--dark-light-color-two);
  margin-bottom: 0.625rem;
}
.top-blog-post-inner-content .bottom-info-blog-post-content .post-info-wrap .post-info {
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  align-content: center;
}
.top-blog-post-inner-content .bottom-info-blog-post-content .post-info-wrap .post-info .svg-icon-wrap {
  display: flex;
  margin-right: 0.5rem;
  position: relative;
  top: -0.0625rem;
}
.top-blog-post-inner-content .bottom-info-blog-post-content .post-info-wrap .post-info + .post-info {
  margin-left: 1.5625rem;
}
.top-blog-post-inner-content .bottom-info-blog-post-content .post-info-wrap .post-info a {
  color: inherit;
}
.top-blog-post-inner-content .bottom-info-blog-post-content .post-info-wrap .post-info a:hover {
  color: var(--primary-color);
}
.top-blog-post-inner-content .bottom-info-blog-post-content .post-info-wrap .post-info.post-comment-info-content .svg-icon-wrap {
  position: relative;
  top: -0.0625rem;
}
.top-blog-post-inner-content .bottom-info-blog-post-content .post-info-wrap svg {
  max-width: 0.9375rem;
  height: auto;
  width: 100%;
}
.top-blog-post-inner-content .bottom-info-blog-post-content .post-info-wrap svg path {
  fill: var(--dark-light-color-two);
}
.top-blog-post-inner-content .bottom-info-blog-post-content .post-title-wrap .post-title {
  margin-bottom: 0;
}

.blog-post-tag-content {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  display: flex;
  align-items: center;
  width: 100%;
}
.blog-post-tag-content .blog-bottom-tags__text {
  margin-right: 0.375rem;
}
.blog-post-tag-content .article-bottom-tags__inner a {
  display: inline-flex;
  margin: 0.1875rem;
  font-size: 0.9375rem;
  cursor: pointer;
  border-radius: 0.625rem;
  background: var(--white-color);
  border: 0.0625rem solid var(--border-color);
  padding: 0.625rem 1.25rem;
  align-items: center;
  line-height: 1;
  color: var(--dark-color);
}
.blog-post-tag-content .article-bottom-tags__inner a:hover {
  color: var(--white-color);
  background: var(--primary-color);
  border-color: var(--primary-color);
}

footer.footer-style-one .top-footer-content-wrapper {
  background-size: cover !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
}
footer.footer-style-one .bottom-footer-content-wrapper {
  padding: 1.5625rem 0;
}
footer.footer-style-one .widget_text .textwidget {
  opacity: 0.7;
}
footer.footer-style-one.footer-dark-style .bottom-footer-content-wrapper {
  color: var(--white-color);
  background: #0E0F12;
}
footer.footer-style-one.footer-dark-style .top-footer-content-wrapper {
  background: var(--dark-color);
  color: var(--white-color);
}
footer.footer-style-one.footer-light-style {
  padding: 0 1.5rem;
}
footer.footer-style-one.footer-light-style .top-footer-content-wrapper {
  border-radius: 1.875rem;
  background: var(--dark-color);
  color: var(--white-color);
}
footer.footer-style-one.footer-light-style .bottom-footer-content-wrapper .widget_nav_menu a {
  color: var(--dark-color);
}
footer.footer-style-one.footer-light-style .bottom-footer-content-wrapper .widget_nav_menu a:hover {
  color: var(--primary-color);
}
footer.footer-style-two .top-footer-content-wrapper {
  background: var(--dark-colo-two);
  padding-top: 7.1875rem;
  padding-bottom: 7.1875rem;
}
footer.footer-style-two .top-footer-content-wrapper .bottom-footer-widgets-content {
  margin-top: 2.8125rem;
}
footer.footer-style-two .bottom-footer-content-wrapper {
  padding: 1.5625rem 0.9375rem;
  background: var(--dark-color);
  color: var(--dark-light-color-two);
}
footer .widget_templines_social_footer .widget--title {
  color: var(--white-color);
}
footer .widget_templines_social_footer .footer-social-profiles {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .widget_templines_social_footer .footer-social-profiles .footer-social-item a {
  opacity: 0.7;
  color: var(--white-color);
}
footer .widget_templines_social_footer .footer-social-profiles .footer-social-item a:hover {
  opacity: 1;
  color: var(--primary-color);
}
footer .widget_templines_social_footer .footer-social-profiles .footer-social-item + .footer-social-item {
  margin-top: 12px;
}
footer .widget_templines_contact_footer .widget--title {
  color: var(--white-color);
}
footer .widget_templines_contact_footer .footer-contact-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .widget_templines_contact_footer .footer-contact-wrapper .footer-contact-item {
  opacity: 0.7;
  color: var(--white-color);
}
footer .widget_templines_contact_footer .footer-contact-wrapper .footer-contact-item a {
  color: inherit;
}
footer .widget_templines_contact_footer .footer-contact-wrapper .footer-contact-item a:hover {
  opacity: 1;
  color: var(--primary-color);
}
footer .widget_templines_contact_footer .footer-contact-wrapper .footer-contact-item + .footer-contact-item {
  margin-top: 12px;
}
footer .widget_templines_mailchimp_footer form {
  position: relative;
}
footer .widget_templines_mailchimp_footer form input {
  border: none;
  font-size: 1rem;
  color: var(--white-color);
  background: transparent;
  border-bottom: 0.0625rem solid var(--dark-light-color);
  width: 100%;
  padding: 0.9375rem 0;
  padding-right: 4.0625rem;
}
footer .widget_templines_mailchimp_footer form input::placeholder {
  color: var(--white-color);
}
footer .widget_templines_mailchimp_footer form button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: inline-flex;
  width: 3.125rem;
  height: 100%;
  align-items: center;
  transition: 0.3s ease;
}
footer .widget_templines_mailchimp_footer form button .btn-line {
  width: 100%;
  background: var(--white-color);
  transition: 0.3s ease;
  height: 0.0625rem;
  position: relative;
  display: inline-flex;
}
footer .widget_templines_mailchimp_footer form button .btn-line:before, footer .widget_templines_mailchimp_footer form button .btn-line:after {
  transition: 0.3s ease;
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 0.5rem;
  height: 0.0625rem;
  border-radius: 9999px;
  background-color: var(--white-color);
  transform-origin: calc(100% - 0.5px) 50%;
}
footer .widget_templines_mailchimp_footer form button .btn-line:after {
  transform: rotate(-45deg);
}
footer .widget_templines_mailchimp_footer form button .btn-line:before {
  transform: rotate(45deg);
}
footer .widget_templines_mailchimp_footer form button:hover {
  width: 3.4375rem;
}
footer .widget_templines_mailchimp_footer form button:hover .btn-line {
  background: var(--primary-color);
}
footer .widget_templines_mailchimp_footer form button:hover .btn-line:before, footer .widget_templines_mailchimp_footer form button:hover .btn-line:after {
  background: var(--primary-color);
}
footer .widget_templines_mailchimp_footer .after-form-text {
  margin-top: 0.9375rem;
  color: var(--dark-light-color-two);
}
footer .widget_templines_decor-description_footer .entry-decor-description-content {
  display: inline-flex;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
footer .widget_templines_decor-description_footer .entry-decor-description-content .decor-text-content {
  text-align: left;
  font-size: 4.5rem;
  line-height: 5.125rem;
  display: inline-flex;
  max-width: 38.75rem;
  width: 100%;
  color: var(--white-color);
}
footer .widget_templines_decor-description_footer .entry-decor-description-content .decor-img-content {
  padding-left: 6.875rem;
}
footer .widget_templines_decor-description_footer .entry-decor-description-content .decor-img-content img {
  animation: AnimationDecorIMG 8s ease-in-out infinite;
}
footer .widget_nav_menu .widget--title {
  color: var(--white-color);
  margin-bottom: 1.875rem;
}
footer .widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .widget_nav_menu ul li a {
  display: flex;
  width: 100%;
  padding: 0.625rem 0;
  opacity: 0.7;
  color: var(--white-color);
}
footer .widget_nav_menu ul li a:hover {
  opacity: 1;
  color: var(--primary-color);
}
footer .widget_nav_menu ul li:first-child a {
  padding-top: 0;
}
footer .widget_nav_menu ul li:last-child {
  padding-bottom: 0;
}
footer .widget_templines_contact_info {
  margin-top: 2.5rem;
  margin-bottom: 0;
}
footer .widget_templines_contact_info .contact-info {
  display: flex;
  align-items: flex-start;
}
footer .widget_templines_contact_info .contact-info .svg-icon-contact-info {
  display: inline-flex;
  margin-right: 0.9375rem;
}
footer .widget_templines_contact_info .contact-info .svg-icon-contact-info svg {
  max-width: 1.0625rem;
  height: auto;
  width: 100%;
}
footer .widget_templines_contact_info .contact-info .svg-icon-contact-info svg path {
  fill: var(--primary-color);
}
footer .widget_templines_contact_info .contact-info .contact-info-link-wrap {
  display: flex;
  flex-wrap: wrap;
}
footer .widget_templines_contact_info .contact-info .contact-info-link-wrap a {
  line-height: 1;
  width: 100%;
  display: flex;
  color: var(--white-color);
}
footer .widget_templines_contact_info .contact-info .contact-info-link-wrap a:hover {
  color: var(--primary-color);
  opacity: 1;
}
footer .widget_templines_contact_info .contact-info .contact-info-link-wrap a + a {
  margin-top: 1.25rem;
}
footer .widget_templines_contact_info .contact-info + .contact-info {
  margin-top: 2.1875rem;
}
footer .bottom-footer-content-wrapper .widget_nav_menu {
  margin-bottom: 0;
}
footer .bottom-footer-content-wrapper .widget_nav_menu ul li {
  display: inline-flex;
}
footer .bottom-footer-content-wrapper .widget_nav_menu ul li a {
  opacity: 1;
  padding: 0 1.5625rem;
}
footer .bottom-footer-content-wrapper .widget_nav_menu ul li + li {
  margin-top: 0;
}
footer .bottom-footer-content-wrapper .widget_nav_menu ul li:first-child a {
  padding-left: 0;
}
footer .bottom-footer-content-wrapper .widget_nav_menu ul li:last-child a {
  padding-right: 0;
}

@keyframes AnimationDecorIMG {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-7deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*-------------------------------------------------------------------

==  Mobile Menu

-------------------------------------------------------------------*/
.fl-mobile-menu-wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1098;
}
.fl-mobile-menu-wrapper .fl-sidebar-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1099;
  cursor: pointer;
}
.fl-mobile-menu-wrapper .fl--mobile-menu-navigation-wrapper {
  position: fixed;
  z-index: 1100;
  left: 0;
  top: 0;
  width: 280px;
  background: #fff;
  padding: 45px 10px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
}
.fl-mobile-menu-wrapper .fl--mobile-menu-navigation-wrapper .fl--mobile-menu-navigation {
  max-height: calc(100% - 15px);
  overflow-x: auto;
}

.fl--mobile-menu-navigation-wrapper .widget_fl_theme_helper_wmpl_change_languages {
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.fl--mobile-menu-navigation-wrapper a svg {
  display: none;
}

.fl--mobile-menu {
  margin: 0;
  padding: 0;
  background: inherit;
  z-index: 9;
  position: relative;
}
.fl--mobile-menu > li:last-child a {
  border-bottom: none;
}
.fl--mobile-menu li {
  transition: background-color 0.3s ease-in;
  overflow: hidden;
}
.fl--mobile-menu li.opened {
  transition: background-color 0.3s ease-in;
  background: #f7f7f7;
}
.fl--mobile-menu li.opened > a .fl-menu-flipper-icon {
  transition: 0.6s;
  transform: rotateY(180deg);
}
.fl--mobile-menu li.opened > a .fl-menu-flipper-icon .fl-front-content i {
  transition: 0.6s;
  opacity: 0;
}
.fl--mobile-menu li a {
  border-bottom: 1px solid #eee;
  position: relative;
  line-height: 1.1;
  display: block;
  padding: 17px 40px 17px 24px;
  color: #222222;
  font-size: 0.8125rem;
  text-transform: uppercase;
}
.fl--mobile-menu li a .fl-menu-flipper-icon {
  position: absolute;
  right: 0;
  color: #000;
  height: 100%;
  width: 50px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fl--mobile-menu li a:hover {
  color: #000;
}
.fl--mobile-menu li:last-child {
  border-bottom: none;
}
.fl--mobile-menu li .sub-menu {
  margin: 0;
  padding: 0;
  display: none;
  background: #f7f7f7;
}
.fl--mobile-menu li .sub-menu li a {
  text-transform: none;
  font-size: 0.8125rem;
}
.fl--mobile-menu li .sub-menu li .sub-menu {
  border-left: none;
  margin-left: 0;
}
.fl--mobile-menu li .sub-menu li .sub-menu li a {
  padding-left: 37px;
}
> .fl--mobile-menu li:first-child a {
  border-bottom: none;
}

.fl--mobile-menu-navigation-wrapper::-webkit-scrollbar, .fl--mobile-menu-navigation::-webkit-scrollbar {
  width: 6px;
  background: #fff;
  margin-right: 20px;
}
.fl--mobile-menu-navigation-wrapper::-webkit-scrollbar-thumb, .fl--mobile-menu-navigation::-webkit-scrollbar-thumb {
  height: 150px;
  border-radius: 10px;
  background: #f7f7f7;
}

body.admin-bar .fl--mobile-menu-navigation-wrapper {
  top: 32px;
}
body.admin-bar ul.fl-sidebar-social-profiles {
  bottom: 50px;
}

.fl-menu-flipper-icon {
  position: absolute;
  right: 0;
  color: #2a2b30;
  height: 100%;
  width: 50px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s;
  perspective: 40px;
}
.fl-menu-flipper-icon .fl-front-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: inherit;
  z-index: 2;
  backface-visibility: hidden;
}
.fl-menu-flipper-icon .fl-back-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: inherit;
  transform: rotateY(180deg);
}

.fl-close-sidebar-icon {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease-in;
  border: 0;
  border-radius: 0;
  position: absolute;
  height: 25px;
  width: 25px;
  margin: 0;
  outline: 0;
  padding: 10px;
  vertical-align: top;
  top: 15px;
  right: 5px;
  z-index: 99999;
  cursor: pointer;
}
.fl-close-sidebar-icon:before {
  font-family: fl-custom-icon-font;
  content: "\e81d";
  transform: rotate(45deg);
  color: #2a2b30 !important;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fl-header-menu-container .fl--mobile-menu-icon {
  display: none !important;
}

a {
  color: var(--primary-color);
}
a:hover {
  color: var(--secondary-color);
}

body {
  color: var(--dark-light-color);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--dark-color);
}

.templines-header .top-header-content-wrap .login-header-wrap .icon-wrap path {
  fill: var(--primary-color);
}

.templines-primary-btn-style {
  background: var(--primary-color);
  color: var(--white-color);
}
.templines-primary-btn-style:hover {
  color: var(--white-color);
  background: var(--secondary-color);
}

.templines-secondary-btn-style {
  background: var(--secondary-color);
  color: var(--white-color);
}
.templines-secondary-btn-style:hover {
  color: var(--white-color);
  background: var(--primary-color);
}

.templines-secondary-btn-style {
  border-color: var(--secondary-color);
  color: var(--white-color);
}
.templines-secondary-btn-style:hover {
  color: var(--white-color);
  background: var(--primary-color);
}

.templines-border-primary-btn-style {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.templines-border-primary-btn-style:hover {
  color: var(--white-color);
  background: var(--primary-color);
}

.templines-border-secondary-btn-style {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.templines-border-secondary-btn-style:hover {
  border-color: var(--primary-color);
  color: var(--white-color);
  background: var(--primary-color);
}

.templines-border-dark-btn-style {
  border-color: var(--dark-color);
  color: var(--dark-color);
}
.templines-border-dark-btn-style:hover {
  border-color: var(--primary-color);
  color: var(--white-color);
  background: var(--primary-color);
}

.templines-header-dark-bg-btn-style {
  background-color: var(--dark-color);
  color: var(--white-color);
}
.templines-header-dark-bg-btn-style:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.templines-border-light-btn-style {
  border-color: var(--white-color);
  color: var(--white-color);
}
.templines-border-light-btn-style:hover {
  border-color: var(--primary-color);
  color: var(--white-color);
  background: var(--primary-color);
}
.templines-border-light-btn-style svg path {
  fill: var(--white-color);
}

.templines-dark-btn-style {
  background: var(--dark-color);
  color: var(--white-color);
}
.templines-dark-btn-style:hover {
  color: var(--white-color);
  background: var(--primary-color);
}

.templines-light-btn-style {
  background: var(--white-color);
  color: var(--dark-color);
}
.templines-light-btn-style:hover {
  color: var(--white-color);
  background: var(--primary-color);
}

.templines-header-dark-btn-style {
  background: rgba(255, 255, 255, 0.05);
  color: var(--primary-color);
}
.templines-header-dark-btn-style:hover {
  color: var(--white-color);
  background: var(--primary-color);
}

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

.templines-bg-primary {
  background-color: var(--primary-color);
}

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

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

.header-style-one.header-style-dark .top-header-content-wrap {
  background: var(--dark-color);
}
.header-style-one.header-style-dark .top-header-content-wrap .entry-header-top-content .left-header-top-content .header-contact-info {
  color: var(--white-color);
}
.header-style-one.header-style-dark .top-header-content-wrap .entry-header-top-content .left-header-top-content .header-contact-info a:hover {
  color: var(--primary-color);
}
.header-style-one.header-style-dark .top-header-content-wrap .entry-header-top-content .left-header-top-content .header-contact-info a.phone-link {
  color: var(--primary-color);
}
.header-style-one.header-style-dark .top-header-content-wrap .entry-header-top-content .left-header-top-content .header-contact-info a.phone-link:hover {
  color: var(--white-color);
}
.header-style-one.header-style-dark .top-header-content-wrap .entry-header-top-content .right-header-top-content {
  color: var(--white-color);
}
.header-style-one.header-style-dark .top-header-content-wrap .entry-header-top-content .right-header-top-content .lang-changer-wrap > a svg path {
  stroke: var(--white-color);
}
.header-style-one.header-style-dark .top-header-content-wrap .entry-header-top-content .right-header-top-content .additional-information-wrap div a:hover {
  color: var(--primary-color);
}
.header-style-one.header-style-dark .top-header-content-wrap .entry-header-top-content .right-header-top-content .additional-information-wrap div + div:before {
  background: var(--dark-light-color);
}
.header-style-one.header-style-dark .top-header-content-wrap .entry-header-top-content .right-header-top-content .login-header-wrap .login-btn-wrap .text-login a {
  color: var(--white-color);
}
.header-style-one.header-style-dark .top-header-content-wrap .entry-header-top-content .right-header-top-content .login-header-wrap .login-btn-wrap .text-login a:hover {
  color: var(--primary-color);
}
.header-style-one.header-style-dark .bottom-header-content-wrap {
  background: var(--white-color);
}
.header-style-one.header-style-dark .bottom-header-content-wrap .navigation-site-wrap .fl-mega-menu > ul li.menu-item-depth-0 > a {
  color: var(--dark-color);
}
.header-style-one.header-style-dark .bottom-header-content-wrap .navigation-site-wrap .fl-mega-menu > ul li.menu-item-depth-0 > a:hover, .header-style-one.header-style-dark .bottom-header-content-wrap .navigation-site-wrap .fl-mega-menu > ul li.menu-item-depth-0 > a.current-menu-item {
  color: var(--primary-color);
}

.lang-changer-wrap {
  position: relative;
}
.lang-changer-wrap .changer-lang-wrap {
  background: var(--white-color);
  border: 0.0625rem solid var(--border-color);
}
.lang-changer-wrap .changer-lang-wrap .changer-lang a {
  color: var(--dark-color) !important;
}
.lang-changer-wrap .changer-lang-wrap .changer-lang a:hover {
  color: var(--primary-color) !important;
}
.lang-changer-wrap .changer-lang-wrap .changer-lang a.active-lang-changer {
  color: var(--primary-color) !important;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  color: var(--primary-color);
}

.templines-search-form .top-form-content .top-entry-search-form-content-wrap .search-form-content .inner-search-form-content .top-search-info-content {
  color: var(--dark-light-color-two);
}

.templines-search-form .top-form-content {
  background: var(--white-color);
}
.templines-search-form .top-form-content .top-entry-search-form-content-wrap .search-form-content {
  border-right-color: var(--border-color);
}
.templines-search-form .top-form-content .search-form-btn a {
  background: var(--primary-color);
}
.templines-search-form .top-form-content .search-form-btn a svg {
  fill: var(--white-color);
}
.templines-search-form .top-form-content .search-form-btn a:hover {
  background: var(--secondary-color);
}
.templines-search-form .bottom-search-from-content {
  background: var(--white-color);
  border-color: var(--border-color);
}
.templines-search-form .bottom-search-from-content label svg path {
  fill: var(--primary-color);
}
.templines-search-form .bottom-search-from-content label input:before {
  border-color: var(--border-color);
}
.templines-search-form .bottom-search-from-content label input[type=radio]:checked:before {
  border-color: var(--primary-color);
}
.templines-search-form .bottom-search-from-content label input[type=radio]:checked + span.label-info {
  color: var(--primary-color);
}
.templines-search-form .bottom-search-from-content label:hover input:before {
  border-color: var(--primary-color);
}
.templines-search-form .bottom-search-from-content label:hover span.label-text {
  color: var(--dark-color);
}

.templines-search-drop-down-menu {
  background: var(--white-color);
}
.templines-search-drop-down-menu .price-search-form-wrap .ui-widget.ui-widget-content {
  border-color: #E8E8E9;
  background: #E8E8E9;
}
.templines-search-drop-down-menu .price-search-form-wrap .ui-state-default, .templines-search-drop-down-menu .price-search-form-wrap .ui-widget-content .ui-state-default, .templines-search-drop-down-menu .price-search-form-wrap .ui-widget-header .ui-state-default, .templines-search-drop-down-menu .price-search-form-wrap .ui-button, .templines-search-drop-down-menu .price-search-form-wrap html .ui-button.ui-state-disabled:hover {
  background: #E8E8E9;
  border-color: #E8E8E9;
}
.templines-search-drop-down-menu .price-search-form-wrap .ui-widget.ui-widget-content {
  background: var(--white-color);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border-color: var(--primary-color) !important;
  background: var(--primary-color) !important;
}

.templines-main-screen-home-page-one-wrap:before {
  background: var(--dark-color);
}
.templines-main-screen-home-page-one-wrap .content-wrapper .main-screen-pre-title {
  color: var(--primary-color);
}
.templines-main-screen-home-page-one-wrap .content-wrapper .main-screen-title {
  color: var(--white-color);
}
.templines-main-screen-home-page-one-wrap .content-wrapper .main-screen-title .main-screen-title-decor-text {
  color: var(--primary-color);
}
.templines-main-screen-home-page-one-wrap .content-wrapper .main-screen-text-content {
  opacity: 0.7;
  color: var(--white-color);
}

.property-item .entry-property-item-content {
  background: var(--white-color);
}
.property-item .entry-property-item-content .top-property-item-content .preview-img-wrap .templines-badge-wrap .item-badge {
  background: var(--white-color);
}
.property-item .entry-property-item-content .top-property-item-content .preview-img-wrap .templines-badge-wrap .item-badge.custom-badge {
  color: var(--white-color);
  background: var(--primary-color);
}
.property-item .entry-property-item-content .bottom-property-item-content .top-info-item-content .info-price-wishlist-content .price-item-content {
  color: var(--primary-color);
}
.property-item .entry-property-item-content .bottom-property-item-content .top-info-item-content .info-price-wishlist-content .price-item-content .rental-time {
  color: var(--dark-light-color);
}
.property-item .entry-property-item-content .bottom-property-item-content .top-info-item-content .info-price-wishlist-content .wishlist-item-content .wishlist-item {
  border-color: var(--border-color);
}
.property-item .entry-property-item-content .bottom-property-item-content .top-info-item-content .info-price-wishlist-content .wishlist-item-content .wishlist-item svg path {
  stroke: var(--dark-light-color);
}
.property-item .entry-property-item-content .bottom-property-item-content .top-info-item-content .info-price-wishlist-content .wishlist-item-content .wishlist-item:hover svg path {
  stroke: var(--primary-color);
}
.property-item .entry-property-item-content .bottom-property-item-content .top-info-item-content .info-price-wishlist-content .wishlist-item-content .wishlist-item.added-to-wishlist {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.property-item .entry-property-item-content .bottom-property-item-content .top-info-item-content .info-price-wishlist-content .wishlist-item-content .wishlist-item.added-to-wishlist svg path {
  stroke: var(--white-color);
}
.property-item .entry-property-item-content .bottom-property-item-content .top-info-item-content .title-item-content-wrap .item-title-wrap .property-item-title-list a {
  color: var(--dark-color);
}
.property-item .entry-property-item-content .bottom-property-item-content .top-info-item-content .title-item-content-wrap .item-title-wrap .property-item-title-list a:hover {
  color: var(--primary-color);
}
.property-item .entry-property-item-content .bottom-property-item-content .bottom-info-item-content {
  border-top-color: var(--border-color);
}
.property-item.with-border .entry-property-item-content {
  border-color: var(--border-color);
}

.fl--404-page-wrapper .fl-404-text-wrapper {
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  margin-top: -5px;
}
.fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-left-content {
  display: inline-block;
}
.fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-left-content i {
  font-size: 45px;
  margin-right: 25px;
  color: #a2a4a3;
  position: relative;
}
.fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-right-content {
  display: inline-block;
}
.fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-right-content .fl--error-page-title {
  font-size: 32px;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 0;
  color: #222;
}
.fl--404-page-wrapper .btn-404-wrapper {
  display: inline-flex;
}
.fl--404-page-wrapper .btn-404-wrapper .fl-404-page-btn {
  padding: 15px 35px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.fl--404-page-wrapper .fl-404-page-search-form {
  max-width: 400px;
  margin: 0 auto;
}
.fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 {
  position: relative;
  display: flex;
}
.fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper {
  flex-grow: 1;
  margin-right: 10px;
  width: 100%;
}
.fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper input[type=text] {
  margin-bottom: 0;
  background: #f9f9f9;
  border-color: transparent;
  width: 100%;
}
.fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper input[type=text]:hover {
  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
  transition: 0.3s ease;
  background: #fff !important;
}
.fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper:after {
  letter-spacing: 0.02em;
  content: attr(data-text);
  line-height: 0;
  max-width: 100%;
  border-bottom: 2px solid;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  font-size: 13px;
  overflow: hidden;
  user-select: none;
  color: transparent;
}
.fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit {
  flex-grow: 0;
}
.fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit button {
  min-width: 107px;
  text-transform: uppercase;
  line-height: 0px;
  font-weight: 600;
  color: #fff;
  background: #ec6326;
  display: flex;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
}
.fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit button:hover {
  background: #222;
}
.fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit button:before, .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit button:after {
  content: none;
}
.fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit button.fl-button {
  padding: 21.7px 25px;
}

/*-------------------------------------------------------------------

== Responsive

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 992px

-------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  .padding-page-section {
    padding: 0;
  }
  .hidden-lg {
    display: none;
  }
  .gap-100 {
    padding-top: 5rem;
  }
  .gap-lg-30 {
    padding-top: 30px;
  }
  .gap-lg-40 {
    padding-top: 40px;
  }
  .gap-30 {
    padding-top: 1.25rem;
  }
  body {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
  h1 {
    font-size: 3.625rem;
    line-height: 4.25rem;
  }
  h2 {
    font-size: 2.9375rem;
    line-height: 3.5625rem;
  }
  h3 {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
  h4 {
    font-size: 1.3125rem;
    line-height: 1.9375rem;
  }
  h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  h6 {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
  }
  .templines-default-btn-style {
    font-size: 0.9375rem;
  }
  .templines-header.header-style-two {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .templines-header.header-style-two .header-content-wrap {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap {
    display: none;
  }
  .fl-mega-menu {
    display: none !important;
  }
  .mobile-menu-btn {
    display: inline-flex !important;
  }
  .templines-header.header-style-one .bottom-header-content-wrap .entry-header-bottom-content .navigation-site-wrap {
    text-align: right;
    padding-right: 1.25rem;
  }
  .templines-header.header-style-one .top-header-content-wrap .entry-header-top-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    font-size: 0.875rem;
  }
  .templines-header.header-style-one .top-header-content-wrap .entry-header-top-content .right-header-top-content .additional-information-wrap {
    padding-right: 1.5625rem;
  }
  .templines-main-screen-home-page-one-wrap .entry-main-screen-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .templines-main-screen-home-page-one-wrap .content-wrapper .main-screen-pre-title {
    font-size: 0.9375rem;
  }
  .templines-main-screen-home-page-one-wrap .content-wrapper .main-screen-title {
    font-size: 4.6875rem;
    line-height: 5.3125rem;
  }
  .templines-main-screen-home-page-one-wrap .content-wrapper .main-screen-title .main-screen-title-decor-text {
    font-size: 3.4375rem;
    padding: 0.3125rem 0.9375rem;
    line-height: 4.0625rem;
  }
  .property-item .entry-property-item-content .top-property-item-content .preview-img-wrap .templines-badge-wrap .item-badge {
    font-size: 0.75rem;
  }
  .templines-project-residence-container {
    background: var(--background-light-color) !important;
  }
  .brand-items-wrapper {
    flex-wrap: wrap;
  }
  .brand-items-wrapper .brand-slider-item {
    margin-top: 0.9375rem;
  }
  .brand-items-wrapper .brand-slider-item:nth-child(3) .entry-brand-item-content {
    border-right: 0;
  }
  .templines-banner-wrapper.in-footer-visible {
    padding: 1.875rem 3.4375rem;
  }
  .text-lg-center {
    text-align: center;
  }
  footer.footer-style-one.footer-dark-style .top-footer-content-wrapper {
    padding-bottom: 2.5rem;
  }
  .templines-main-screen-home-page-two-wrap .text-main-screen-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .templines-main-screen-home-page-two-wrap .main-screen-title-wrap .main-screen-title {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
  .templines-main-screen-home-page-two-wrap .entry-main-screen-content .main-screen-img-wrap {
    padding-right: 1.5625rem;
  }
  .templines-main-screen-home-page-two-wrap .entry-main-screen-content .main-screen-img-wrap .main-img-decor-two {
    right: -2.1875rem;
  }
  .templines-main-screen-home-page-two-wrap .entry-main-screen-content .main-screen-search-content-wrap {
    margin-top: 0.9375rem;
    padding-right: 0;
  }
  .templines-decor-rotate-img-wrap {
    width: 8.125rem;
    height: 8.125rem;
  }
  .templines-decor-rotate-img-wrap .rotate-text-img {
    width: 93%;
    height: 93%;
  }
  .property-item-icon-box {
    margin-top: 1.25rem;
  }
  .templines-counter .entry-counter-content .counter-number-wrap {
    font-size: 2.3125rem;
  }
  .property-bg-section {
    max-width: 100%;
    left: 0;
    border-radius: 0;
  }
  footer.footer-style-one.footer-light-style {
    padding: 0;
  }
  footer.footer-style-one.footer-light-style .top-footer-content-wrapper {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .templines-main-screen-home-page-three-wrap .entry-main-screen-content .main-screen-content-container .main-screen-title-wrap {
    padding-left: 6%;
    padding-right: 6%;
  }
  .templines-main-screen-home-page-three-wrap .entry-main-screen-content .main-screen-content-container .main-screen-title-wrap .main-screen-title {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
  .templines-main-screen-home-page-three-wrap .entry-main-screen-content .main-screen-content-container .main-screen-text-content {
    padding-left: 6%;
    padding-right: 6%;
    font-size: 1.125rem;
  }
  .templines-main-screen-home-page-three-wrap .main-screen-home-page-slider-pagination .prev-arrow-swiper-main-screen-button, .templines-main-screen-home-page-three-wrap .main-screen-home-page-slider-pagination .next-arrow-swiper-main-screen-button {
    width: 2.8125rem;
    height: 2.8125rem;
  }
  .templines-main-screen-home-page-three-wrap .main-screen-home-page-slider-pagination .prev-arrow-swiper-main-screen-button {
    left: 1.25rem;
  }
  .templines-main-screen-home-page-three-wrap .main-screen-home-page-slider-pagination .next-arrow-swiper-main-screen-button {
    right: 1.5625rem;
  }
  .transparent-bg {
    background: transparent !important;
  }
  .revers-column-lg {
    flex-direction: column-reverse;
  }
  .templines-video-box-wrapper .templines-video-btn-wrap {
    width: 5.3125rem;
    height: 5.3125rem;
  }
  .templines-video-box-wrapper .templines-video-btn-wrap svg {
    max-width: 1.5625rem;
  }
  footer .widget_templines_decor-description_footer .entry-decor-description-content .decor-text-content {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
  .templines-main-screen-home-page-four-wrap .main-screen-img-column {
    margin-bottom: -5.9375rem;
    top: -1.875rem;
  }
  .templines-main-screen-home-page-four-wrap .main-screen-img-decor {
    max-width: 75%;
  }
  .teplines-testimonial-text-item-wrap .top-text-content {
    margin-bottom: 3.125rem;
  }
  .teplines-testimonial-text-item-wrap .text-content {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
  .teplines-testimonial-text-item-wrap .bottom-text-info {
    margin-top: 2.8125rem;
  }
  .teplines-testimonial-text-item-wrap:before {
    font-size: 3.4375rem;
  }
  .main-screen-header .entry-main-screen-content {
    min-height: 21.875rem;
  }
  .templines-title-bordered-content-wrap .templines-bordered-title {
    font-size: 5.625rem;
  }
  .templines-testimonial-slider.testimonial-slider-style-two {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .templines-testimonial-slider.testimonial-slider-style-two {
    max-width: 53.4375rem;
  }
  .faq-title {
    font-size: 1.1875rem;
  }
  .faq-item {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .faq-item .faq-content {
    padding-top: 1.25rem;
  }
  .faq-title .toggle-icon {
    width: 1.0625rem;
    height: 1.0625rem;
  }
  .templines-gallery-grid-post-type .templines-gallery-item {
    max-width: 48%;
    width: 100%;
  }
  .templines-gallery-grid-post-type .templines-gallery-item img {
    width: 100%;
  }
  .property-item.list-item-style.with-border .entry-property-item-content {
    flex-direction: column;
  }
  .property-item.list-item-style.with-border .entry-property-item-content .left-property-item-content {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .property-item.list-item-style.with-border .entry-property-item-content .right-property-item-content {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .catalog-list__aside {
    padding-right: 0;
  }
  .property-top-filter-wrapper .property-top-filter-form-container {
    gap: 0.625rem;
  }
  .blog__aside {
    padding-left: 0;
  }
  .widget_templines_instagram .templines-instagram-widget-images .instagram-img-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .widget_templines_social_profiles ul li a {
    width: 2.3125rem;
    height: 2.3125rem;
  }
}
/*-------------------------------------------------------------------

==  max-width 768px

-------------------------------------------------------------------*/
@media screen and (max-width: 780px) {
  body.admin-bar .fl--mobile-menu-navigation-wrapper {
    top: 46px;
  }
}
@media screen and (max-width: 768px) {
  .revers-column-md {
    flex-direction: column-reverse;
  }
  .hidden-md {
    display: none !important;
  }
  h1 {
    font-size: 3rem;
    line-height: 3.625rem;
  }
  h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
  h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  h4 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  h5 {
    font-size: 1.0625rem;
    line-height: 1.6875rem;
  }
  h6 {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
  }
  .header-style-one.header-style-dark .top-header-content-wrap .entry-header-top-content .left-header-top-content .header-contact-info {
    display: none;
  }
  .templines-header.header-style-one .top-header-content-wrap .entry-header-top-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .templines-main-screen-home-page-one-wrap .content-wrapper .main-screen-title {
    font-size: 3rem;
    line-height: 3.625rem;
  }
  .templines-main-screen-home-page-one-wrap .content-wrapper .main-screen-title .main-screen-title-decor-text {
    line-height: 2.8125rem;
    font-size: 2.1875rem;
  }
  .templines-main-screen-home-page-one-wrap .content-wrapper .main-screen-text-content br {
    display: none;
  }
  .templines-search-form .top-form-content {
    flex-direction: column;
  }
  .templines-search-form .top-form-content .top-entry-search-form-content-wrap {
    flex-direction: column;
  }
  .templines-search-form .top-form-content .top-entry-search-form-content-wrap .search-form-content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: 0.0625rem solid var(--border-color);
  }
  .templines-search-form .top-form-content .top-entry-search-form-content-wrap .search-form-content {
    padding-right: 0;
    border-right: 0;
  }
  .templines-search-form .bottom-search-from-content {
    width: 100%;
    max-width: 80%;
  }
  .templines-search-form .top-form-content .search-form-btn {
    justify-content: flex-end;
  }
  .gap-md-10 {
    padding-top: 0.625rem;
  }
  .gap-md-20 {
    padding-top: 1.25rem;
  }
  .gap-md-30 {
    padding-top: 1.875rem;
  }
  .gap-md-40 {
    padding-top: 2.5rem;
  }
  .gap-100 {
    padding-top: 3.75rem;
  }
  .brand-items-wrapper .brand-slider-item {
    border-right: 0 !important;
  }
  .brand-items-wrapper .brand-slider-item:nth-child(even) {
    border-left: 0.0625rem solid var(--border-color);
  }
  .brand-slider-item .entry-brand-item-content {
    border: 0;
  }
  .blog-posts-swiper-slider-arrow-pagination {
    display: none;
  }
  .templines-banner-wrapper.in-footer-visible {
    padding: 1.875rem 1.25rem;
  }
  footer .widget_nav_menu .widget--title {
    margin-bottom: 0.9375rem;
  }
  .templines-counter .entry-counter-content .counter-number-wrap {
    font-size: 1.5625rem;
    margin-bottom: 0.9375rem;
  }
  .templines-counter.counter-with-border-left {
    padding-left: 0;
    border-left: 0;
  }
  .header-contact-info {
    display: none;
  }
  .text-center-md {
    text-align: center;
  }
  .about-us-text-section {
    font-size: 1.125rem;
  }
  .testimonial-slider-item .entry-testimonial-slider-item-content .testimonial-text-content {
    font-size: 1rem;
  }
  .testimonial-slider-item .entry-testimonial-slider-item-content {
    padding: 1.5625rem 0.9375rem;
  }
  .templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .widget {
    display: none;
  }
  .templines-main-screen-home-page-three-wrap {
    min-height: 60vh;
  }
  .templines-main-screen-home-page-three-wrap .main-screen-img-slider-wrap {
    display: none;
  }
  .templines-main-screen-home-page-three-wrap .entry-main-screen-content .main-screen-content-container .main-screen-title-wrap {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .templines-main-screen-home-page-three-wrap .entry-main-screen-content .main-screen-content-container .main-screen-title-wrap .main-screen-title {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
  .main-screen-btn-wrap .templines-dark-btn-style {
    display: none;
  }
  .templines-tabs-slider-bottom .solution-info-item-wrap .entry-item-content .info-item-svg-wrap svg {
    max-width: 1.875rem;
  }
  .templines-title-bordered-content-wrap .templines-bordered-title {
    font-size: 3.4375rem;
  }
  footer.footer-style-two .top-footer-content-wrapper {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .templines-about-us-content .templines-title br {
    display: none;
  }
  .templines-about-us-content img {
    width: 100%;
  }
  .about-us-text-section.style-home-page-four {
    padding: 0;
  }
  .templines-icon-box-item.icon-box-style-three {
    margin-top: 1.5rem;
  }
  .teplines-testimonial-text-item-wrap .text-content {
    font-size: 1.1875rem;
    line-height: 1.8125rem;
  }
  .teplines-testimonial-text-item-wrap:before {
    bottom: auto;
    font-size: 2.5rem;
  }
  .templines-gallery-grid-post-type .templines-gallery-item {
    max-width: 100%;
  }
  .templines-contact-form-wrap.margin-left {
    margin-left: 0;
  }
  .property-top-filter-wrapper {
    justify-content: center;
  }
  .property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .top-property-item-content .company-property-info-wrap .company-phone-number {
    font-size: 0.8125rem;
  }
  .property-item.list-item-style .entry-property-item-content .right-property-item-content .entry-right-item-content .bottom-property-item-content .price-and-bnt-content .info-price-content .price-item-content {
    font-size: 1.3125rem;
  }
  .property-item.list-item-style.with-border .entry-property-item-content .right-property-item-content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .comments_wrap .comment .comments__inner {
    flex-wrap: wrap;
  }
  .comments_wrap .comment .comments__inner .blog-comments__img {
    padding: 0;
    flex: 0 0 100%;
    text-align: center;
  }
  .comments_wrap .comment .comments__inner .comment-author-name {
    text-align: center;
  }
  .property-title-wrap-price-wrap {
    flex-wrap: wrap;
  }
  .property-title-wrap-price-wrap .property-title {
    margin-bottom: 0.625rem;
    font-size: 1.875rem;
  }
  .property-title-wrap-price-wrap .price-item-content {
    font-size: 1.4375rem;
  }
  .property-item-top-info-wrap {
    flex-wrap: wrap;
  }
  .property-item-top-info-wrap .review-location-wrap {
    flex-wrap: wrap;
    margin-bottom: 0.625rem;
  }
  .property-item-top-info-wrap .review-location-wrap .review-wrap {
    margin-left: 0;
    margin-top: 0.5rem;
    flex: 0 0 100%;
  }
  .property-item-detail-wrap .property-detail-items .property-detail-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .templines-pagination-wrap {
    margin-top: 1.25rem;
  }
  .blog-post-tag-content {
    flex-wrap: wrap;
  }
  .blog-post-tag-content .article-bottom-tags__inner {
    margin-top: 0.625rem;
  }
}
.tag-columns .wp-block-columns {
  margin-top: 0 !important;
}

.vbox-child {
  box-shadow: unset !important;
}

.tm_view_details_content {
  background: #fff;
  padding: 30px;
  margin: 30px;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.2);
}

#modal-search-full .uk-modal-dialog {
  background: rgba(34, 34, 34, 0.8);
}

@media only screen and (max-width: 780px) {
  .logged-in #modal-search-full button.uk-icon:not(:disabled).uk-close {
    margin-top: 46px !important;
  }
}
input.form-control, textarea.form-control {
  box-shadow: unset;
}

.media-modal-content select.attachment-filters, .media-modal-content input.search {
  padding: 5px 20px !important;
  min-height: unset;
  width: 161px !important;
  height: fit-content;
}
.media-modal-content input, .media-modal-content select {
  padding: 5px 20px !important;
  height: fit-content;
}

.uk-lightbox iframe, .uk-lightbox figure {
  width: 720px;
}

input.uk-search-input {
  padding-left: 0px;
  width: 99%;
}

.single-page-wrapper, .bottom-blog-post-inner-content, .property-comments-wrap {
  /* Lists ------------------------------------- */
  /* VANILLA GALLERIES */
}
.single-page-wrapper code, .bottom-blog-post-inner-content code, .property-comments-wrap code {
  white-space: break-spaces;
  display: block;
}
.single-page-wrapper .wp-block-archives-list li, .bottom-blog-post-inner-content .wp-block-archives-list li, .property-comments-wrap .wp-block-archives-list li {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.single-page-wrapper .wp-block-archives-list li:hover, .bottom-blog-post-inner-content .wp-block-archives-list li:hover, .property-comments-wrap .wp-block-archives-list li:hover {
  color: #ec6326;
}
.single-page-wrapper .wp-block-archives-list li .fl-archive-post-count:before, .bottom-blog-post-inner-content .wp-block-archives-list li .fl-archive-post-count:before, .property-comments-wrap .wp-block-archives-list li .fl-archive-post-count:before {
  content: "(";
}
.single-page-wrapper .wp-block-archives-list li .fl-archive-post-count:after, .bottom-blog-post-inner-content .wp-block-archives-list li .fl-archive-post-count:after, .property-comments-wrap .wp-block-archives-list li .fl-archive-post-count:after {
  content: ")";
}
.single-page-wrapper .wp-block-search__input, .bottom-blog-post-inner-content .wp-block-search__input, .property-comments-wrap .wp-block-search__input {
  padding: 0.5px;
}
.single-page-wrapper .wp-block-archives-dropdown select, .single-page-wrapper .wp-block-categories select, .bottom-blog-post-inner-content .wp-block-archives-dropdown select, .bottom-blog-post-inner-content .wp-block-categories select, .property-comments-wrap .wp-block-archives-dropdown select, .property-comments-wrap .wp-block-categories select {
  font-size: 14px;
  background: url(../../css/images/arrow-dropdown.png) #fff 98.5% 55%;
  padding: 16px 25px;
  background-repeat: no-repeat;
  margin-bottom: 0px;
}
.single-page-wrapper .wp-block-latest-comments li, .single-page-wrapper .wp-block-latest-posts li, .bottom-blog-post-inner-content .wp-block-latest-comments li, .bottom-blog-post-inner-content .wp-block-latest-posts li, .property-comments-wrap .wp-block-latest-comments li, .property-comments-wrap .wp-block-latest-posts li {
  margin: 15px 0 0 0px;
}
.single-page-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .single-page-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-link, .single-page-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-author, .single-page-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-link, .bottom-blog-post-inner-content .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .bottom-blog-post-inner-content .wp-block-latest-comments li a.wp-block-latest-comments__comment-link, .bottom-blog-post-inner-content .wp-block-latest-posts li a.wp-block-latest-comments__comment-author, .bottom-blog-post-inner-content .wp-block-latest-posts li a.wp-block-latest-comments__comment-link, .property-comments-wrap .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .property-comments-wrap .wp-block-latest-comments li a.wp-block-latest-comments__comment-link, .property-comments-wrap .wp-block-latest-posts li a.wp-block-latest-comments__comment-author, .property-comments-wrap .wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
  font-weight: 600;
  color: #ec6326;
  transition: all 0.3s ease-in-out;
}
.single-page-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-author:hover, .single-page-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-link:hover, .single-page-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-author:hover, .single-page-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-link:hover, .bottom-blog-post-inner-content .wp-block-latest-comments li a.wp-block-latest-comments__comment-author:hover, .bottom-blog-post-inner-content .wp-block-latest-comments li a.wp-block-latest-comments__comment-link:hover, .bottom-blog-post-inner-content .wp-block-latest-posts li a.wp-block-latest-comments__comment-author:hover, .bottom-blog-post-inner-content .wp-block-latest-posts li a.wp-block-latest-comments__comment-link:hover, .property-comments-wrap .wp-block-latest-comments li a.wp-block-latest-comments__comment-author:hover, .property-comments-wrap .wp-block-latest-comments li a.wp-block-latest-comments__comment-link:hover, .property-comments-wrap .wp-block-latest-posts li a.wp-block-latest-comments__comment-author:hover, .property-comments-wrap .wp-block-latest-posts li a.wp-block-latest-comments__comment-link:hover {
  color: #ec6326 !important;
}
.single-page-wrapper .wp-block-latest-comments li a, .single-page-wrapper .wp-block-latest-posts li a, .bottom-blog-post-inner-content .wp-block-latest-comments li a, .bottom-blog-post-inner-content .wp-block-latest-posts li a, .property-comments-wrap .wp-block-latest-comments li a, .property-comments-wrap .wp-block-latest-posts li a {
  font-weight: 600;
  color: #ec6326;
  transition: all 0.3s ease-in-out;
}
.single-page-wrapper .wp-block-latest-comments li a:hover, .single-page-wrapper .wp-block-latest-posts li a:hover, .bottom-blog-post-inner-content .wp-block-latest-comments li a:hover, .bottom-blog-post-inner-content .wp-block-latest-posts li a:hover, .property-comments-wrap .wp-block-latest-comments li a:hover, .property-comments-wrap .wp-block-latest-posts li a:hover {
  color: #ec6326 !important;
}
.single-page-wrapper table a, .bottom-blog-post-inner-content table a, .property-comments-wrap table a {
  color: #ec6326 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.single-page-wrapper table a:hover, .bottom-blog-post-inner-content table a:hover, .property-comments-wrap table a:hover {
  color: #ec6326 !important;
}
.single-page-wrapper .blocks-gallery-grid .blocks-gallery-item figcaption, .bottom-blog-post-inner-content .blocks-gallery-grid .blocks-gallery-item figcaption, .property-comments-wrap .blocks-gallery-grid .blocks-gallery-item figcaption {
  margin-bottom: 0;
}
.single-page-wrapper .wp-block-column blockquote, .bottom-blog-post-inner-content .wp-block-column blockquote, .property-comments-wrap .wp-block-column blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 25px;
  background: rgba(236, 108, 35, 0.08);
  padding-top: 30px !important;
  padding-right: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 30px !important;
  margin-bottom: 30px !important;
  font-size: 16px;
  font-style: normal;
  position: relative;
  border-left: 5px solid #ec6326;
}
.single-page-wrapper .wp-block-column blockquote p, .bottom-blog-post-inner-content .wp-block-column blockquote p, .property-comments-wrap .wp-block-column blockquote p {
  font-style: normal;
}
.single-page-wrapper .wp-block-column blockquote:before, .bottom-blog-post-inner-content .wp-block-column blockquote:before, .property-comments-wrap .wp-block-column blockquote:before {
  content: none;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ec6326;
  border-radius: 100px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 45px;
  margin: auto;
}
.single-page-wrapper .wp-block-column blockquote:after, .bottom-blog-post-inner-content .wp-block-column blockquote:after, .property-comments-wrap .wp-block-column blockquote:after {
  content: none;
  background-repeat: no-repeat;
  background-image: url(../images/bloquote.svg);
  position: relative;
  top: 0;
  bottom: 0;
  left: 60px;
  margin: auto;
  width: 18px;
  height: 13px;
  z-index: 99;
  background-size: contain;
}
.single-page-wrapper .wp-block-column p, .bottom-blog-post-inner-content .wp-block-column p, .property-comments-wrap .wp-block-column p {
  margin-top: 0 !important;
}
.single-page-wrapper > p:first-child, .bottom-blog-post-inner-content > p:first-child, .property-comments-wrap > p:first-child {
  margin-top: 0 !important;
}
.single-page-wrapper p, .bottom-blog-post-inner-content p, .property-comments-wrap p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-page-wrapper a, .bottom-blog-post-inner-content a, .property-comments-wrap a {
  color: inherit;
  transition: 0.3s ease;
}
.single-page-wrapper a.comment-reply-link, .bottom-blog-post-inner-content a.comment-reply-link, .property-comments-wrap a.comment-reply-link {
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 500;
}
.single-page-wrapper a:hover, .bottom-blog-post-inner-content a:hover, .property-comments-wrap a:hover {
  transition: 0.3s ease;
}
.single-page-wrapper a.wp-block-button__link, .bottom-blog-post-inner-content a.wp-block-button__link, .property-comments-wrap a.wp-block-button__link {
  color: #fff;
}
.single-page-wrapper ul,
.single-page-wrapper ol, .bottom-blog-post-inner-content ul,
.bottom-blog-post-inner-content ol, .property-comments-wrap ul,
.property-comments-wrap ol {
  margin: 0 0 25px 0;
}
.single-page-wrapper ul, .bottom-blog-post-inner-content ul, .property-comments-wrap ul {
  list-style: disc;
}
.single-page-wrapper ul ul, .bottom-blog-post-inner-content ul ul, .property-comments-wrap ul ul {
  list-style: circle;
}
.single-page-wrapper ul ul ul, .bottom-blog-post-inner-content ul ul ul, .property-comments-wrap ul ul ul {
  list-style: square;
}
.single-page-wrapper ol, .bottom-blog-post-inner-content ol, .property-comments-wrap ol {
  list-style: decimal;
}
.single-page-wrapper ol ol, .bottom-blog-post-inner-content ol ol, .property-comments-wrap ol ol {
  list-style: lower-alpha;
}
.single-page-wrapper ol ol ol, .bottom-blog-post-inner-content ol ol ol, .property-comments-wrap ol ol ol {
  list-style: lower-roman;
}
.single-page-wrapper li, .bottom-blog-post-inner-content li, .property-comments-wrap li {
  margin: 15px 0 0 25px;
}
.single-page-wrapper li > ul,
.single-page-wrapper li > ol, .bottom-blog-post-inner-content li > ul,
.bottom-blog-post-inner-content li > ol, .property-comments-wrap li > ul,
.property-comments-wrap li > ol {
  margin: 0 0 0 0;
}
.single-page-wrapper .reset-list-style,
.single-page-wrapper .reset-list-style ul,
.single-page-wrapper .reset-list-style ol, .bottom-blog-post-inner-content .reset-list-style,
.bottom-blog-post-inner-content .reset-list-style ul,
.bottom-blog-post-inner-content .reset-list-style ol, .property-comments-wrap .reset-list-style,
.property-comments-wrap .reset-list-style ul,
.property-comments-wrap .reset-list-style ol {
  list-style: none;
  margin: 0;
}
.single-page-wrapper .reset-list-style li, .bottom-blog-post-inner-content .reset-list-style li, .property-comments-wrap .reset-list-style li {
  margin: 0;
}
.single-page-wrapper dt,
.single-page-wrapper dd, .bottom-blog-post-inner-content dt,
.bottom-blog-post-inner-content dd, .property-comments-wrap dt,
.property-comments-wrap dd {
  line-height: 1.5;
}
.single-page-wrapper dt, .bottom-blog-post-inner-content dt, .property-comments-wrap dt {
  font-weight: 700;
}
.single-page-wrapper dt + dd, .bottom-blog-post-inner-content dt + dd, .property-comments-wrap dt + dd {
  margin-top: 15px;
}
.single-page-wrapper dd + dt, .bottom-blog-post-inner-content dd + dt, .property-comments-wrap dd + dt {
  margin-top: 20px;
}
.single-page-wrapper ul ul, .bottom-blog-post-inner-content ul ul, .property-comments-wrap ul ul {
  margin-top: 0;
}
.single-page-wrapper .wp-block-archives:not(.alignwide):not(.alignfull), .single-page-wrapper .wp-block-categories:not(.alignwide):not(.alignfull), .single-page-wrapper .wp-block-code, .single-page-wrapper .wp-block-columns:not(.alignwide):not(.alignfull), .single-page-wrapper .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-page-wrapper .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-page-wrapper .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-page-wrapper .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .single-page-wrapper .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .single-page-wrapper .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .single-page-wrapper .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .single-page-wrapper .wp-block-media-text:not(.alignwide):not(.alignfull), .single-page-wrapper .wp-block-preformatted, .single-page-wrapper .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .single-page-wrapper .wp-block-quote, .single-page-wrapper .wp-block-quote.is-large, .single-page-wrapper .wp-block-quote.is-style-large, .single-page-wrapper .wp-block-verse, .single-page-wrapper .wp-block-video:not(.alignwide):not(.alignfull), .bottom-blog-post-inner-content .wp-block-archives:not(.alignwide):not(.alignfull), .bottom-blog-post-inner-content .wp-block-categories:not(.alignwide):not(.alignfull), .bottom-blog-post-inner-content .wp-block-code, .bottom-blog-post-inner-content .wp-block-columns:not(.alignwide):not(.alignfull), .bottom-blog-post-inner-content .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .bottom-blog-post-inner-content .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .bottom-blog-post-inner-content .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .bottom-blog-post-inner-content .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .bottom-blog-post-inner-content .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .bottom-blog-post-inner-content .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .bottom-blog-post-inner-content .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .bottom-blog-post-inner-content .wp-block-media-text:not(.alignwide):not(.alignfull), .bottom-blog-post-inner-content .wp-block-preformatted, .bottom-blog-post-inner-content .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .bottom-blog-post-inner-content .wp-block-quote, .bottom-blog-post-inner-content .wp-block-quote.is-large, .bottom-blog-post-inner-content .wp-block-quote.is-style-large, .bottom-blog-post-inner-content .wp-block-verse, .bottom-blog-post-inner-content .wp-block-video:not(.alignwide):not(.alignfull), .property-comments-wrap .wp-block-archives:not(.alignwide):not(.alignfull), .property-comments-wrap .wp-block-categories:not(.alignwide):not(.alignfull), .property-comments-wrap .wp-block-code, .property-comments-wrap .wp-block-columns:not(.alignwide):not(.alignfull), .property-comments-wrap .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .property-comments-wrap .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .property-comments-wrap .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .property-comments-wrap .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .property-comments-wrap .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .property-comments-wrap .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .property-comments-wrap .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .property-comments-wrap .wp-block-media-text:not(.alignwide):not(.alignfull), .property-comments-wrap .wp-block-preformatted, .property-comments-wrap .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .property-comments-wrap .wp-block-quote, .property-comments-wrap .wp-block-quote.is-large, .property-comments-wrap .wp-block-quote.is-style-large, .property-comments-wrap .wp-block-verse, .property-comments-wrap .wp-block-video:not(.alignwide):not(.alignfull) {
  margin-bottom: 25px;
  margin-top: 25px;
}
.single-page-wrapper .wp-block-image .alignleft, .bottom-blog-post-inner-content .wp-block-image .alignleft, .property-comments-wrap .wp-block-image .alignleft {
  float: left;
  margin-right: 25px;
}
.single-page-wrapper .wp-block-image .alignright, .bottom-blog-post-inner-content .wp-block-image .alignright, .property-comments-wrap .wp-block-image .alignright {
  float: right;
  margin-left: 25px;
}
.single-page-wrapper .wp-block-image, .bottom-blog-post-inner-content .wp-block-image, .property-comments-wrap .wp-block-image {
  margin-top: 25px;
  margin-bottom: 25px;
}
.single-page-wrapper .wp-block-image figcaption, .bottom-blog-post-inner-content .wp-block-image figcaption, .property-comments-wrap .wp-block-image figcaption {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-page-wrapper .wp-block-button, .bottom-blog-post-inner-content .wp-block-button, .property-comments-wrap .wp-block-button {
  margin: 15px 0;
}
.single-page-wrapper .wp-block-button a, .bottom-blog-post-inner-content .wp-block-button a, .property-comments-wrap .wp-block-button a {
  color: inherit;
}
.single-page-wrapper .wp-block-button a.wp-block-button__link, .bottom-blog-post-inner-content .wp-block-button a.wp-block-button__link, .property-comments-wrap .wp-block-button a.wp-block-button__link {
  color: #fff;
}
.single-page-wrapper .wp-block-pullquote, .bottom-blog-post-inner-content .wp-block-pullquote, .property-comments-wrap .wp-block-pullquote {
  padding: 0;
}
.single-page-wrapper .wp-block-quote.has-text-align-right:after, .bottom-blog-post-inner-content .wp-block-quote.has-text-align-right:after, .property-comments-wrap .wp-block-quote.has-text-align-right:after {
  text-align: left;
}
.single-page-wrapper .wp-block-pullquote.has-background, .bottom-blog-post-inner-content .wp-block-pullquote.has-background, .property-comments-wrap .wp-block-pullquote.has-background {
  padding: 20px;
}
.single-page-wrapper .wp-block-pullquote.is-style-solid-color blockquote, .bottom-blog-post-inner-content .wp-block-pullquote.is-style-solid-color blockquote, .property-comments-wrap .wp-block-pullquote.is-style-solid-color blockquote {
  margin-bottom: 0px;
}
.single-page-wrapper .wp-block-quote.is-large p, .single-page-wrapper .wp-block-quote.is-style-large p, .bottom-blog-post-inner-content .wp-block-quote.is-large p, .bottom-blog-post-inner-content .wp-block-quote.is-style-large p, .property-comments-wrap .wp-block-quote.is-large p, .property-comments-wrap .wp-block-quote.is-style-large p {
  line-height: 40px;
  font-size: 30px;
}
.single-page-wrapper .has-large-font-size, .bottom-blog-post-inner-content .has-large-font-size, .property-comments-wrap .has-large-font-size {
  line-height: 1.5;
}
.single-page-wrapper .has-medium-font-size, .bottom-blog-post-inner-content .has-medium-font-size, .property-comments-wrap .has-medium-font-size {
  line-height: 1.5;
}
.single-page-wrapper .has-drop-cap:not(:focus)::first-letter, .bottom-blog-post-inner-content .has-drop-cap:not(:focus)::first-letter, .property-comments-wrap .has-drop-cap:not(:focus)::first-letter {
  color: #222;
  font-size: 5.1em;
  font-weight: 800;
  margin: 0.05em 0.1em 0 0;
}
.single-page-wrapper .has-drop-cap:not(:focus)::first-letter::after, .bottom-blog-post-inner-content .has-drop-cap:not(:focus)::first-letter::after, .property-comments-wrap .has-drop-cap:not(:focus)::first-letter::after {
  content: "";
  display: table;
  clear: both;
}
.single-page-wrapper .has-drop-cap:not(:focus)::after, .bottom-blog-post-inner-content .has-drop-cap:not(:focus)::after, .property-comments-wrap .has-drop-cap:not(:focus)::after {
  padding: 0;
}
.single-page-wrapper .wp-block-cover, .single-page-wrapper .wp-block-cover-image, .bottom-blog-post-inner-content .wp-block-cover, .bottom-blog-post-inner-content .wp-block-cover-image, .property-comments-wrap .wp-block-cover, .property-comments-wrap .wp-block-cover-image {
  margin-bottom: 25px;
}
.single-page-wrapper .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h1:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h2:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h3:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h4:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h5:not(.has-text-color), .single-page-wrapper .wp-block-cover-image h6:not(.has-text-color), .single-page-wrapper .wp-block-cover-image p:not(.has-text-color), .single-page-wrapper .wp-block-cover .wp-block-subhead:not(.has-text-color), .single-page-wrapper .wp-block-cover h1:not(.has-text-color), .single-page-wrapper .wp-block-cover h2:not(.has-text-color), .single-page-wrapper .wp-block-cover h3:not(.has-text-color), .single-page-wrapper .wp-block-cover h4:not(.has-text-color), .single-page-wrapper .wp-block-cover h5:not(.has-text-color), .single-page-wrapper .wp-block-cover h6:not(.has-text-color), .single-page-wrapper .wp-block-cover p:not(.has-text-color), .bottom-blog-post-inner-content .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .bottom-blog-post-inner-content .wp-block-cover-image h1:not(.has-text-color), .bottom-blog-post-inner-content .wp-block-cover-image h2:not(.has-text-color), .bottom-blog-post-inner-content .wp-block-cover-image h3:not(.has-text-color), .bottom-blog-post-inner-content .wp-block-cover-image h4:not(.has-text-color), .bottom-blog-post-inner-content .wp-block-cover-image h5:not(.has-text-color), .bottom-blog-post-inner-content .wp-block-cover-image h6:not(.has-text-color), .bottom-blog-post-inner-content .wp-block-cover-image p:not(.has-text-color), .bottom-blog-post-inner-content .wp-block-cover .wp-block-subhead:not(.has-text-color), .bottom-blog-post-inner-content .wp-block-cover h1:not(.has-text-color), .bottom-blog-post-inner-content .wp-block-cover h2:not(.has-text-color), .bottom-blog-post-inner-content .wp-block-cover h3:not(.has-text-color), .bottom-blog-post-inner-content .wp-block-cover h4:not(.has-text-color), .bottom-blog-post-inner-content .wp-block-cover h5:not(.has-text-color), .bottom-blog-post-inner-content .wp-block-cover h6:not(.has-text-color), .bottom-blog-post-inner-content .wp-block-cover p:not(.has-text-color), .property-comments-wrap .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .property-comments-wrap .wp-block-cover-image h1:not(.has-text-color), .property-comments-wrap .wp-block-cover-image h2:not(.has-text-color), .property-comments-wrap .wp-block-cover-image h3:not(.has-text-color), .property-comments-wrap .wp-block-cover-image h4:not(.has-text-color), .property-comments-wrap .wp-block-cover-image h5:not(.has-text-color), .property-comments-wrap .wp-block-cover-image h6:not(.has-text-color), .property-comments-wrap .wp-block-cover-image p:not(.has-text-color), .property-comments-wrap .wp-block-cover .wp-block-subhead:not(.has-text-color), .property-comments-wrap .wp-block-cover h1:not(.has-text-color), .property-comments-wrap .wp-block-cover h2:not(.has-text-color), .property-comments-wrap .wp-block-cover h3:not(.has-text-color), .property-comments-wrap .wp-block-cover h4:not(.has-text-color), .property-comments-wrap .wp-block-cover h5:not(.has-text-color), .property-comments-wrap .wp-block-cover h6:not(.has-text-color), .property-comments-wrap .wp-block-cover p:not(.has-text-color) {
  color: #fff;
}
.single-page-wrapper .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h1:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h2:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h3:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h4:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h5:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image h6:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover-image p:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover .wp-block-subhead:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h1:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h2:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h3:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h4:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h5:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover h6:not(.has-text-color) a:hover, .single-page-wrapper .wp-block-cover p:not(.has-text-color) a:hover, .bottom-blog-post-inner-content .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a:hover, .bottom-blog-post-inner-content .wp-block-cover-image h1:not(.has-text-color) a:hover, .bottom-blog-post-inner-content .wp-block-cover-image h2:not(.has-text-color) a:hover, .bottom-blog-post-inner-content .wp-block-cover-image h3:not(.has-text-color) a:hover, .bottom-blog-post-inner-content .wp-block-cover-image h4:not(.has-text-color) a:hover, .bottom-blog-post-inner-content .wp-block-cover-image h5:not(.has-text-color) a:hover, .bottom-blog-post-inner-content .wp-block-cover-image h6:not(.has-text-color) a:hover, .bottom-blog-post-inner-content .wp-block-cover-image p:not(.has-text-color) a:hover, .bottom-blog-post-inner-content .wp-block-cover .wp-block-subhead:not(.has-text-color) a:hover, .bottom-blog-post-inner-content .wp-block-cover h1:not(.has-text-color) a:hover, .bottom-blog-post-inner-content .wp-block-cover h2:not(.has-text-color) a:hover, .bottom-blog-post-inner-content .wp-block-cover h3:not(.has-text-color) a:hover, .bottom-blog-post-inner-content .wp-block-cover h4:not(.has-text-color) a:hover, .bottom-blog-post-inner-content .wp-block-cover h5:not(.has-text-color) a:hover, .bottom-blog-post-inner-content .wp-block-cover h6:not(.has-text-color) a:hover, .bottom-blog-post-inner-content .wp-block-cover p:not(.has-text-color) a:hover, .property-comments-wrap .wp-block-cover-image .wp-block-subhead:not(.has-text-color) a:hover, .property-comments-wrap .wp-block-cover-image h1:not(.has-text-color) a:hover, .property-comments-wrap .wp-block-cover-image h2:not(.has-text-color) a:hover, .property-comments-wrap .wp-block-cover-image h3:not(.has-text-color) a:hover, .property-comments-wrap .wp-block-cover-image h4:not(.has-text-color) a:hover, .property-comments-wrap .wp-block-cover-image h5:not(.has-text-color) a:hover, .property-comments-wrap .wp-block-cover-image h6:not(.has-text-color) a:hover, .property-comments-wrap .wp-block-cover-image p:not(.has-text-color) a:hover, .property-comments-wrap .wp-block-cover .wp-block-subhead:not(.has-text-color) a:hover, .property-comments-wrap .wp-block-cover h1:not(.has-text-color) a:hover, .property-comments-wrap .wp-block-cover h2:not(.has-text-color) a:hover, .property-comments-wrap .wp-block-cover h3:not(.has-text-color) a:hover, .property-comments-wrap .wp-block-cover h4:not(.has-text-color) a:hover, .property-comments-wrap .wp-block-cover h5:not(.has-text-color) a:hover, .property-comments-wrap .wp-block-cover h6:not(.has-text-color) a:hover, .property-comments-wrap .wp-block-cover p:not(.has-text-color) a:hover {
  color: #fff;
}
.single-page-wrapper .wp-block-group.has-background, .bottom-blog-post-inner-content .wp-block-group.has-background, .property-comments-wrap .wp-block-group.has-background {
  padding: 35px;
}
.single-page-wrapper .alignnone, .single-page-wrapper .aligncenter, .single-page-wrapper .alignleft, .single-page-wrapper .alignright, .single-page-wrapper .alignwide, .bottom-blog-post-inner-content .alignnone, .bottom-blog-post-inner-content .aligncenter, .bottom-blog-post-inner-content .alignleft, .bottom-blog-post-inner-content .alignright, .bottom-blog-post-inner-content .alignwide, .property-comments-wrap .alignnone, .property-comments-wrap .aligncenter, .property-comments-wrap .alignleft, .property-comments-wrap .alignright, .property-comments-wrap .alignwide {
  margin-top: 25px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}
.single-page-wrapper > .alignfull, .bottom-blog-post-inner-content > .alignfull, .property-comments-wrap > .alignfull {
  margin-bottom: 25px;
  margin-top: 25px;
}
.single-page-wrapper pre, .bottom-blog-post-inner-content pre, .property-comments-wrap pre {
  padding: 25px;
  border: 0;
  background-color: #f9f9f9;
}
.single-page-wrapper .wp-block-table table, .bottom-blog-post-inner-content .wp-block-table table, .property-comments-wrap .wp-block-table table {
  width: 100%;
}
.single-page-wrapper table, .bottom-blog-post-inner-content table, .property-comments-wrap table {
  border-collapse: collapse;
  margin-bottom: 25px;
  margin-top: 25px;
  border: 1px solid;
}
.single-page-wrapper th, .single-page-wrapper td, .bottom-blog-post-inner-content th, .bottom-blog-post-inner-content td, .property-comments-wrap th, .property-comments-wrap td {
  border: 1px solid;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 10px;
}
.single-page-wrapper .wp-block-table.is-style-stripes td, .single-page-wrapper .wp-block-table.is-style-stripes th, .bottom-blog-post-inner-content .wp-block-table.is-style-stripes td, .bottom-blog-post-inner-content .wp-block-table.is-style-stripes th, .property-comments-wrap .wp-block-table.is-style-stripes td, .property-comments-wrap .wp-block-table.is-style-stripes th {
  border: 1px solid;
}
.single-page-wrapper p + h1, .single-page-wrapper p + h2, .single-page-wrapper p + h3, .single-page-wrapper p + h4, .single-page-wrapper p + h5, .single-page-wrapper p + h6, .bottom-blog-post-inner-content p + h1, .bottom-blog-post-inner-content p + h2, .bottom-blog-post-inner-content p + h3, .bottom-blog-post-inner-content p + h4, .bottom-blog-post-inner-content p + h5, .bottom-blog-post-inner-content p + h6, .property-comments-wrap p + h1, .property-comments-wrap p + h2, .property-comments-wrap p + h3, .property-comments-wrap p + h4, .property-comments-wrap p + h5, .property-comments-wrap p + h6 {
  margin-top: 25px;
}
.single-page-wrapper .gallery + h1, .single-page-wrapper .gallery + h2, .single-page-wrapper .gallery + h3, .single-page-wrapper .gallery + h4, .single-page-wrapper .gallery + h5, .single-page-wrapper .gallery + h6, .bottom-blog-post-inner-content .gallery + h1, .bottom-blog-post-inner-content .gallery + h2, .bottom-blog-post-inner-content .gallery + h3, .bottom-blog-post-inner-content .gallery + h4, .bottom-blog-post-inner-content .gallery + h5, .bottom-blog-post-inner-content .gallery + h6, .property-comments-wrap .gallery + h1, .property-comments-wrap .gallery + h2, .property-comments-wrap .gallery + h3, .property-comments-wrap .gallery + h4, .property-comments-wrap .gallery + h5, .property-comments-wrap .gallery + h6 {
  margin-top: 25px;
}
.single-page-wrapper .gallery, .bottom-blog-post-inner-content .gallery, .property-comments-wrap .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.single-page-wrapper .gallery .gallery-item, .bottom-blog-post-inner-content .gallery .gallery-item, .property-comments-wrap .gallery .gallery-item {
  text-align: center;
}
.single-page-wrapper .gallery .gallery-item img, .bottom-blog-post-inner-content .gallery .gallery-item img, .property-comments-wrap .gallery .gallery-item img {
  display: inline-block;
}
.single-page-wrapper .gallery-item, .bottom-blog-post-inner-content .gallery-item, .property-comments-wrap .gallery-item {
  margin: 15px 0;
  padding: 15px;
  width: 100%;
}
.single-page-wrapper .gallery-columns-2 .gallery-item, .bottom-blog-post-inner-content .gallery-columns-2 .gallery-item, .property-comments-wrap .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.single-page-wrapper .gallery-columns-3 .gallery-item, .bottom-blog-post-inner-content .gallery-columns-3 .gallery-item, .property-comments-wrap .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.single-page-wrapper .gallery-columns-4 .gallery-item, .bottom-blog-post-inner-content .gallery-columns-4 .gallery-item, .property-comments-wrap .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.single-page-wrapper .gallery-columns-5 .gallery-item, .bottom-blog-post-inner-content .gallery-columns-5 .gallery-item, .property-comments-wrap .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.single-page-wrapper .gallery-columns-6 .gallery-item, .bottom-blog-post-inner-content .gallery-columns-6 .gallery-item, .property-comments-wrap .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.single-page-wrapper .gallery-columns-7 .gallery-item, .bottom-blog-post-inner-content .gallery-columns-7 .gallery-item, .property-comments-wrap .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.single-page-wrapper .gallery-columns-8 .gallery-item, .bottom-blog-post-inner-content .gallery-columns-8 .gallery-item, .property-comments-wrap .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.single-page-wrapper .gallery-columns-9 .gallery-item, .bottom-blog-post-inner-content .gallery-columns-9 .gallery-item, .property-comments-wrap .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.single-page-wrapper img, .bottom-blog-post-inner-content img, .property-comments-wrap img {
  display: block;
}
.single-page-wrapper figure figcaption, .bottom-blog-post-inner-content figure figcaption, .property-comments-wrap figure figcaption {
  text-align: center;
}
.single-page-wrapper .alignleft, .bottom-blog-post-inner-content .alignleft, .property-comments-wrap .alignleft {
  float: left;
  margin: 0 25px 10px 0;
}
.single-page-wrapper .alignright, .bottom-blog-post-inner-content .alignright, .property-comments-wrap .alignright {
  float: right;
  margin: 0 0 10px 25px;
}
.single-page-wrapper .wp-block-image figure, .bottom-blog-post-inner-content .wp-block-image figure, .property-comments-wrap .wp-block-image figure {
  width: auto;
  max-width: none;
  margin-bottom: 15px !important;
}
.single-page-wrapper .wp-block-button, .bottom-blog-post-inner-content .wp-block-button, .property-comments-wrap .wp-block-button {
  transition: 0.3s ease;
}
.single-page-wrapper .wp-block-button:hover, .bottom-blog-post-inner-content .wp-block-button:hover, .property-comments-wrap .wp-block-button:hover {
  transition: 0.3s ease;
}
.single-page-wrapper .wp-block-button .wp-block-button__link:hover, .bottom-blog-post-inner-content .wp-block-button .wp-block-button__link:hover, .property-comments-wrap .wp-block-button .wp-block-button__link:hover {
  color: #ffffff !important;
}
.single-page-wrapper .wp-block-button.is-style-outline .wp-block-button__link, .bottom-blog-post-inner-content .wp-block-button.is-style-outline .wp-block-button__link, .property-comments-wrap .wp-block-button.is-style-outline .wp-block-button__link {
  color: #32373c !important;
}
.single-page-wrapper .wp-block-cover, .bottom-blog-post-inner-content .wp-block-cover, .property-comments-wrap .wp-block-cover {
  margin-bottom: 25px;
}
.single-page-wrapper dl, .bottom-blog-post-inner-content dl, .property-comments-wrap dl {
  margin-bottom: 25px;
}
.single-page-wrapper select, .bottom-blog-post-inner-content select, .property-comments-wrap select {
  background: url("../../css/images/arrow-dropdown.png") 98% 45% #fff;
  background-repeat: no-repeat;
}
.single-page-wrapper .wp-block-calendar, .bottom-blog-post-inner-content .wp-block-calendar, .property-comments-wrap .wp-block-calendar {
  margin-top: 25px;
  margin-bottom: 25px;
}
.single-page-wrapper .wp-block-calendar table caption, .bottom-blog-post-inner-content .wp-block-calendar table caption, .property-comments-wrap .wp-block-calendar table caption {
  caption-side: top;
  font-weight: 600;
  color: #222;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-page-wrapper .wp-block-calendar table th, .bottom-blog-post-inner-content .wp-block-calendar table th, .property-comments-wrap .wp-block-calendar table th {
  background: none;
  font-weight: 600;
  color: #222;
}
.single-page-wrapper .wp-block-calendar table td, .bottom-blog-post-inner-content .wp-block-calendar table td, .property-comments-wrap .wp-block-calendar table td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.single-page-wrapper .wp-block-calendar table tfoot td a, .bottom-blog-post-inner-content .wp-block-calendar table tfoot td a, .property-comments-wrap .wp-block-calendar table tfoot td a {
  color: #222222;
  text-decoration: none;
  font-weight: 500;
}
.single-page-wrapper .wp-block-calendar nav, .bottom-blog-post-inner-content .wp-block-calendar nav, .property-comments-wrap .wp-block-calendar nav {
  display: flex;
  justify-content: space-between;
}
.single-page-wrapper .wp-block-latest-comments li, .bottom-blog-post-inner-content .wp-block-latest-comments li, .property-comments-wrap .wp-block-latest-comments li {
  list-style: none;
  margin-left: 0;
  margin-top: 25px;
}
.single-page-wrapper .wp-block-latest-comments li .wp-block-latest-comments__comment-author, .bottom-blog-post-inner-content .wp-block-latest-comments li .wp-block-latest-comments__comment-author, .property-comments-wrap .wp-block-latest-comments li .wp-block-latest-comments__comment-author {
  font-weight: 500;
  color: #222222;
}
.single-page-wrapper .wp-block-latest-comments li time, .bottom-blog-post-inner-content .wp-block-latest-comments li time, .property-comments-wrap .wp-block-latest-comments li time {
  margin-top: 3px;
  margin-bottom: 5px;
  color: #7b7d7f;
  font-size: 13px;
}
.single-page-wrapper .wp-block-latest-posts li, .bottom-blog-post-inner-content .wp-block-latest-posts li, .property-comments-wrap .wp-block-latest-posts li {
  margin-top: 25px;
  margin-left: 0;
}
.single-page-wrapper .wp-block-latest-posts li time, .bottom-blog-post-inner-content .wp-block-latest-posts li time, .property-comments-wrap .wp-block-latest-posts li time {
  margin-top: 3px;
  margin-bottom: 5px;
  color: #7b7d7f;
  font-size: 13px;
}
.single-page-wrapper .wp-block-latest-posts.is-grid li, .bottom-blog-post-inner-content .wp-block-latest-posts.is-grid li, .property-comments-wrap .wp-block-latest-posts.is-grid li {
  margin-top: 15px;
}
.single-page-wrapper .wp-block-search, .bottom-blog-post-inner-content .wp-block-search, .property-comments-wrap .wp-block-search {
  position: relative;
}
.single-page-wrapper .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input, .bottom-blog-post-inner-content .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input, .property-comments-wrap .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  height: 62px;
  padding-left: 30px;
}
.single-page-wrapper .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:hover, .bottom-blog-post-inner-content .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:hover, .property-comments-wrap .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:hover {
  -webkit-box-shadow: unset;
  border-radius: 2px;
  background-color: white;
  box-shadow: unset;
}
.single-page-wrapper .wp-block-search .wp-block-search__input, .bottom-blog-post-inner-content .wp-block-search .wp-block-search__input, .property-comments-wrap .wp-block-search .wp-block-search__input {
  max-width: calc(100% - 157px);
}
.single-page-wrapper .wp-block-search button, .bottom-blog-post-inner-content .wp-block-search button, .property-comments-wrap .wp-block-search button {
  flex-grow: 0;
  height: 65px;
  width: 105px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 2px;
  border-color: #222;
  color: #fff;
  font-weight: 700;
  background-color: #ec6326;
  transition: 0.3s ease-in-out;
}
.single-page-wrapper .wp-block-search button:hover, .bottom-blog-post-inner-content .wp-block-search button:hover, .property-comments-wrap .wp-block-search button:hover {
  border-color: #f0a837;
  color: #fff;
  background-color: #f0a837;
}
.single-page-wrapper .wp-block-tag-cloud a, .bottom-blog-post-inner-content .wp-block-tag-cloud a, .property-comments-wrap .wp-block-tag-cloud a {
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 20px;
  border: 2px solid #dddddd;
  background-color: #ffffff;
  color: #222222;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 2.86;
  white-space: nowrap;
  transition: 0.3s;
}
.single-page-wrapper .wp-block-tag-cloud a:hover, .bottom-blog-post-inner-content .wp-block-tag-cloud a:hover, .property-comments-wrap .wp-block-tag-cloud a:hover {
  border-color: #ec6326;
  background-color: #ec6326;
  color: #ffffff;
  text-decoration: none;
}
.single-page-wrapper .wp-block-rss li, .bottom-blog-post-inner-content .wp-block-rss li, .property-comments-wrap .wp-block-rss li {
  list-style: none;
  margin-left: 0;
  color: #ec6326;
  transition: all 0.3s ease-in-out;
}
.single-page-wrapper .wp-block-rss li:hover, .bottom-blog-post-inner-content .wp-block-rss li:hover, .property-comments-wrap .wp-block-rss li:hover {
  color: #ec6326;
}
.single-page-wrapper figcaption a, .bottom-blog-post-inner-content figcaption a, .property-comments-wrap figcaption a {
  color: inherit;
  transition: 0.3s ease;
}
.single-page-wrapper figcaption a:hover, .bottom-blog-post-inner-content figcaption a:hover, .property-comments-wrap figcaption a:hover {
  transition: 0.3s ease;
}

.single-page-wrapper blockquote a {
  color: inherit;
  transition: 0.3s ease;
}
.single-page-wrapper blockquote a:hover {
  transition: 0.3s ease;
}
.single-page-wrapper table a {
  color: inherit;
  transition: 0.3s ease;
}
.single-page-wrapper table a:hover {
  transition: 0.3s ease;
}
.single-page-wrapper dd a {
  color: inherit;
  transition: 0.3s ease;
}
.single-page-wrapper dd a:hover {
  transition: 0.3s ease;
}
.single-page-wrapper p a {
  color: inherit;
  transition: 0.3s ease;
}
.single-page-wrapper p a:hover {
  transition: 0.3s ease;
}

.plugin-disable p {
  margin-bottom: 25px;
}
.plugin-disable .comment-moderation img {
  margin-bottom: 10px !important;
}

iframe, figure {
  max-width: 100%;
  width: 100%;
}

address {
  padding: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}

code {
  margin: 3px;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 90%;
  padding: 3px 10px;
  color: #222 !important;
  margin-top: 25px;
  margin-bottom: 25px;
}

select {
  border-radius: 0.625rem;
  font-size: 0.9375rem;
  padding: 0.625rem 1.5625rem;
  width: 100%;
  max-width: 100%;
  border: 0.0625rem solid var(--border-color);
  margin-bottom: 1.5rem;
  cursor: pointer;
  position: relative;
  appearance: none;
  outline: 0;
  color: #aaaaaa;
  line-height: 1;
  transition: 0.3s ease;
  background: url("../../css/images/arrow-dropdown.png") 95% 45% #fff;
  background-repeat: no-repeat;
  line-height: 1.5;
}

em {
  color: inherit;
}

p + p {
  margin-top: 20px;
  margin-bottom: 0 !important;
}

figcaption {
  font-size: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

a:hover {
  text-decoration: none;
}

.fl-page-padding {
  height: 100px;
}

#fl-main-holder {
  overflow: hidden;
}

.fl-main-container {
  overflow: hidden;
}

.uk-modal-dialog {
  overflow: hidden;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 23px;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:focus, button:active,
[type=button]:focus,
[type=button]:active,
[type=reset]:focus,
[type=reset]:active,
[type=submit]:focus,
[type=submit]:active {
  outline: none;
}

.sticky .article-intro__title a {
  padding-left: 25px;
  position: relative;
}
.sticky .article-intro__title a:after {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 25px;
  content: "\f08d";
  font-family: FontAwesome;
  color: #ec6326;
}

input {
  border-radius: 0.625rem;
  font-size: 0.9375rem;
  padding: 0.625rem 1.5625rem;
  width: 100%;
  max-width: 100%;
  border: 0.0625rem solid var(--border-color);
}
input[type=checkbox] {
  width: auto;
  height: 10px;
  display: inline-flex;
  margin-right: 4px;
  margin-top: 8px;
}
textarea {
  display: block;
  width: 100%;
  padding: 20px;
  line-height: 1.5;
  height: 49px;
  box-shadow: 0;
  border-radius: 2px;
  border: 1px solid #eee;
  color: #222;
  font-size: 14px;
  box-shadow: none;
  opacity: 1;
}
button {
  border: none;
}

.slick-slider {
  overflow: hidden;
}
.slick-slider .slick-track:after {
  content: "";
  clear: both;
  display: table;
}
.slick-slider .slider-image {
  float: left;
}

.cf::after {
  content: "";
  clear: both;
  display: table;
}

.hidden {
  display: none;
}

.trackback .blog-comments__inner .blog-comments__img, .pingback .blog-comments__inner .blog-comments__img {
  display: none;
}

.fl-form-password-protected .fl-input-group {
  display: flex;
  flex-wrap: wrap;
}
.fl-form-password-protected .fl-input-group input {
  flex-grow: 1;
  max-width: 70%;
  width: 100%;
  color: #aaaaaa;
  border-radius: 0;
  line-height: 1;
  padding: 13px 35px;
  transition: 0.3s ease;
  margin-right: -1px;
  margin-bottom: 0;
  max-width: calc(100% - 157px);
}
.fl-form-password-protected .fl-input-group button {
  flex-grow: 0;
  width: 120px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  background-color: #222;
  transition: 0.3s ease-in-out;
  border: 1px solid #222;
  padding: 0px;
  margin-left: 0px;
  word-break: normal;
  justify-content: center;
  align-items: center;
}
.fl-form-password-protected .fl-input-group button:hover {
  border-color: #ec6326;
  color: #fff;
  background-color: #ec6326;
}

.comment-moderation p {
  margin-bottom: 25px;
}
.comment-moderation h1, .comment-moderation h2, .comment-moderation h3, .comment-moderation h4, .comment-moderation h5, .comment-moderation h6 {
  margin-top: 25px;
}
.comment-moderation img {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px !important;
}

.trackback .comments--reply-wrapper {
  flex-wrap: wrap;
}
.trackback .comment-author-name {
  display: block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.gallery-caption {
  box-sizing: border-box;
}

.bypostauthor {
  box-sizing: border-box;
}

.fl-story-page-inner > a {
  transition: 0.3s ease;
  color: inherit;
}
.fl-story-page-inner > a:hover {
  transition: 0.3s ease;
}

.single-post-wrapper img.alignleft, .single-post-wrapper img.alignright, .single-page-wrapper img.alignleft, .single-page-wrapper img.alignright {
  clear: both;
}

.wp-block-latest-comments__comment-meta {
  background-color: transparent;
  line-height: 30px;
}

.post-inner-pagination, .page-inner-pagination {
  padding-top: 25px;
}
.post-inner-pagination .pagination-text, .page-inner-pagination .pagination-text {
  color: #222222;
  margin-right: 5px;
}
.post-inner-pagination .post-page-numbers, .page-inner-pagination .post-page-numbers {
  height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  line-height: 1;
  width: 40px;
  transition: 0.3s ease;
  cursor: pointer;
  margin-right: 10px;
  font-size: 16px;
  justify-content: center;
  color: #222;
}
.post-inner-pagination .post-page-numbers.current, .post-inner-pagination .post-page-numbers:hover, .page-inner-pagination .post-page-numbers.current, .page-inner-pagination .post-page-numbers:hover {
  color: #fff;
  border: 1px solid #ec6326;
  background-color: #ec6326;
}

.plugin-disable .comment-form-cookies-consent {
  margin-top: 20px;
}
.plugin-disable form.fl-comment-form .comment-form-cookies-consent input[type=checkbox]:before {
  top: 3px;
}
.plugin-disable form.fl-comment-form .comment-form-cookies-consent input[type=checkbox]:after {
  top: 6px !important;
  left: 3px !important;
}
.plugin-disable .blocks-gallery-grid {
  margin-bottom: 0 !important;
}
.plugin-disable .blocks-gallery-grid .blocks-gallery-item {
  margin-bottom: 20px !important;
}
.plugin-disable blockquote cite {
  margin-top: 0;
}
.plugin-disable blockquote cite em {
  margin-top: 0;
}
.plugin-disable .wp-block-gallery.columns-3 .blocks-gallery-caption {
  display: flex;
  margin-bottom: 20px !important;
  margin-top: 0;
}
.plugin-disable .wp-block-gallery.columns-2 figcaption {
  margin-top: 0;
}
.plugin-disable figure + p {
  margin-top: 0;
}
.plugin-disable figure.wp-block-gallery {
  margin-bottom: 0 !important;
}
.plugin-disable .wp-block-spacer + p {
  margin-top: 0;
}
.plugin-disable .wp-block-columns ol li:first-child {
  margin-top: 0;
}
.plugin-disable .wp-block-columns .wp-block-quote {
  margin-top: 0;
}

.post-inner_content .wp-block-pullquote.is-style-solid-color blockquote {
  margin-top: 0px;
}

body.logged-in .plugin-disable form.fl-comment-form .submit-btn-container {
  margin-top: 20px;
}

.logged-in button.uk-icon:not(:disabled).uk-close {
  margin-top: 0px;
}
.logged-in button.uk-icon:not(:disabled) {
  margin-top: 32px;
}
.logged-in .uk-offcanvas-reveal .uk-offcanvas-bar {
  margin-top: 32px;
}
.logged-in #modal-search-full button.uk-icon:not(:disabled).uk-close {
  margin-top: 32px;
}
.logged-in button.uk-icon:not(:disabled).uk-search-icon {
  margin-top: 0px;
}

.rev-slider-mobile-bg {
  min-height: 100% !important;
  opacity: 0.9;
}

.helping-plugin-not-found .wp-block-button .wp-block-button__link {
  color: #fff !important;
}
.helping-plugin-not-found .wp-block-button .wp-block-button__link:hover {
  opacity: 1 !important;
}
.helping-plugin-not-found .wp-block-button.is-style-outline .wp-block-button__link {
  color: #32373c !important;
}
.helping-plugin-not-found .wp-block-button.is-style-outline .wp-block-button__link:hover {
  opacity: 1 !important;
  color: #fff !important;
}
.helping-plugin-not-found form.fl-comment-form input, .helping-plugin-not-found form.fl-comment-form textarea {
  margin-bottom: 20px !important;
}
.helping-plugin-not-found .comment-moderation cite {
  margin-bottom: 0 !important;
}

#booking_car_info .rb_field:last-child input {
  margin-bottom: 0 !important;
}

#booking_car_info .booking_form {
  padding-top: 0 !important;
}

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

.single-post-wrapper .wp-block-archives-list li {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.single-post-wrapper .wp-block-archives-list li:hover {
  color: #ec6326;
}
.single-post-wrapper .wp-block-archives-list li .fl-archive-post-count:before {
  content: "(";
}
.single-post-wrapper .wp-block-archives-list li .fl-archive-post-count:after {
  content: ")";
}
.single-post-wrapper .wp-block-search__input {
  padding: 0.5px;
}
.single-post-wrapper .wp-block-archives-dropdown select, .single-post-wrapper .wp-block-categories select {
  font-size: 14px;
  background: url(../../css/images/arrow-dropdown.png) #fff 98.5% 55%;
  padding: 16px 25px;
  background-repeat: no-repeat;
  margin-bottom: 0px;
}
.single-post-wrapper .wp-block-latest-comments li, .single-post-wrapper .wp-block-latest-posts li {
  margin: 15px 0 0 0px;
}
.single-post-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .single-post-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-link, .single-post-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-author, .single-post-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
  font-weight: 600;
  color: #ec6326;
  transition: all 0.3s ease-in-out;
}
.single-post-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-author:hover, .single-post-wrapper .wp-block-latest-comments li a.wp-block-latest-comments__comment-link:hover, .single-post-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-author:hover, .single-post-wrapper .wp-block-latest-posts li a.wp-block-latest-comments__comment-link:hover {
  color: #ec6326 !important;
}
.single-post-wrapper .wp-block-latest-comments li a, .single-post-wrapper .wp-block-latest-posts li a {
  font-weight: 600;
  color: #ec6326;
  transition: all 0.3s ease-in-out;
}
.single-post-wrapper .wp-block-latest-comments li a:hover, .single-post-wrapper .wp-block-latest-posts li a:hover {
  color: #ec6326 !important;
}
.single-post-wrapper table a {
  color: #ec6326 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.single-post-wrapper table a:hover {
  color: #ec6326 !important;
}

.tm-helping-plugin-not-found .widget-title:after {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  border-width: 7px;
  border-style: solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  content: "";
  border-top-color: #ec6326;
  border-left-color: #ec6326;
  height: auto;
}
.tm-helping-plugin-not-found .b-post-full .entry-link {
  margin-top: 25px;
}
.tm-helping-plugin-not-found .fl-comment-form .row .comment-author {
  width: 48%;
  margin-right: 2%;
}
.tm-helping-plugin-not-found .fl-comment-form .row .comment-email {
  width: 50%;
}
.tm-helping-plugin-not-found .comment-form-cookies-consent label {
  font-size: 12px;
}
.tm-helping-plugin-not-found .section-comment.comment-without-back {
  padding-top: 45px;
}
.tm-helping-plugin-not-found p {
  line-height: 1.5;
}

.fl-content {
  line-height: 30px;
}
.fl-content blockquote p {
  margin-top: 0;
}

.youzify-hdr-v1 .youzify-profile-photo .avatar {
  height: 150px;
  width: 150px;
  object-fit: cover;
  position: absolute;
  top: -3px;
  min-width: 150px;
  left: -3px;
}

.daterangepicker .btn-primary.disabled, .daterangepicker .btn-primary:disabled {
  color: #fff;
}
.daterangepicker .btn-primary {
  color: #222;
  transition: all 0.3s ease-in-out;
}
.daterangepicker .btn-primary:hover {
  color: #fff;
}

.regard-span {
  display: inline-flex;
  position: relative;
  overflow: hidden; /* Щоб приховати фон за межами елемента */
}

.regard-span .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white-color); /* Колір фону */
  transform: translateX(-100%); /* Початкова позиція фону — за межами елемента зліва */
  z-index: 2; /* Розташування фону позаду тексту */
}

.regard-span span {
  position: relative;
  z-index: 1; /* Текст над фоном */
  opacity: 0; /* Спочатку прихований текст */
  transform: translateX(100%);
}

.test-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.test-column-two {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  width: 40vw;
  max-width: 100%;
  height: auto;
  display: block;
}

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