@charset "UTF-8";
* {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeue-Regular.woff2') format('woff2'),
       url('../fonts/BebasNeue-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Mejora la experiencia de carga de la fuente */
}

:root {
  --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: 400;
  --title-font: "Bebas Neue", "Impact", "Helvetica", sans-serif;
  --normal-font: "Montserrat", "Arial", "Helvetica", sans-serif;
  --btn-font: "Montserrat", "Arial", "Helvetica", sans-serif;
  --base-color: #4D4D4D;
  --heading-color: #4D4D4D;
  --primary-color: #9EBC98;
  --secondary-color: #D26359;
  --tertiary-color: #659FB8;
  --lighter-color: #f7f7f9;
  --border-color: #D9DFE7;
}
.bg-dark{
  background-color: #000!important
}
.text-primary-cisneros {
  color: var(--primary-color);
}
.text-secondary-cisneros {
  color: var(--secondary-color);
}
.text-tertiary-cisneros {
  color: var(--tertiary-color);
}
.text-lighter-cisneros {
  color: var(--lighter-color);
}
.text-blue-cisneros {
  color: #659FB8;
}
.text-green-cisneros {
  color: #9EBC98;
}
.bg-primary-cisneros {
  background-color: var(--primary-color);
}
.bg-secondary-cisneros {
  background-color: var(--secondary-color);
}
.bg-tertiary-cisneros {
  background-color: var(--tertiary-color);
}
.bg-lighter-cisneros {
  background-color: var(--lighter-color);
}
.bg-blue-cisneros {
  background-color: #659FB8;
}
.bg-green-cisneros {
  background-color: #4C7568;
}
.col-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*,
*:before,
*:after {
  -webkit-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;
  font-size-adjust: 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 {
  -webkit-box-sizing: content-box;
  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;
  -webkit-text-decoration: underline dotted;
  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;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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 {
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  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;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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 {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  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: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  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: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[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);
  -webkit-clip-path: inset(50%);
  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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  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 {
  -webkit-box-shadow: none !important;
  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;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body .templines-line-page-wrap span {
  width: 0.0625rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 .widget {
  margin-bottom: 0;
}
.templines-header.header-style-one .top-header-content-wrap .entry-header-top-content {
  padding: 0.9375rem 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.templines-header.header-style-one .bottom-header-content-wrap .entry-header-bottom-content .navigation-site-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.templines-header.header-style-one .bottom-header-content-wrap .entry-header-bottom-content .navigation-site-wrap .mobile-menu-btn span {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.templines-header.header-style-two .header-content-wrap .entry-header-bottom-content .right-header-entry-content .navigation-site-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 1.875rem;
  max-width: 42.75rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  width: calc(100% -  2.5rem);
  left: 1.5625rem;
  border-radius: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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 {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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::-webkit-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 input::-moz-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 input:-ms-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 input::-ms-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 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navigation-site-wrap .fl-mega-menu > ul li.menu-item-depth-0 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.navigation-site-wrap .fl-mega-menu > ul li.menu-item-depth-0 > a svg {
  position: relative;
  top: -1px;
  margin-left: 3px;
}

.fl-mega-menu a {
  white-space: nowrap;
}
.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;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fl-mega-menu > ul > li:not(.mega-menu-item) .sub-nav .sub-menu li.has-submenu:hover > .double-sub-menu {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.fl-mega-menu > ul > li:not(.mega-menu-item) .sub-nav .sub-menu .double-sub-menu {
  -webkit-box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.175);
  border: 0.0625rem solid #eaeaeb;
  padding: 0.9375rem 0;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -16px;
  left: 100%;
  margin-left: 5px;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  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%;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.fl-mega-menu > ul > li.has-submenu .sub-nav {
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: inherit;
  left: 0;
  top: 3.0625rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fl-mega-menu > ul > li.has-submenu .sub-nav.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.fl-mega-menu > ul > li.has-submenu .sub-nav > .sub-menu {
  text-align: left;
  -webkit-box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.175);
  border: 0.0625rem solid #eaeaeb;
  padding: 0.9375rem 0;
  background: #fff;
}
.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;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.fl-mega-menu > ul > li.has-submenu .sub-nav > .sub-menu li a:hover {
  color: var(--primary-color);
}
.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;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: var(--btn-font);
  font-weight: var(--btn-weight);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.templines-default-btn-style .svg-icon-wrap-left {
  margin-right: 0.375rem;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.templines-default-btn-style .svg-icon-wrap-right {
  margin-left: 0.375rem;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.templines-default-btn-style svg {
  max-width: 0.9375rem;
  height: auto;
  width: 100%;
}
.templines-default-btn-style svg path {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.templines-default-btn-style div {
  overflow: hidden;
  width: auto;
  -webkit-transition: color 0.05s ease-in-out;
  -o-transition: color 0.05s ease-in-out;
  transition: color 0.05s ease-in-out;
}
.templines-default-btn-style div span {
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  width: auto;
  text-align: center;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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 {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.lang-changer-wrap .changer-lang-wrap .changer-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3125rem 1.25rem;
}
.lang-changer-wrap .changer-lang-wrap.opened {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  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: calc(100vh -  7.96875rem);
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.templines-main-screen-home-page-one-wrap .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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 {
  -webkit-animation: moveMainImg 12s ease-in-out infinite 1s;
  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 {
  -webkit-animation: move 8s ease-in-out infinite;
  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 {
  -webkit-animation: move 6s ease-in-out infinite 1s;
  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 button {
  background: var(--secondary-color);
}
.templines-main-screen-home-page-two-wrap .entry-main-screen-content .main-screen-search-content-wrap .search-form-btn button: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: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 26, 32, 0)), to(rgba(24, 26, 32, 0.7)));
  background: -o-linear-gradient(top, rgba(24, 26, 32, 0) 0%, rgba(24, 26, 32, 0.7) 100%);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -webkit-filter: blur(3.875rem);
  filter: blur(3.875rem);
  -webkit-transform: translate3d(-50%, 0, 0);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 50%;
  position: absolute;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.templines-main-screen-home-page-four-wrap .templines-info-item-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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);
}

@-webkit-keyframes moveMainImg {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes moveMainImg {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.templines-search-form .top-form-content {
  padding: 0.9375rem 1.5625rem 0.9375rem 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.25rem 1.25rem 1.25rem 0;
}
.templines-search-form .top-form-content .top-entry-search-form-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.templines-search-form .top-form-content .top-entry-search-form-content-wrap .search-form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 3.375rem;
}
.templines-search-form .top-form-content .search-form-btn button {
  border-radius: 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.375rem;
  height: 3.375rem;
}
.templines-search-form .top-form-content .search-form-btn button svg {
  max-width: 1.75rem;
}
.templines-search-form .bottom-search-from-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  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.1875rem;
  top: 0.3125rem;
}
.templines-search-form .bottom-search-from-content label svg path {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.templines-search-form .bottom-search-from-content label span {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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-drop-down-menu {
  max-width: 100%;
  overflow: auto;
  min-width: 15rem;
  margin-left: 0;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 0 0.0625rem rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 0.0625rem rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.25rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-1.3125rem);
  -ms-transform: scale(0.75) translateY(-1.3125rem);
  transform: scale(0.75) translateY(-1.3125rem);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  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;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.templines-line-title-wrap .templines-line-title-container .temlines-line-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.templines-animated-title-wrap .animated-title-container-wrap .animated-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: 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%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 1.25rem;
}
.property-item .entry-property-item-content .top-property-item-content .preview-img-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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 {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  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: calc(100% +  0.125rem);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.property-item.list-item-style .entry-property-item-content .left-property-item-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.property-item.list-item-style .entry-property-item-content .left-property-item-content .preview-img-wrap img {
  width: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 1.25rem;
}
.property-item.list-item-style .entry-property-item-content .right-property-item-content {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: calc(100% +  0.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.property-item.list-item-style.with-border .entry-property-item-content .left-property-item-content img {
  width: 100%;
  height: auto;
}

.catalog-list__aside {
  padding-right: 1.5625rem;
}
.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%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: -webkit-box;
  display: -ms-flexbox;
  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 {
  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 {
  background: var(--white-color);
}
.catalog-list__aside .catalog-list-aside-form__range .slider-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.catalog-list__aside .catalog-list-aside-form__categories .property-check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0 -0.3125rem;
}
.catalog-list__aside .catalog-list-aside-form__categories .property-check-list .property-type-item {
  padding: 0.3125rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--white-color);
  border: 0.0625rem solid var(--border-color);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: var(--white-color);
  border: 0.0625rem solid var(--border-color);
  padding: 0.375rem 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 1.25rem;
}
.property-top-filter-wrapper .property-top-filter-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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: -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;
}
.templines-pagination-wrap .pagination .page-numbers {
  color: var(--dark-color);
  width: 2.8125rem;
  height: 2.8125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.0625rem solid var(--border-color);
  border-radius: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: var(--dark-color);
}
.templines-pagination-wrap .pagination .pagination-arrow-next:before, .templines-pagination-wrap .pagination .pagination-arrow-next:after {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
  -ms-transform-origin: calc(100% - 0.5px) 50%;
  transform-origin: calc(100% - 0.5px) 50%;
}
.templines-pagination-wrap .pagination .pagination-arrow-next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.templines-pagination-wrap .pagination .pagination-arrow-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.templines-pagination-wrap .pagination .pagination-arrow-prev {
  position: relative;
  display: inline-block;
  width: 0.9375rem;
  height: 0.0625rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: var(--dark-color);
}
.templines-pagination-wrap .pagination .pagination-arrow-prev:before, .templines-pagination-wrap .pagination .pagination-arrow-prev:after {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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);
  -webkit-transform-origin: 0.03125rem 50%;
  -ms-transform-origin: 0.03125rem 50%;
  transform-origin: 0.03125rem 50%;
}
.templines-pagination-wrap .pagination .pagination-arrow-prev:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.templines-pagination-wrap .pagination .pagination-arrow-prev:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  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: -webkit-gradient(linear, left top, right top, from(var(--background-light-color)), color-stop(#e9e9ec), to(var(--background-light-color)));
  background: -o-linear-gradient(left, var(--background-light-color), #e9e9ec, var(--background-light-color));
  background: linear-gradient(90deg, var(--background-light-color), #e9e9ec, var(--background-light-color));
  -webkit-animation: skeleton-shimmer 1.6s ease-in-out infinite;
  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;
}

@-webkit-keyframes skeleton-shimmer {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes skeleton-shimmer {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.icon-box-swiper-slider {
  overflow: hidden;
}
.icon-box-swiper-slider .entry-icon-box-content .icon-box-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: var(--white-color);
  padding: 0.5rem 1.25rem;
  border-radius: 1.875rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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;
  -webkit-transition: 0.3s ease width;
  -o-transition: 0.3s ease width;
  transition: 0.3s ease width;
}
.swiper-pagination-dots .swiper-pagination-bullet:before {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: var(--border-color);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 0.125rem;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.25rem;
  margin-bottom: 0.9375rem;
}
.templines-counter .entry-counter-content .counter-number-wrap .counter-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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 {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 26, 32, 0)), to(rgba(24, 26, 32, 0.5)));
  background: -o-linear-gradient(top, rgba(24, 26, 32, 0) 0%, rgba(24, 26, 32, 0.5) 100%);
  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 {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 26, 32, 0.3)), to(#181A20));
  background: -o-linear-gradient(top, rgba(24, 26, 32, 0.3) 0%, #181A20 100%);
  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 {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  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 {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.brand-slider-item {
  text-align: center;
}
.brand-slider-item .entry-brand-item-content {
  min-height: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-right: 0.0625rem solid var(--border-color);
}
.brand-slider-item img {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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 {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team-item .top-item-content .top-content-wrap:before {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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;
  -webkit-box-sizing: border-box !important;
  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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: var(--dark-color);
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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 {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  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;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

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

.blog-post-item .entry-blog-post-content .top-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.blog-post-item .entry-blog-post-content .bottom-item-content .post-info-wrap .post-info .svg-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-post-item-style-two .bottom-item-content .blog-post-btn-wrap .post-link .read-more-arrow {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 0.0625rem;
  width: 2.5rem;
  position: relative;
  background: var(--dark-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
  -ms-transform-origin: calc(100% - 0.5px) 50%;
  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 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.blog-post-item-style-two .bottom-item-content .blog-post-btn-wrap .post-link .read-more-arrow:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  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;
}

.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;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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-title {
  font-size: 1.1875rem;
  margin-bottom: 1.5625rem;
  padding-left: 30px;
  border-left: 2px solid var(--primary-color);
}
.blog-aside-title .subtitle-after-inside {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
.widget_search form .searchsubmit-btn-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.8125rem;
  height: 2.6875rem;
  position: absolute;
  right: 0.0625rem;
  top: 0.0625rem;
}
.widget_search form .searchsubmit-btn-wrap button {
  border-radius: 0 0.625rem 0.625rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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_tag_cloud .tagcloud a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0;
  padding: 0;
}
.widget_templines_social_profiles ul li:after {
  display: none;
}
.widget_templines_social_profiles ul li a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0.625rem;
  background: var(--dark-color);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.3125rem;
}
.widget_templines_instagram .templines-instagram-widget-images .instagram-img-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 100%;
}
.widget_templines_instagram .templines-instagram-widget-images .instagram-img-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3125rem;
}
.widget_templines_instagram .templines-instagram-widget-images .instagram-img-item a .entry-insta-img-container {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.widget_templines_instagram .templines-instagram-widget-images .instagram-img-item a .entry-insta-img-container img {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.widget_templines_instagram .templines-instagram-widget-images .instagram-img-item a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: -webkit-gradient(linear, left top, left bottom, from(#D3ECF9), to(#EDFAFF));
  background: -o-linear-gradient(top, #D3ECF9 0%, #EDFAFF 100%);
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 13.75rem;
  height: 13.75rem;
  border-radius: 100%;
  border: 0.0625rem solid var(--border-color);
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.templines-decor-rotate-img-wrap .rotate-text-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 9.25rem;
  height: 9.25rem;
  border-radius: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.property-item-icon-box .entry-property-icon-box-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 9.375rem;
  height: 9.375rem;
  background: var(--dark-color);
  border: 1px solid var(--dark-light-color);
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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 {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.testimonial-slider-item .entry-testimonial-slider-item-content .testimonial-bottom-info-wrap .logo-rating-content .testimonial-logotype {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  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;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.testimonial-slider-item.templines-slider-item-dark-style {
  -webkit-box-shadow: 0 1.875rem 3.75rem -0.9375rem rgba(24, 26, 32, 0.05);
  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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  font-size: 13px;
  color: var(--star-grey-color);
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.rating-container .star-container {
  display: -webkit-box;
  display: -ms-flexbox;
  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%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  background: var(--white-color);
  padding: 0.4375rem 1.25rem;
  border-radius: 0.375rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.templines-tabs-slider-top .templines-top-tabs-slider-item .entry-tob-slider-content .tab-title {
  line-height: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.templines-gallery-grid-content .gallery-grid-item img {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  height: 100%;
}
.templines-gallery-grid-content .gallery-grid-item:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.templines-gallery-grid-post-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.templines-gallery-grid-post-type .templines-gallery-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.templines-gallery-grid-post-type .templines-gallery-item .gallery-item-description {
  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;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-1.25rem);
  -ms-transform: translateX(-1.25rem);
  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 {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  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%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  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%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 100%;
  background: var(--white-color);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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);
  opacity: 0.7;
}
.main-screen-header .entry-main-screen-content .breadcrumbs-heading .breadcrumbs a {
  opacity: 1 !important;
}
.main-screen-header .entry-main-screen-content .breadcrumbs-heading .breadcrumbs a:hover {
  color: var(--primary-color);
}

.property-title-wrap-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5625rem;
  padding-bottom: 0.9375rem;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5625rem;
}
.property-item-top-info-wrap .property-item-info-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.property-item-top-info-wrap .property-item-info-wrap .property-info-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.property-item-top-info-wrap .company-property-info-wrap .company-logotype {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.property-item-top-info-wrap .wishlist-item:hover svg path {
  stroke: var(--primary-color);
}
.property-item-top-info-wrap .shared-item, .property-item-top-info-wrap .print-item {
  cursor: pointer;
  border-radius: 100%;
  border: 0.0625rem solid var(--border-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.review-location-wrap .review-wrap {
  margin-left: 1.5625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.review-location-wrap .review-wrap .review-icon {
  margin-right: 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.property-item-detail-wrap .property-amenities-items .property-amenities-item .entry-amenities-item .amenities-icon-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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);
}

.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 var(--border-color);
  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%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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);
}
.single-property-item-aside .widget .widget--title-wrap .widget--subtitle {
  color: var(--dark-light-color);
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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);
  -webkit-transform: translate3d(-25px, -50%, 0);
  transform: translate3d(-25px, -50%, 0);
  position: absolute;
  right: 100%;
  top: 50%;
  white-space: nowrap;
  background: var(--white-color);
  font-size: 0.8125rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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;
  -webkit-transform: translate3d(80%, -50%, 0);
  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;
  -webkit-transform: translate3d(-10px, -50%, 0);
  transform: translate3d(-10px, -50%, 0);
}
.single-property-item-aside .widget-property-author-info .entry-author-content .top-author-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  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;
}

.comments_wrap {
  margin-top: 2.5rem;
}
.comments_wrap .blog-comments__title {
  font-size: 1.375rem;
  margin-bottom: 1.5625rem;
}
.comments_wrap .comment .comments__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: var(--border-color);
  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 var(--border-color);
}
.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 var(--border-color);
}
.comments_wrap .section-reply-form form .comment-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.comments_wrap .section-reply-form form .comment-email .form-group, .comments_wrap .section-reply-form form .comment-email .comment-coment {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.comments_wrap .section-reply-form form .comment-email .row {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.comments_wrap .section-reply-form form .comment-email .row .comment-form-cookies-consent {
  font-size: 0.9375rem;
}
.comments_wrap .section-reply-form form .comment-email .row .comment-form-cookies-consent input[type=checkbox] {
  margin-right: 0.3125rem;
  border-radius: 100%;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 0.0625rem solid var(--border-color);
  display: inline-block;
  position: relative;
  background-color: var(--white-color);
  cursor: pointer;
  top: 0.125rem;
}
.comments_wrap .section-reply-form form .comment-email .row .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-email .row .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;
}

.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 var(--border-color);
}
.details-aside-content__inner .details-aside-content__radios .details-aside-content-radios__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--white-color);
  border-radius: 50%;
  position: absolute;
  top: 0.3125rem;
  left: -0.9375rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.details-aside-content__inner .details-aside-content__options .details-aside-content-options__box .container {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.9375rem;
}
.details-aside-content__inner .details-aside-content__options .details-aside-content-options__box .container input {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 0;
  height: 0;
  margin: 0;
  margin-right: 0.625rem;
  border: 0;
  padding: 0;
  position: relative;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--white-color);
  border-radius: 50%;
  position: absolute;
  top: 0.3125rem;
  left: -0.9375rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.details-aside-content__inner .details-aside-content__total > span {
  padding: 0.4375rem 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  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;
}
.details-aside-content__inner .details-aside-content__total .total_price {
  color: var(--primary-color);
}
.details-aside-content__inner .book_now_btn {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.daterangepicker .calendar-table thead tr th.prev span, .daterangepicker .calendar-table thead tr th.next span {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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;
  -webkit-box-shadow: 0 1.875rem 3.75rem -0.9375rem rgba(24, 26, 32, 0.15);
  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;
  -webkit-box-shadow: 0 1.875rem 3.75rem -0.9375rem rgba(24, 26, 32, 0.15);
  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;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 1.25rem;
  height: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.faq-title .toggle-icon:before, .faq-title .toggle-icon:after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  background: var(--border-color);
  height: 0.125rem;
}
.faq-title .toggle-icon:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  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 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.top-blog-post-inner-content .bottom-info-blog-post-content .post-info-wrap .post-info .svg-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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::-webkit-input-placeholder {
  color: var(--white-color);
}
footer .widget_templines_mailchimp_footer form input::-moz-placeholder {
  color: var(--white-color);
}
footer .widget_templines_mailchimp_footer form input:-ms-input-placeholder {
  color: var(--white-color);
}
footer .widget_templines_mailchimp_footer form input::-ms-input-placeholder {
  color: var(--white-color);
}
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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 3.125rem;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer .widget_templines_mailchimp_footer form button .btn-line {
  width: 100%;
  background: var(--white-color);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 0.0625rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
footer .widget_templines_mailchimp_footer form button .btn-line:before, footer .widget_templines_mailchimp_footer form button .btn-line:after {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  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);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
  -ms-transform-origin: calc(100% - 0.5px) 50%;
  transform-origin: calc(100% - 0.5px) 50%;
}
footer .widget_templines_mailchimp_footer form button .btn-line:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
footer .widget_templines_mailchimp_footer form button .btn-line:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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 {
  -webkit-animation: AnimationDecorIMG 8s ease-in-out infinite;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
footer .widget_templines_contact_info .contact-info .svg-icon-contact-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .widget_templines_contact_info .contact-info .contact-info-link-wrap a {
  line-height: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
}

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

@keyframes AnimationDecorIMG {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    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;
  -webkit-box-sizing: border-box;
  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 {
  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 {
  -webkit-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  overflow: hidden;
}
.fl--mobile-menu li.opened {
  -webkit-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  background: #f7f7f7;
}
.fl--mobile-menu li.opened > a .fl-menu-flipper-icon {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.fl--mobile-menu li.opened > a .fl-menu-flipper-icon .fl-front-content i {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: 30px;
}
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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-perspective: 40px;
  perspective: 40px;
}
.fl-menu-flipper-icon .fl-front-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: inherit;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fl-menu-flipper-icon .fl-back-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: inherit;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.fl-close-sidebar-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s ease-in;
  -o-transition: opacity 0.6s ease-in;
  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";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #2a2b30 !important;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  left: 0;
  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;
}

.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 button {
  background: var(--primary-color);
}
.templines-search-form .top-form-content .search-form-btn button svg {
  fill: var(--white-color);
}
.templines-search-form .top-form-content .search-form-btn button: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: var(--border-color);
  background: var(--border-color);
}
.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: var(--border-color);
  border-color: var(--border-color);
}
.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);
}
.main-screen-img-decor{
  max-width: 25%!important;
  opacity: 0.2;
}
.logo{
  max-width: 80px;
}
.big-text{
  font-size: 3rem;
}
.fs-5{
  font-size: 1.25rem;
}
/*-------------------------------------------------------------------

== Responsive

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

==  Glass form
-------------------------------------------------------------------*/


.glass-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9999;
}

.glass-form {
  background: rgba(255,255,255,0.7);
-webkit-backdrop-filter: blur(23px);
backdrop-filter: blur(23px);
border: 1px solid rgba(255,255,255,0.35);
  border-radius: 15px;
  padding: 20px;
  width: 400px;
  max-width: 90%;
  color: #4D4D4D;
}

.glass-form h2 {
  color: #4D4D4D; /* Título en color de la marca */
  text-align: center;
  margin-bottom: 20px;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: none;
  /* border-radius: 10px; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  color: #4D4D4D;
  font-size: 1rem;
  /* box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: #659FB8;
}

.form-group label {
  position: absolute;
  top: 12px;
  left: 15px;
  color: #4D4D4D;
  pointer-events: none;
  font-size: 1rem;
  transition: all 0.3s ease;
  /* background-color: rgba(255, 255, 255, 0.5); */
  padding: 0 5px;
  transform: translateY(0);
}

/* Label activo (subido hacia arriba) */
.form-group label.active {
  top: -10px;
  left: 10px;
  font-size: 0.8rem;
  color: #659FB8;
  transform: translateY(-10px); /* Mueve el label hacia arriba */
}

.glass-form textarea {
  height: 100px;
  resize: none;
}

.glass-form button {
  width: 100%;
  padding: 10px;
  background-color: #9E3B40; /* Color del botón */
  color: white;
  font-size: 1.2rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.glass-form button:hover {
  background-color: #4C7568; /* Cambia en hover */
}

/* Estilo específico para el select para asegurar que siempre funcione */
.form-group select:required:invalid {
  color: gray;
}

.form-group select option {
  color: #4D4D4D;
}


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

==  max-width 992px

-------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  .logo{
    max-width: 100px;
  }
  .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: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 {
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    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: 25%;
  }
  .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .property-item.list-item-style.with-border .entry-property-item-content .left-property-item-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .property-item.list-item-style.with-border .entry-property-item-content .right-property-item-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    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: 768px) {
  .revers-column-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    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: -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;
  }
  .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .templines-search-form .top-form-content .top-entry-search-form-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .templines-search-form .top-form-content .top-entry-search-form-content-wrap .search-form-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    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 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .comments_wrap .comment .comments__inner .blog-comments__img {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  .comments_wrap .comment .comments__inner .comment-author-name {
    text-align: center;
  }
  .property-title-wrap-price-wrap {
    -ms-flex-wrap: 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 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .property-item-top-info-wrap .review-location-wrap {
    -ms-flex-wrap: 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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .property-item-detail-wrap .property-detail-items .property-detail-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .templines-pagination-wrap {
    margin-top: 1.25rem;
  }
  .blog-post-tag-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-post-tag-content .article-bottom-tags__inner {
    margin-top: 0.625rem;
  }
}
.regard-span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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); /* Колір фону */
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); /* Початкова позиція фону — за межами елемента зліва */
  z-index: 2; /* Розташування фону позаду тексту */
}

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

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

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