/*
Theme Name: Real Estate Papi Pro
Author: stargroup29
Theme URI: https://www.ammuthemes.com/downloads/real-estate-papi/
Description: Real Estate Papi is a feature rich Real Estate WordPress theme for real estate agency, brokers, agents and real estate listing websites. It will be a best choice for realtors who looks a theme for sell or rent properties. Theme supports front and back end new property submission, so you can allow your agents to submit new property from your website without login into admin area. Theme is built with proper SEO options which can help your website to gain top search engine ranking. Check the demo here https://www.ammuthemes.com/real-estate-papi/
Version: 1.0.5
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 5.6
Tags: custom-menu, custom-logo, custom-background, right-sidebar, featured-images, theme-options, threaded-comments, footer-widgets, blog, e-commerce
Text Domain: real-estate-papi-pro
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
*/

:root {
  --theme-primary-color: #1fc2c0;
  --ere-color-accent: #1fc2c0;
}
html {
  scroll-behavior: smooth;
}
body {
  position: relative;
  font-family: "Poppins", sans-serif;
}

* {
  
}

a {
  text-decoration: none;
  webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #333;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}

/**
====================================================================
  Preloader
====================================================================
*/


.loader-wrapper {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100000;
}

.loader-wrapper .loading {
    width: 80px;
    height: 50px;
    position: relative;
}

.loader-wrapper .loading p {
    top: 0;
    padding: 0;
    margin: 0;
    color: #000;
    animation: text 3.5s ease both infinite;
    font-size: 12px;
    letter-spacing: 1px;
}

 @keyframes text {
    0% {
       letter-spacing: 1px;
       transform: translateX(0px);
    }

    40% {
       letter-spacing: 2px;
       transform: translateX(26px);
    }

    80% {
       letter-spacing: 1px;
       transform: translateX(32px);
    }

    90% {
       letter-spacing: 2px;
       transform: translateX(0px);
    }

    100% {
       letter-spacing: 1px;
       transform: translateX(0px);
    }
}


@keyframes loading {
    0% {
       width: 16px;
       transform: translateX(0px);
    }

    40% {
       width: 100%;
       transform: translateX(0px);
    }

    80% {
       width: 16px;
       transform: translateX(64px);
    } 

    90% {
       width: 100%;
       transform: translateX(0px);
    }

    100% {
       width: 16px;
       transform: translateX(0px);
    }
 }
         
 @keyframes loading2 {
    0% {
       transform: translateX(0px);
       width: 16px;
    }

    40% {
       transform: translateX(0%);
       width: 80%;
    }

   80% {
       width: 100%;
       transform: translateX(0px);
    }

    90% {
       width: 80%;
    transform: translateX(15px);
    }
    100% {
       transform: translateX(0px);
       width: 16px;
    }
 }

.loader-wrapper .loading span {
    background-color: #ffd700;
    border-radius: 50px;
    display: block;
    height: 16px;
    width: 16px;
    bottom: 0;
    position: absolute;
    transform: translateX(64px);
    animation: loading 3.5s ease both infinite;
}

.loader-wrapper .loading span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0390a1;
    border-radius: inherit;
    animation: loading2 3.5s ease both infinite;
}

#pre-loader p {
    position: absolute;
    width: 500px;
}

/**
====================================================================
  Mouse Cursor
====================================================================
*/
.cursor {
  position: fixed;
  height: var(--circle);
  width: var(--circle);
  transform: scale(1);
  border-radius: 50%;
  transition: all 0.35s, top 0s, left 0s;
  mix-blend-mode: difference;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 99999;
}

.cursor:first-child {
  background-color: #fff;
  --circle: 9px;
}
.cursor.second-cursor {
  background-color: none;
  border: 1.5px solid #fff;
  --circle: 68px;
}



header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e6eff2;
  z-index: 9999;
  position: relative;
}

header.transparent {
  background: transparent;
  border-bottom: none;
  z-index: 99999;
  padding-bottom: 10px;
}

.fixed {
  position: absolute;
  color: #fff;
}

.fixed .header-bar {
  
}

.fixed a{
  color: #fff;
}

.site-header a{
  color: #333;
}

.site-header h1 {
  font-size: 2rem;
}

/**
====================================================================
  Top Bar
====================================================================
*/
.top-bar {
  background: #020202;
  color: #ffffff96;
  line-height: 60px;  
}
.top-bar a{
  color: #fff;
}
header.transparent .top-bar {
  background: unset;
  color: #fff;
} 
.top-bar-phone span,
.top-bar-left span {
  border-right: 1px solid #eeeeee4a;
  padding-right: 15px;
  padding-left: 10px;
}
.top-bar-phone i{
  color: var(--theme-primary-color);
}
.top-bar .align-items-center {
  
}
.top-bar-text {
  font-size: 13px;
  letter-spacing: 0.275px;
  margin-bottom: 0;
  display: flex;
}
.top-bar-text i, .top-bar-text p{
  margin-bottom: 0;
  display: inline-block;
  padding-left: 8px;
  font-size: 16px;
  color: #fff;
}
.top-bar-text i {
  
}
.top-bar-text p {
  font-size: 13px;
  padding-right: 5px;
}
.top-bar-navigation {
  margin: 0;
  padding: 0;
}
.top-bar-navigation ul{
  margin: 0;
}
.top-bar-navigation li{
  list-style: none;
  display: inline-block;
}
.top-bar-navigation a{
  color: var(--header-link-colour);
  font-size: 14px;
  padding-right: 12px;
  padding-left: 2px;
  letter-spacing: 1px;
  line-height: 45px;
}
.social-links {
  
}
.social-links a{
  color: var(--header-link-colour);
  display: inline-block;
  padding-left: 15px;
  font-size: 17px;
  line-height: 45px;
}
.logo-area {
  padding-top: 20px;
  padding-bottom: 20px;
  background: var(--second-colour);
}

.logo h2 {
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 0;
  color: var(--header-link-colour);
}
.logo p {
  margin: 0;
  font-size: 12px;
  color: var(--header-link-colour);
}
.logo img{
  max-width: 100%;
  height: auto;
}
.site-title a{
  font-size: 27px;
  color: var(--header-link-colour);

}


/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}

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

.main-navigation ul ul {
  z-index: 99999;
  display: block;
}

.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 {
  background-color: var(--background-color-white);
  color: var(--text-color-main);
  opacity: 1;
  padding: 10px 15px;
  border-bottom: 1px solid #f1f1f1;
  text-transform: capitalize;
  color: #333 !important;
  font-size: 12px;
}

.main-navigation ul ul a:focus, .main-navigation ul ul a:hover {
  color: var(--primary-color);
}

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

.main-navigation li {
  position: relative;
}

.main-navigation a {
  padding: 17px 20px;
  font-size: 13px;
  color: #333;
  display: block;
  text-decoration: none;
  opacity: 0.9;
  letter-spacing: 1px;
  font-weight: 500;
}
.main-navigation i {
    display: inline-flex;
    padding-right: 7px;
    /* vertical-align: inherit; */
    padding-top: 3px;
}

@media (min-width: 992px) {
  .main-navigation a {
    
  }
}

.main-navigation a:focus, .main-navigation a:hover {
  opacity: 1;
  color: #333;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  position: relative;
  opacity: 1;
  color: #333;
}

@media (min-width: 1024px) {
  .menu-toggle {
    display: none !important;
  }
  .main-navigation ul.menu li .children,
  .main-navigation ul.menu li .sub-menu {
    left: -999em;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 999;
    margin: 30px 0 0;
    width: 230px;
    background: #fff;
    border-top: 3px solid green;
  }
  .main-navigation ul.menu li .children > li .children,
  .main-navigation ul.menu li .children > li .sub-menu,
  .main-navigation ul.menu li .sub-menu > li .children,
  .main-navigation ul.menu li .sub-menu > li .sub-menu {
    left: -999em;
    top: 0;
    margin-top: 0;
    margin-left: 30px;
  }
  .main-navigation ul.menu li.menu-item-has-children > a::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f107";
    display: inline-block;
    margin-left: 10px;
  }
  .main-navigation ul.menu > li:not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)):hover > .children,
  .main-navigation ul.menu > li:not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)):hover > .sub-menu {
    margin: 0;
    margin-top: 0px;
    left: 0;
  }
  .main-navigation ul.menu > li:not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)):focus-within > .children,
  .main-navigation ul.menu > li:not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)):focus-within > .sub-menu {
    margin: 0;
    margin-top: 0px;
    left: 0;
  }
  .main-navigation ul.menu > li:nth-last-child(1):hover > .children,
  .main-navigation ul.menu > li:nth-last-child(1):hover > .sub-menu,
  .main-navigation ul.menu > li:nth-last-child(2):hover > .children,
  .main-navigation ul.menu > li:nth-last-child(2):hover > .sub-menu,
  .main-navigation ul.menu > li:nth-last-child(3):hover > .children,
  .main-navigation ul.menu > li:nth-last-child(3):hover > .sub-menu {
    margin: 0;
    margin-top: 0px;
    right: 0;
    left: unset;
  }
  .main-navigation ul.menu > li:nth-last-child(1):focus-within > .children,
  .main-navigation ul.menu > li:nth-last-child(1):focus-within > .sub-menu,
  .main-navigation ul.menu > li:nth-last-child(2):focus-within > .children,
  .main-navigation ul.menu > li:nth-last-child(2):focus-within > .sub-menu,
  .main-navigation ul.menu > li:nth-last-child(3):focus-within > .children,
  .main-navigation ul.menu > li:nth-last-child(3):focus-within > .sub-menu {
    margin: 0;
    margin-top: 0px;
    right: 0;
    left: unset;
  }
  .main-navigation ul.menu .children,
  .main-navigation ul.menu .sub-menu {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .main-navigation ul.menu .children li.menu-item-has-children > a,
  .main-navigation ul.menu .sub-menu li.menu-item-has-children > a {
    padding-right: 25px;
  }
  .main-navigation ul.menu .children li.menu-item-has-children > a::after,
  .main-navigation ul.menu .sub-menu li.menu-item-has-children > a::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f105";
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .main-navigation ul.menu .children > li:hover > .children,
  .main-navigation ul.menu .children > li:hover > .sub-menu,
  .main-navigation ul.menu .sub-menu > li:hover > .children,
  .main-navigation ul.menu .sub-menu > li:hover > .sub-menu {
    left: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }
  .main-navigation ul.menu .children > li:focus-within > .children,
  .main-navigation ul.menu .children > li:focus-within > .sub-menu,
  .main-navigation ul.menu .sub-menu > li:focus-within > .children,
  .main-navigation ul.menu .sub-menu > li:focus-within > .sub-menu {
    left: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }
  .main-navigation ul.menu > li:nth-last-child(1) li.menu-item-has-children > a,
  .main-navigation ul.menu > li:nth-last-child(2) li.menu-item-has-children > a,
  .main-navigation ul.menu > li:nth-last-child(3) li.menu-item-has-children > a {
    padding-left: 25px;
    padding-right: 20px;
  }
  .main-navigation ul.menu > li:nth-last-child(1) li.menu-item-has-children > a::after,
  .main-navigation ul.menu > li:nth-last-child(2) li.menu-item-has-children > a::after,
  .main-navigation ul.menu > li:nth-last-child(3) li.menu-item-has-children > a::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f104";
    display: inline-block;
    margin-right: 10px;
    margin-left: 0;
    position: absolute;
    left: 10px;
    right: unset;
    top: 50%;
    transform: translateY(-50%);
  }
  .main-navigation ul.menu > li:nth-last-child(1) .children > li:hover > .children,
  .main-navigation ul.menu > li:nth-last-child(1) .children > li:hover > .sub-menu,
  .main-navigation ul.menu > li:nth-last-child(1) .sub-menu > li:hover > .children,
  .main-navigation ul.menu > li:nth-last-child(1) .sub-menu > li:hover > .sub-menu,
  .main-navigation ul.menu > li:nth-last-child(2) .children > li:hover > .children,
  .main-navigation ul.menu > li:nth-last-child(2) .children > li:hover > .sub-menu,
  .main-navigation ul.menu > li:nth-last-child(2) .sub-menu > li:hover > .children,
  .main-navigation ul.menu > li:nth-last-child(2) .sub-menu > li:hover > .sub-menu,
  .main-navigation ul.menu > li:nth-last-child(3) .children > li:hover > .children,
  .main-navigation ul.menu > li:nth-last-child(3) .children > li:hover > .sub-menu,
  .main-navigation ul.menu > li:nth-last-child(3) .sub-menu > li:hover > .children,
  .main-navigation ul.menu > li:nth-last-child(3) .sub-menu > li:hover > .sub-menu {
    right: 100%;
    left: unset;
    margin-left: 0px;
    margin-top: 0px;
  }
  .main-navigation ul.menu > li:nth-last-child(1) .children > li:focus-within > .children,
  .main-navigation ul.menu > li:nth-last-child(1) .children > li:focus-within > .sub-menu,
  .main-navigation ul.menu > li:nth-last-child(1) .sub-menu > li:focus-within > .children,
  .main-navigation ul.menu > li:nth-last-child(1) .sub-menu > li:focus-within > .sub-menu,
  .main-navigation ul.menu > li:nth-last-child(2) .children > li:focus-within > .children,
  .main-navigation ul.menu > li:nth-last-child(2) .children > li:focus-within > .sub-menu,
  .main-navigation ul.menu > li:nth-last-child(2) .sub-menu > li:focus-within > .children,
  .main-navigation ul.menu > li:nth-last-child(2) .sub-menu > li:focus-within > .sub-menu,
  .main-navigation ul.menu > li:nth-last-child(3) .children > li:focus-within > .children,
  .main-navigation ul.menu > li:nth-last-child(3) .children > li:focus-within > .sub-menu,
  .main-navigation ul.menu > li:nth-last-child(3) .sub-menu > li:focus-within > .children,
  .main-navigation ul.menu > li:nth-last-child(3) .sub-menu > li:focus-within > .sub-menu {
    right: 100%;
    left: unset;
    margin-left: 0px;
    margin-top: 0px;
  }
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media (max-width: 1199.98px) {
  .main-navigation .main-menu {
    position: fixed;
    right: -130%;
    height: 100%;
    top: 0;
    background-color: #fff;
    min-width: 300px;
    padding-top: 60px;
    width: 50%;
    transition: all 400ms ease;
    display: block;
    border-right: 1px solid #fff;
    z-index: 13;
    box-shadow: 2px 0 18px 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
  }
  .main-navigation .main-menu ul {
    left: auto;
  }
}

@media (max-width: 1199.98px) {
  .main-navigation.toggled .main-menu {
    right: 0;
    left: auto;
    overflow-x: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 991px) {
  .main-navigation ul a {
    color: #000;
  }
}

@media (max-width: 1199.98px) {
  .main-navigation ul ul {
    position: relative;
    position: unset;
    float: none;
    padding-left: 5px;
  }
}

.main-navigation li.menu-item-has-children > a::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f107";
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .main-navigation li.menu-item-has-children > ul {
    height: auto;
      transform: none;
    transform-origin: top left;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}

@media (max-width: 1199.98px) {
  .main-navigation li.menu-item-has-children:hover > ul, .main-navigation li.menu-item-has-children.focus > ul {
    height: auto;
    transform: scaleY(1);
  }
}

@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    margin-inline-end: -20px;
    float: right;
  }
}

@media (max-width: 1024px) {
  body.admin-bar #site-navigation.toggled .main-navigation-links {
    padding-top: 120px;
  }
  body.admin-bar #site-navigation button.menu-toggle.open {
    top: 55px;
  }
  #site-navigation button.menu-toggle {
    width: 35px;
    height: 35px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    padding: 0;
    background: none;
    border: none;
    margin: 9px 5px 9px auto;
  }
  #site-navigation button.menu-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ef002b;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  #site-navigation button.menu-toggle span:nth-child(1) {
    top: calc(50% - 15px);
  }
  #site-navigation button.menu-toggle span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  #site-navigation button.menu-toggle span:nth-child(3) {
    bottom: calc(50% - 15px);
  }
  #site-navigation button.menu-toggle.open {
    z-index: 18;
    position: fixed !important;
    right: 20px;
    top: 20px;
  }
  #site-navigation button.menu-toggle.open span {
    background-color: #ff385c;
  }
  #site-navigation button.menu-toggle.open span:nth-child(1) {
    top: 14px;
    width: 0%;
    left: 50%;
  }
  #site-navigation button.menu-toggle.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  #site-navigation button.menu-toggle.open span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  #site-navigation button.menu-toggle:focus {
    outline: 1px dashed #000;
    outline-offset: 2px;
    border-radius: 0;
  }
  #site-navigation .main-navigation-links {
    position: fixed;
    right: -130%;
    height: 100%;
    top: 0;
    background-color: #fff;
    min-width: 300px;
    padding-top: 60px;
    padding-right: 10px;
    width: 60%;
    transition: all 400ms ease;
    display: block;
    border-right: 1px solid #fff;
    z-index: 13;
    box-shadow: 2px 0 18px 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
  }
  #site-navigation.toggled .main-navigation-links {
    right: 0;
    left: auto;
    overflow-x: auto;
    opacity: 1;
    visibility: visible;
  }
  #site-navigation.toggled .main-navigation-links li.current_page_item > a,
  #site-navigation.toggled .main-navigation-links li.current-menu-item > a {
    color: var(--primary-color);
    font-weight: bold;
  }
}

@media (max-width: 480px) {
  #site-navigation .main-navigation-links {
    width: 80%;
  }
}

nav.navigation.pagination .nav-links {
  display: flex;
  gap: 5px;
  margin: 10px 0 20px;
}

nav.navigation.pagination .nav-links span,
nav.navigation.pagination .nav-links a {
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: var(--color-text-main);
  border: 1px solid var(--color-text-main);
}

nav.navigation.pagination .nav-links span.prev, nav.navigation.pagination .nav-links span.next,
nav.navigation.pagination .nav-links a.prev,
nav.navigation.pagination .nav-links a.next {
  font-size: 0;
}

nav.navigation.pagination .nav-links span.prev::after, nav.navigation.pagination .nav-links span.next::after,
nav.navigation.pagination .nav-links a.prev::after,
nav.navigation.pagination .nav-links a.next::after {
  content: "\f30a";
  font-size: 1rem;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

nav.navigation.pagination .nav-links span.next::after,
nav.navigation.pagination .nav-links a.next::after {
  content: "\f30b";
}

nav.navigation.pagination .nav-links span:hover, nav.navigation.pagination .nav-links span:focus,
nav.navigation.pagination .nav-links a:hover,
nav.navigation.pagination .nav-links a:focus {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

nav.navigation.pagination .nav-links span.current {
  color: var(--color-text-white);
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

nav.navigation.pagination .nav-links span.dots {
  border: none;
}

nav.navigation.pagination .nav-links span.dots:hover, nav.navigation.pagination .nav-links span.dots:focus {
  color: var(--color-text-main);
  border: none;
}

.transparent .main-navigation a {
  color: #fff;
  opacity: 1;
}

.default-header .main-navigation a {
  color: #333;
}

.header-user {
  padding-right: 20px;
  padding-left: 40px;
}
/* -------------------------------------- */
/* Sidr/Mobile menu
/* -------------------------------------- */

.sidr{
  display:block;
  position:fixed;
  top:0;
  height:100%;
  z-index:999999;
  width:260px;
  overflow-x:hidden;
  overflow-y:auto;
  font-size:12px;
  background:#fff;
  color:#fff;
  box-shadow: 0 0 50px rgba(70, 70, 70, 0.15);
}
.sidr .sidr-inner{
  padding: 30px;
  clear: both;
}

.sidr .sidr-inner>p{
  margin-left:15px;
  margin-right:15px;
}
.sidr.right{
  left:auto;
  right:-260px;
}
.sidr.left{
  left:-260px;
  right:auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6{
  background-size:100%;
  background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d),color-stop(100%, #1a1a1a));
  background-image:-moz-linear-gradient(#4d4d4d,#1a1a1a);
  background-image:-webkit-linear-gradient(#4d4d4d,#1a1a1a);
  background-image:linear-gradient(#4d4d4d,#1a1a1a);
  font-size:11px;
  font-weight:normal;
  padding:0 15px;
  margin:0 0 5px;
  color:#fff;
  line-height:24px;
  box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);
}
.sidr p{
  font-size:13px;
  margin:0 0 12px;
}
.sidr p a{
color:rgba(255,255,255,0.9);
}
.sidr>p{
margin-left:15px;
margin-right:15px;
}
.sidr ul{
  display:block;
  margin:0 0 15px;
  padding:0;
}
.sidr ul li{
  display:block;
  margin:0;
  line-height: 20px;
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active{
  border-top:0;
  line-height:20px;
}

.sidr ul li a,
.sidr ul li span{
  padding:0 15px;
  display:block;
  text-decoration:none;
  color:#222;
  text-transform: uppercase;
  font-size: 12px;
}
.sidr ul li ul{
  border-bottom:0;
  margin:0;
}
.sidr ul li ul li{
  line-height: 20px;
  font-size:13px;
}
.sidr ul li ul li:last-child{
  border-bottom:0;
}
.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active{
  border-top:0;
  line-height: 20px;
}
.sidr ul li ul li:hover>a,
.sidr ul li ul li:hover>span,
.sidr ul li ul li.active>a,
.sidr ul li ul li.active>span,
.sidr ul li ul li.sidr-class-active>a,
.sidr ul li ul li.sidr-class-active>span{

}

.sidr ul li ul li a,
.sidr ul li ul li span{
  padding-left:30px;
}
.sidr form{
  margin:0 15px;
}
.sidr label{
  font-size:13px;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select{
  width:100%;
  font-size:13px;
  padding:5px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin:0 0 10px;
  border-radius:2px;
  border:0;
  background:rgba(0,0,0,0.1);
  color:rgba(255,255,255,0.6);
  display:block;
  clear:both;
}
.sidr input[type=checkbox]{
  width:auto;
  display:inline;
  clear:none;
}
.sidr input[type=button],
.sidr input[type=submit]{
  color:#333;
  background:#fff;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover{
  background:rgba(255,255,255,0.9);
}

.sidr ul.sub-menu li a {
    padding-left: 15px;
    padding-right: 15px;
}
.sidr .menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid;
    border-color: #e8e8e8;
}

.sidr-class-menu a{
  border-bottom: 1px solid #e8e8e8;
}



/* -------------------------------------- */
/* 07. Sidr/Mobile menu
/* -------------------------------------- */
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 340px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(70, 70, 70, 0.15);
}
.sidr.right {
  left: auto;
  right: -440px;
}
.sidr.left {
  left: -440px;
  right: auto;
}
.sidr-inner {
  padding: 30px;
  clear: both;
}
.sidr .sidr-inner:first-child {
  background: #e9e9e9;
}
.sidr .sidr-inner:last-child {
  padding-top: 0px;
}
#mobile-navigation {
  display: none;
}
#caeliora-mobile-header,
#caeliora-mobile-footer {
  display: none;
}
.close-mobile-menu {
  position: absolute;
  right: 20px;
  height: 22px;
  width: 32px;
  top: 40px;
}
.close-mobile-menu:before,
.close-mobile-menu:after {
  position: absolute;
  right: 20px;
  content: " ";
  height: 18px;
  width: 1px;
  background-color: #333;
}
.close-mobile-menu:before {
  transform: rotate(45deg);
}
.close-mobile-menu:after {
  transform: rotate(-45deg);
}
.sidr ul li .open-sidr {
  color: #000;
  float: right;
  font: var(--fa-font-solid);
  font-size: 16px;
  cursor: pointer;
  padding: 13px 10px;
}
.open-sidr:after {
  content: "\f107";
}
.open-sidr.close:after {
  content: "\f106";
}
.sidr .menu li {
  width: 100%;
  float: left;
  border-bottom: 1px solid;
  border-color: #e8e8e8;
}
.sidr .menu li:last-child {
  border-bottom: none;
}
.sidr .menu li a {
  display: block;
  padding: 11px 0;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000;
}
.sidr .sub-menu {
  display: none;
  clear: both;
  float: none;
  border-top: 1px solid;
  border-color: #e8e8e8;
  width: 100%;
}
.sidr ul.sub-menu li a {
  padding-left: 15px;
  padding-right: 15px;
}
.sidr-inner .header-social {
  float: left;
}
.sidr-inner .header-social a {
  margin-left: 0;
  margin-right: 12px;
  color: #000;
}
.sidr-inner .header-search-wrap {
  float: right;
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.sidr-inner .header-search-wrap a {
  color: #000;
}
.sidr-inner .normal-logo img {
  max-width: 80%;
  height: auto;
}
.sidr-inner .dt-shopping-cart {
  float: right;
  margin-right: 14px;
}

.menu-icon {
    position: relative;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    color: #000;
    margin-left: 10px;
}

.menu-toggle {
    border: none;
    outline: none;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 14px;
    background: transparent;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #000;
    font-size: 0;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
    top: -5px;
}

.menu-toggle:before, .menu-toggle:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.sidr-inner img{
  max-width: 100%;
  height: auto;
}
.transparent .menu-toggle {
  color: #fff;
}

.menu-toggle:focus,
.close-mobile-menu:focus {
  outline: 1px dashed #1fc2c0 !important;
  outline-offset: 2px;
  border-radius: 0;
}

.navigation-submit-button {
  background: var(--theme-primary-color);
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff !important;
  font-size: 14px;
  letter-spacing: 2px;
}

.header-submit-right {
  display: inline-flex;
  place-content: flex-end;
  align-items: end;
}

.header-nav-area {
  display: inline-flex;
  align-items: center !important;
  place-content: flex-end;
  align-items: end;
}
/**
====================================================================
  Swiper Slider
====================================================================
*/

.slider-meta {
 height: 100vh !important;
}
.font-page-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 500px;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #ffffff;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.swiper-slider-content img{
  position: relative;
}

.swiper-slider-content .overlay {
  position: absolute;
  left: 0;
  top: 0;
  background: #0000004f;
  width: 100%;
  height: -webkit-fill-available;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  /* font-size: var(--swiper-navigation-size); */
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #fff;
  font-size: 23px;
  background-color: #005aff;
  padding: 10px 17px;
}

.swiper-pagination-bullet {
  background-color: #fff;
  display: block;
}
.swiper-pagination-bullet-active {
  
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px var(--swiper-pagination-bullet-horizontal-gap, 20px);
}
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, 
.swiper-pagination-fraction { 
  bottom: 0;
  top: 50%;
  left: 0;
  width: 100%;  

}

.slider-headings {
  font-size: 1.25em;
}
.slider-headings a{
  color: #fff;
}

.swiper-slider-text {
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.swiper-slider-text p{
  padding-top: 5px;
  font-size: 12px;
  margin-bottom: 3px;
}

.swiper-slider-text span {
  padding-right: 20px;
}
.swiper-slider-text span i {
  padding-right: 5px;
}

.autoplay-progress {
  color: var(--theme-primary-color);
}

.slider-content {
  width: fit-content;
  padding: 10px 36px;
  border-radius: 10px;
  color: #fff;
  background: #0a0909cc;
}
.slider-price {
  font-size: 17px !important;
  padding-bottom: 15px;
}
.slider-price-value {
  font-weight: 800;
  color: var(--theme-primary-color);
  font-size: 20px !important
}
.slider-price-mode {
  background: var(--theme-primary-color);
  color: #fff;
  padding: 3px 15px;
}

/**
====================================================================
  slider Search
====================================================================
*/

:root {
    --ere-color-accent: #FE6A00;
    --ere-color-accent-foreground: #fff;
    --ere-color-heading: #222;
    --ere-color-heading-foreground: #fff;
    --ere-color-border: #eee;
    --ere-owl-nav-width: 50px;
    --ere-owl-nav-height: 60px;
    --ere-owl-nav-bg-color: #f6f6f6;
    --ere-owl-nav-color: #222;
    --ere-owl-nav-icon-font-size: 31px;
    --ere-owl-nav-icon-font-weight: 400;
    --ere-owl-nav-icon-font-family: "FontAwesome";
    --ere-owl-nav-inline-spacing: 20px;
    --ere-owl-dot-bg-color: #EBEBEB;
    --ere-owl-dot-width: 10px;
    --ere-owl-dot-height: 10px;
    --ere-owl-dot-spacing: 3px;
    --ere-owl-dot-radius: 50%;
    --ere-property-search-form-bg-color: transparent;
    --ere-property-search-form-text-color: #8f8f8f;
    --ere-property-search-form-border-color: #dedede;
    --ere-property-search-form-light-bg-color: #2C2C2C;
    --ere-property-search-form-light-text-color: #bababa;
    --ere-property-search-form-light-border-color: #565656;
    --ere-loop-property-badge-color: var(--ere-color-accent-foreground);
    --ere-loop-property-badge-bg-color: var(--ere-color-accent);
    --ere-loop-list-two-columns-property-except-max-height: 3em;
    --ere-loop-zigzac-property-except-max-height: 4em;
    --ere-property-list-image-width: 330px;
    --ere-property-list-image-spacing: 30px;
    --ere-loop-list-property-except-max-height: 2em;
    --ere-sc-property-carousel-navigation-width: 20%;
    --ere-archiver-action-height: 34px;
    --ere-search-status-tab-bg-color: #2c2c2c;
    --ere-search-status-tab-text-color: #bababa;
    --ere-property-mini-search-form-width: 870px;
    --ere-property-mini-search-form-height: 60px;
    --ere-property-mini-search-form-bg-color: #fff;
    --ere-sc-property-slider-property-info-bg-color: rgba(255, 255, 255, 0.9);
    --ere-sc-property-slider-property-info-text-color: var(--ere-color-heading);
    --ere-loop-property-info-spacing: 15px;
    --ere-sc-property-slider-property-bg-color: rgba(34, 34, 34, 0.9);
    --ere-sc-property-slider-property-text-color: #fff;
    --ere-loop-property-status-color: var(--ere-color-accent-foreground);
    --ere-loop-property-status-bg-color: var(--ere-color-accent);
    --ere-sc-property-featured-layout-property-single-carousel-image-width: 48%;
    --ere-sc-property-featured-layout-property-single-carousel-image-spacing: 30px;
    --ere-sc-property-featured-layout-property-single-carousel-property-except-max-height: 3em;
    --ere-color-light-text-color: #bababa;
    --ere-color-light-heading-color: #fff;
    --ere-agent-list-image-width: 270px;
    --ere-agent-list-image-spacing: 30px;
    --ere-agent-social-wide: 35px;
    --err-agent-social-font-size: 14px;
    --ere-loop-list-agent-except-max-height: 5em;
    --ere-rating-color: var(--ere-color-accent);
    --ere-map-height: 350px;
    --ere-tabs-bg: #222;
    --ere-tabs-text-color: #8f8f8f;
    --ere-tabs-card-header-bg-color: #f8f8f8;
    --ere-tabs-card-header-text-color: #222;
    --ere-tabs-card-header-font-size: 16px;
    --ere-agency-image-width: 270px;
    --ere-agency-image-spacing: 30px;
    --ere-body-line-height: 1.6;
    --ere-loop-agency-desc-max-height: 2em;
    --ere-btn-step-height: 34px;
    --ere-btn-step-bg-color: #222;
    --ere-btn-step-text-color: #fff;
    --ere-btn-step-active-bg-color: var(--ere-color-accent);
    --ere-btn-step-active-text-color: var(--ere-color-accent-foreground)
}
.slider-over-search {
  position: absolute;
    bottom: 40px;
    z-index: 999;
    margin-top: -150px;
    z-index: 999;
    /* display: table-row-group; */
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.slider-over-search .form-search-inner {
  
}
.font-page-slider .form-group:nth-child(1) {
    display: none;
}
.font-page-slider .form-search-wrap.form-search-wrap {
    position: relative;
}

.font-page-slider .form-search-wrap.form-search-wrap .select2-container .select2-selection--single, .font-page-slider .form-search-wrap.form-search-wrap input,.form-search-wrap.form-search-wrap select {
    border-color: var(--ere-property-search-form-border-color);
    color: var(--ere-property-search-form-text-color)
}

.font-page-slider .form-search-wrap.form-search-wrap, .font-page-slider .form-search-wrap.form-search-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--ere-property-search-form-text-color)
}

.font-page-slider .form-search-wrap.form-search-wrap input:-moz-placeholder {
    color: var(--ere-property-search-form-text-color)
}

.font-page-slider .form-search-wrap.form-search-wrap input::-moz-placeholder {
    color: var(--ere-property-search-form-text-color)
}

.font-page-slider .form-search-wrap.form-search-wrap input:-ms-input-placeholder {
    color: var(--ere-property-search-form-text-color)
}

.font-page-slider .form-search-wrap.form-search-wrap input::-webkit-input-placeholder {
    color: var(--ere-property-search-form-text-color)
}

.font-page-slider .form-search-wrap.form-search-wrap .btn-other-features {
    cursor: pointer;
    font-weight: 600;
    color: var(--ere-color-heading)
}

.font-page-slider .form-search-wrap.form-search-wrap .btn-other-features i {
    background: var(--ere-color-accent);
    color: var(--ere-color-accent-foreground);
    margin-right: 5px;
    padding: 3px
}

.font-page-slider .ere-property .property-link-detail a,.font-page-slider .form-search-wrap.form-search-wrap .other-features-list h4 {
    color: var(--ere-color-heading)
}

.font-page-slider .form-search-wrap.form-search-wrap .submit-search-form {
    text-align: right;
    margin-left: auto
}

.font-page-slider .ere-search-status-tab {
  text-align: center;
  margin-bottom: 0px;
  background: none;
}
.font-page-slider .ere-search-status-tab-inner {
  display: inline-flex;
}
.font-page-slider .form-search {
  background: #E4E4E475;
  padding: 30px 15px;
}
.slider-over-search .form-group {
  margin-bottom: 0;
}
.ere-search-status-tab .active {
  background-color: var(--theme-primary-color) !important;
}
.font-page-slider .ere-search-status-tab button {
    vertical-align: top;
    height: 44px;
    line-height: 1;
    border: 0;
    background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--ere-search-status-tab-text-color)
}

.font-page-slider .btn-status-filter {
  background-color: #303441;
  color: white !important;
  font-size: 12px;
}
.font-page-slider .ere-advanced-search-btn {
  background-color: var(--theme-primary-color) !important;
  width: 100%;
  color: #fff;
  border: none;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  padding: 11px;
}
.font-page-slider select {
  background-color: #fff !important;
  font-size: 13px;
  height: 46px;
  color: #222;
}

/**
====================================================================
  Home city section
====================================================================
*/

.home-city-grid {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f3f3f3;
}

.home-section-head {
  text-align: center;
}

.home-section-head-left-content h3 {
  font-weight: 700;
  font-size: 2rem;
}
.home-section-head-left-content p {
  font-size: 13px;
}

.home-city-section-content {
  background-color: white;
  padding: 15px;
  margin-top: 60px;
  border-radius: 10px;
}
.home-city-single {
  display: flex;
  padding-bottom: 15px;
  padding-top: 15px;

}
.home-city-single-image {
  
}
.home-city-single img{
  max-width: 100px;
  height: auto;
  width: 100px;
  height: 80px;
}
.home-city-single-title {
  padding-left: 15px;
}
.home-city-single-title h4 {
  font-size: 14px;
  margin-bottom: 3px;
}
.home-city-single-title a {
  color: #333;
}
.home-city-single-title a:hover {
  color: var(--theme-primary-color) !important;
}
.home-city-single-title p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  color: #777;
}

.cityswiper {
  position: relative;
}
.home-city-section-content {
  position: relative;
}
.home-city-grid {
  position: relative;
}
/**
====================================================================
  Home properties section
====================================================================
*/

.home-property-grid {
  padding-top: 150px;
  padding-bottom: 100px;
  background: #fff;
}
.home-property-section-content {
  padding-top: 50px;
}
.home-property-single-grid {
  padding-bottom: 60px;
}
.home-property-single-grid-content {
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 4px 2px #ebebeb;
}
.home-property-single-grid-image {
  position: relative;
  padding: 10px;
}
.home-property-single-grid-image-featured {
  position: absolute;
  background-color: var(--theme-primary-color);
  padding: 5px 10px;
  color: #fff;
  top: 20px;
  left: 20px;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
}
.home-property-single-grid-image-rent {
  position: absolute;
  background-color: #1D293E;
  padding: 5px 15px;
  color: #fff;
  top: 20px;
  right: 20px;
  font-weight: 500;
  font-size: 13px;
}
.home-property-single-grid-image-icons {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.home-property-single-grid-image-icons-icon {
  display: inline-flex;
  background-color: #1D293E;
  padding: 10px;
  color: #fff;
  margin-right: 10px;
  webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home-property-single-grid-image-icons-icon:hover {
  background-color: var(--theme-primary-color);
  color: #fff;
}
.home-property-single-grid-meta {
  padding: 15px;
  padding-top: 0;
  padding-bottom: 20px;
}
.home-property-single-property-type,
.home-property-single-property-type a {
  color: var(--theme-primary-color);
  font-size: 14px;
}

.home-property-single-property-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
  line-height: 1;
  font-weight: 600;
}
.home-property-single-property-title a{
  color: #474747;
  font-size: 18px;  
}
.home-property-single-property-title a:hover{
  color: var(--theme-primary-color);
}
.home-property-single-grid-address {
  color: #676767;
  display: flex;
  font-size: 12px;
  align-items: baseline;
}
.home-property-single-grid-address i{
  padding-right: 8px;
}
.home-property-single-grid-address p{
  margin: 0;
}

.home-property-single-grid-meta .property-price {
  color: var(--theme-primary-color) !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
.home-property-single-grid-meta .property-price-postfix {
  color: #676767;
  font-size: 13px;
  font-weight: 500;
  padding-left: 5px;
}
.home-property-single-grid-amins {
  display: flex;
}
.home-property-single-grid-amins-meta {
  flex: auto;
  font-size: 13px;
  color: #484848;
}
.home-property-single-grid-author {
  border-top: 1px solid #ddd;
  display: flex;
  padding: 10px;
  padding-top: 10px;
}
.home-property-single-grid-author p {
  color: #474747;
  font-size: 13px;
}
.home-property-single-grid-author-content {
  display: flex;
  flex: auto;
  align-items: center;
}
.home-property-single-grid-author-content img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.home-property-single-grid-author p{
  margin-bottom: 0;
}
.home-property-single-grid-date {
  align-items: center;
  display: flex;
}
.home-section-property-more {
  text-align: center;
  width: unset;
  margin: 0 auto;
  margin-top: 50px;
}
.home-section-property-more a{
  text-align: center;
  background-color: var(--theme-primary-color);
  padding: 15px 25px;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  font-weight: 500;
}
/**
====================================================================
  Home blog grid section
====================================================================
*/
.home-blog-grid {
  padding-top: 150px;
  padding-bottom: 100px;
  background: #f3f3f3;
}

.home-blog-grid-content {
  margin-bottom: 50px;
}
.home-blog-grid-content img{
  max-width: 100%;
  border-radius: 5px 5px 0 0;
}

.home-blog-head-left-content {
  position: relative;
  padding: 0 0 0 20px;
}

.home-blog-head-left-content h3{
  font-size: 28px;
  font-weight: 700;
}
.home-blog-head-left-content p{
  font-size: 13px;
  margin-bottom: 0;
}

.home-blog-grid-title {
  background: #fff;
  box-shadow: 0px 2px 6px 0px #d6d6d6;
  padding: 20px;
  padding-top: 30px;
  position: relative;
  border-radius: 0px 0px 5px 5px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}


.home-blog-grid-title h4 a{
  font-size: 18px;
  font-weight: 600;
  color: #222;
  transition: all .3s ease-in-out .3s;
}

.home-blog-grid-title h4 a:hover {
  color: var(--theme-primary-color);
}

.home-blog-grid-title h4 {
  margin-bottom: 20px;
}
.home-blog-grid-title p{
  font-size: 13px;
  color: #666;
}

.home-blog-grid-icons {
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

.home-blog-grid-icons i{
  color: var(--theme-primary-color);
  padding-right: 10px;
}
.home-blog-grid-icons span {
  padding-right: 20px;
  font-size: 12px;
}

.home-blog-grid-title br:after {
    border-bottom:1px dashed black;
    content: "";
    display: block;
}

.home-blog-grid-content:hover .home-blog-grid-content img {
  
}

.home-blog-grid-content:hover .home-blog-grid-title {
 
}

.home-blog-grid-meta {
  padding-bottom: 20px;
}

.home-blog-grid-meta span {
  font-size: 14px;
  padding-right: 15px;
  color: var(--theme-primary-color);
  font-weight: 300;
}
.home-blog-grid-meta span i{
  padding-right: 8px;
}

.home-blog-content {
  padding-top: 50px;
}


/* Shine */

.hover14 figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.hover14 figure img{
  height: auto;
}
.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover14 figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

/**
====================================================================
  Breadcrumb
====================================================================
*/


.breadcrumb-background {
  min-height: 350px;
  background-size: cover !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumb-overlay {
  /** position: absolute; */
  left: 0;
  top: 0;
  background: #00000099;
  width: 100%;
  height: -webkit-fill-available;
  min-height: 350px;
  display: flex;
  align-items: center;
}

.breadcrumb-content {
  text-align: center;
    text-align: center;
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    color: #fff;
    vertical-align: center;
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    flex-direction: column;
}

.breadcrumb-links a{
  color: var(--theme-primary-color) !important;
}


.breadcrumb-links ul li {
  display: inline-block;
  font-size: 13px;
}

.breadcrumb-links ul li a {
  display: inline-block;
  color: #fff;
  padding-right: 5px;
}

.breadcrumbs ul li::after {
    content: "/";
    padding-right: 5px;
}

.breadcrumbs .trail-end::after {
  content: "";
}

.content-head {
  border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  min-height: 120px;
  margin-bottom: 10px;
}
.content-head h1 {
  text-align: center;
  font-size: 26px;
  line-height: 70px;
  font-weight: bold;
}

.breadcrumb-slim .breadcrumb-background{
  min-height: 100px;
  background: #f2f2f2;
}
.breadcrumb-slim .breadcrumb-overlay {
  position: unset;
  background: none;
  text-align: initial;
}
.breadcrumb-slim .breadcrumb-content {
  position: unset;
  transform: none;
  text-align: initial;
  padding-top: 40px;
  padding-bottom: 40px;
}
.breadcrumb-slim .breadcrumb-links{
  text-align: initial;
}
.breadcrumb-slim .breadcrumb-links span{
  color: #444;
  font-size: 12px;
}

.breadcrumb-title a{
  display: none;
}
.breadcrumb-title ul li::after {
  content: none;
}

/**
====================================================================
  main area
====================================================================
*/
.content-area {
  padding-top: 100px;
  padding-bottom: 100px;
}

.property-archive-page .paging-navigation {
  text-align: center;
  padding-top: 40px;
}
.property-archive-page .paging-navigation .page-numbers{
  padding: 10px 20px;
}
.property-archive-page .paging-navigation a{
  color: var(--theme-primary-color) !important;
}
.property-archive-page .paging-navigation .page-numbers.current,
.property-archive-page .paging-navigation a:hover {
  background-color: var(--theme-primary-color) !important;
  text-align: center;
  border-radius: 7px;
  color: #fff;
}
.property-archive-page .paging-navigation a:hover {
  color: #fff !important;
}

.blog-single-section {
  background: #fff;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.blog-single .index-post-list-single h2, 
.blog-single .index-post-list-single .index-post-meta, 
.blog-single .index-post-list-single .index-post-meta-author {
  padding-right: 0;
  padding-left: 0;
}

.ere-property.property-grid .property-inner {
  background: #fff !important;
}
/**
====================================================================
  Single Property
====================================================================
*/
.single-property-cover {
  padding-top: 50px;
}
.single-property-slider-title {
  padding-bottom: 40px;
}

.single-property-slider-content img {
  padding: 0 !important;
}
.single-property-title-address {
  display: flex;
  align-items: baseline;
}
.single-property-title-address img{
  max-width: 12px;
  height: auto;
  margin-right: 10px;
}
.single-property-title-address a{
  color: var(--theme-primary-color) !important;
  font-size: 13px;
}
.single-property-right{
  position: relative;
  text-align: right;
}
.single-property-left h2{
  font-size: 1.7rem;
  font-weight: 600;
}
.single-property-right .property-price{
  font-size: 1.7rem;
  font-weight: 600;
}
.single-property-right .property-price .property-price-postfix {
  font-size: 12px;
  font-weight: 400;
  color: var(--theme-primary-color);
}
.single-property-right .home-property-single-grid-image-featured{
  position: unset;
  width: max-content;
}
.property-top-right-icons a {
  color: #666;
  padding: 2px 10px;
  border: 1px solid #eee;
}


/**
====================================================================
  Blog Index
====================================================================
*/
.content-area {

}
.index-post-list {

}
.index-post-list-single {
  position: relative;
  border-bottom: 1px solid #eee;  
  margin-bottom: 40px;
  background: #fff;
  padding-bottom: 25px;
}

.index-post-list-single h2,
.index-post-list-single .index-post-meta,
.index-post-list-single .index-post-meta-author {
  padding-left: 15px;
  padding-right: 15px;
}
.index-post-list-single img {
  height: auto;
  max-width: 100%;
}
.index-meta-calender {
  position: absolute;
  margin: -12px 0 0 20px;
}
.index-meta-calender span{
  font-size: 13px;
  padding: 10px 20px;
  background: var(--theme-primary-color);
  color: #fff;
  border-radius: 15px;

}
.index-meta-calender i{
  padding-right: 5px;
}
.index-post-list-single h2,
.index-post-list-title{
  color: #212529;
  font-size: 22px;
  font-weight: 600;
  padding-top: 40px;

}
.index-post-list-title:hover {
  color: var(--theme-primary-color);
}
.index-post-meta span {
  font-size: 12px;
  padding-right: 30px;
  color: #777;
}
.index-post-meta span a{
  color: #777;
}
.index-post-meta span i{
  padding-right: 5px;
}
.index-post-meta span a:hover{
  color: var(--theme-primary-color);
}
.index-post-meta p {
  font-size: 13px;
  color: #666;
  padding-top: 18px;
  line-height: 1.8;
}
.index-post-meta-author {
  display: flex;
}
.index-post-meta-author span{
  display: flex;
  flex: auto;
}
.index-post-meta-author .author {
  align-items: center;
}
.index-post-meta-author .author img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  border-radius: 50%;
}
.index-post-meta-author .author a{
  color: #444;
  font-size: 12px;
}
.index-post-meta-author .read-more {
  text-align: right;
  flex: none;
}
.index-post-meta-author .read-more a{
  color: #444;
  border: 1px solid var(--theme-primary-color);
  padding: 10px 30px;
  display: block;
  margin: auto;
  text-align: right;
  font-size: 12px;
  border-radius: 7px;
}
.index-post-meta-author .read-more a:hover {
  background-color: var(--theme-primary-color);
  color: #fff;
}
.index-post-meta-author .read-more i{
  padding-right: 10px;
}
.single-post-content p{
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 40px;
}
.single-tags a{
  color: #fff;
  background: var(--theme-primary-color);
  margin-right: 10px;
  padding: 4px 9px;
  margin-bottom: 20px;
  font-size: 12px;
}


.ere-archive-property .col-gap-0 .ere-item-wrap {
  padding-right: 15px;
  margin-bottom: 30px !important;
}

.home-property-single-grid-address a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.property-info-action .property-info>div p {
  font-size: 12px;
}

.property-info-action .property-action .property-action-inner>a, 
.property-info-action .property-action .social-share {
  width: 30px !important;
  height: 30px !important;
  border-radius: 0 !important;
}
.property-info-action .property-action .property-action-inner>a i, 
.property-info-action .property-action .social-share-hover>i {
  line-height: 30px !important;
  font-size: 13px !important;
}

.single-post .single-post-content a,
.comment-text a{
    color: var(--theme-primary-color) !important;
    text-decoration: underline !important;
}
/**
====================================================================
  Comments
====================================================================
*/
.comment-title p{
  float: left;
  font-size: 20px;
  padding: 0 10px 0 0;
}
.comment-title hr{
  margin: 16px 0;
}
.comment-box input{
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  margin-left: 0;
  margin-bottom: 20px;
  border: 1px solid #a9a9a9;
}
.comment-box textarea{
  width: 100%;
  margin-top: 30px;
  height: 250px;
  margin-bottom: 20px;
  border: 1px solid #a9a9a9;
}
.comment-textbox textarea{
  width: 100%;
  min-height: 200px;
  margin-bottom: 20px;
  border: 1px solid #a9a9a9;
}
.comment-form input[type="submit"] {
  padding: 10px 30px;
  background: var(--theme-primary-color);
  border: none;
  box-shadow: 5px 5px 5px grey;
  color: white;
  font-size: 19px;
}
.comments ol{
  list-style: none;
  padding: 0;
}
.comment {
  margin: 15px 0 30px 0;
}
.comment-author img{
  float: left;
  border: 2px solid #f1f1f1;
  padding: 2px;
}
.comment-content {
  margin-left: 85px;
}
.comment-meta a{
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  font-style: normal;
  color: #4C4C4C;
  padding: 0;
}
.comment-meta p {
  color: #d0d0d0;
}
.comment-text {
  margin-bottom: 20px;
  margin-top: 20px;
}
.comment-reply-link{
  text-decoration: none;
  color: #d0d0d0 !important;
}
.comment-reply-link:hover {
  text-decoration: underline;
  color: #d0d0d0;
}
.comments ol ul li, .comments ol li ul li {
  list-style: none;
}
.comments .w-title {
  font-size: 20px;
}
.comment-notes, .logged-in-as{
  font-size: 13px !important;
}
.comment-notes .required, .comment-box .required{
  color: red;
}

/**
====================================================================
  Sidebar
====================================================================
*/

.sidebar .widget {
  background: #fff;
  padding: 15px;
  margin-bottom: 40px;
}
/**
====================================================================
  Footer
====================================================================
*/
.footer {
  color: #fff;
  font-size: 14px;
}
.footer a{
  color: #fff;
  font-size: 14px;
}
.footer-background {
  background: #111111;
  background-size: cover;
}
.footer-overlay {
  background-color: #000000d1;
  padding-top: 100px;
}

.footer .w-title {
  font-size: 1.15rem;
}

#scroll {
  position:fixed;
  right:10px;
  bottom:10px;
  cursor:pointer;
  width:50px;
  height:50px;
  background-color: var(--theme-primary-color);
  text-indent:-9999px;
  display:none;
  -webkit-border-radius:60px;
  -moz-border-radius:60px;
  border-radius:60px
}
#scroll span {
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-8px;
  margin-top:-12px;
  height:0;
  width:0;
  border:8px solid transparent;
  border-bottom-color:#ffffff;
}
#scroll:hover {
  background-color:#e74c3c;
  opacity:1;filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
}

.wi-title {
  padding-bottom: 30px;
}
.footer .wi-title {
  padding-bottom: 40px;
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.widget ul li a {
  text-decoration: none;
  font-weight: 500 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer .widget ul li a {
  color: #fff;
}
.widget a:hover {
  color: var(--theme-primary-color) !important;
}

.widget.widget_nav_menu ul li a:after, 
.widget.widget_archive ul li a:after, 
.widget.widget_categories ul li a:after,
.widget.widget_recent_comments ul li a:after {
    content: "\f101";
    color: var(--theme-primary-color) !important;
    bottom: 0;
    font-style: normal;
    float: left;
    font-family: "FontAwesome";
    margin-right: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
}

.widget ul li {
  position: relative;
  padding: 5px 0;
  list-style: none;
}

.three h3 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.three h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: var(--theme-primary-color) !important;
}
.three h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: var(--theme-primary-color) !important;
}

.footer-credits {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: #bbb;
}

/*####### standard WordPress css requirements #######*/
.wp-caption {
  background: #FAFAFA;
  padding: 5px;
  border:1px solid #eee;
  border-radius: 3px;
  max-width: 100%;
}
.wp-caption-text{
  font-size: 13px !important;
  margin: 0 !important;
  text-align: center;
}
.alignright {
  background: #FAFAFA;
  padding: 5px;
  border:1px solid #eee;
  border-radius: 3px;
  float: right;
  margin: 5px 0 10px 15px;
}
.alignleft {
  background: #FAFAFA;
  padding: 5px;
  border:1px solid #eee;
  border-radius: 3px;
  float: left;
  margin: 5px 15px 10px 0px;
}
.aligncenter {
  background: #FAFAFA;
  padding: 5px;
  border:1px solid #eee;
  border-radius: 3px;
  margin: 15px auto;
  }


.gallery-caption {

}
.sticky{
  border: 3px solid orange;
  border-radius: 10px 10px 0 0;
}

@media (max-width: 1200px) {
  .hotel-booking-search input, 
  .hotel-booking-search select, 
  .hotel-booking-search textarea, 
  .hotel-booking-search button {
    font-size: 12px;
  }

  .hb-form-field {
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  .hotel-booking-search input, 
  .hotel-booking-search select, 
  .hotel-booking-search textarea, 
  .hotel-booking-search button {
    font-size: 12px;
  }

  .hb-form-field {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 49%;
  }

  .hb-form-table {
    width: 100%;
    float: none;
  } 

  .font-page-slider .hb-submit {
    float: none;
    width: 100%;
  }
  .slider-meta {
    height: 100% !important;
  }
  .sidr p a {
    color: #333;
  }
  .sidr .sidr-inner>p {
    color: #333;
  }
  .top-bar-text-single {
    display: none;
  }
  .top-bar-phone {
    display: inline-flex;
  }
  .top-bar-phone span, .top-bar-left span {
    border: none;
  }
}

@media (max-width: 768px) {
  .hotel-booking-search input, 
  .hotel-booking-search select, 
  .hotel-booking-search textarea, 
  .hotel-booking-search button {
    font-size: 12px;
  }

  .hb-form-field {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }

  .hb-search-form {
    background-color: #fff;
  }

  .hb-form-table {
    width: 100%;
    float: none;
  } 
  .font-page-slider .hb-submit {
    float: none;
    width: 100%;
  }

  .slider-headings {
    font-size: 1.3em;
  }

  .slider-content p {
    font-size: 13px;
    padding-top: 10px;
  }
  .front-page-search {
    bottom: 30px;
  }

  .slider-over-search {
    position: static;
    margin-top: 0;
  }
  .slider-single-icons {
    display: none;
  }
  .slider-single-address {
    display: none;
  }
  .slider-headings {
    font-size: 15px;
  }
  .slider-price,
  .slider-price-value {
    font-size: 12px !important;
  }
  .font-page-slider .form-search {
    column-count: 2;
  }
  .slider-over-search .form-group {
    margin-bottom: 15px;
  }
  .sidr p a {
    color: #333;
  }
  .social-links {
    display: none;
  }
}

@media (max-width: 480px) {
  .slider-headings {
    font-size: 1.3em;
  }
  .front-page-search {
    bottom: 30px;
  }
}

/* ====================== [ Start Slider ] ====================== */

.slider {
  position: relative;
}
.o-hidden {
    overflow: hidden;
}

.slider .swiper-slide-active {
  z-index: 3;
}

.slider .parallax-slider {
  position: relative;
}

.slider .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 105vh;
  padding: 80px 0;
}

.slider .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}

.slider .parallax-slider .swiper-slide-active .caption h1 {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider .parallax-slider .swiper-slide-active .caption h1 .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(40ms * var(--char-index));
  animation-delay: calc(40ms * var(--char-index));
}

.slider .parallax-slider .swiper-slide-active .caption .thin,
.slider .parallax-slider .swiper-slide-active .caption .btn-curve,
.slider .parallax-slider .swiper-slide-active .caption p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider .parallax-slider .caption .splitting .whitespace {
  width: 10px;
}

.slider .parallax-slider .caption h1 {
  font-size: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s,
 visibility .5s;
  -o-transition: opacity .5s,
 visibility .5s;
  transition: opacity .5s,
 visibility .5s;
}

.slider .parallax-slider .caption p {
  color: #eee;
  margin-top: 15px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.slider .setone {
  position: absolute;
  bottom: 8%;
  right: 40px;
  z-index: 8;
}

.slider .setone .swiper-nav-ctrl {
  color: #ccc;
  font-size: 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin: 5px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: static;
}

.slider .setone .swiper-nav-ctrl:after {
  display: none;
}

.slider .setone.setwo {
  position: static;
}

.slider .setone.setwo .swiper-nav-ctrl {
  border-radius: 50%;
}

.slider .setone.setwo .next-ctrl {
  position: absolute;
  top: 50%;
  right: 30px;
}

.slider .setone.setwo .prev-ctrl {
  position: absolute;
  top: 50%;
  left: 30px;
}

.slider .swiper-pagination-fraction.top {
  position: absolute;
  right: 15%;
  left: auto;
  bottom: auto;
  top: 20%;
  width: auto;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}

.slider .swiper-pagination-fraction.top .swiper-pagination-current {
  font-size: 55px;
  font-weight: 700;
  position: relative;
  color: transparent;
  -webkit-text-stroke: .5px #fff;
}

.slider .swiper-pagination-fraction.top .swiper-pagination-current:after {
  content: '/';
  color: #fff;
  position: relative;
  margin: 0 10px;
  font-size: 12px;
  font-weight: 100;
}

.slider .swiper-pagination-fraction.top.botm {
  top: auto;
  bottom: 100px;
  right: 40px;
}

.slider .social-icon {
  position: absolute;
  left: 40px;
  bottom: 100px;
  z-index: 8;
}

.slider .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 13px;
}

.slider .social-icon a:hover {
  background: #fff;
  color: #23262d;
}

.slider .curve-buttom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 9;
}

.slider .curve-buttom svg {
  width: 100%;
  height: 90px;
}

.fixed-slider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

header.full-height {
  min-height: 100vh;
  padding: 80px 0;
}

header.land2 {
  padding: 120px 0;
}

header.rshp {
  position: relative;
}

header.rshp .front {
  position: absolute;
  top: 0;
  right: 0;
  width: 55vw;
  height: 100vh;
  z-index: 3;
}

header .img.half-abs {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

header .img.half-abs .svg-img,
header .img.half-abs .svg-color {
  position: absolute;
  width: 100%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

header .img.half-abs .svg-color {
  z-index: -1;
  -webkit-transform: translateY(-50%) scale(1.03);
  -ms-transform: translateY(-50%) scale(1.03);
  transform: translateY(-50%) scale(1.03);
}

header .img.half-out {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

header .cover-bg {
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  height: 100%;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  z-index: 1;
}

header .mouse-to-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 30px;
  height: 50px;
  border: 1px solid #eee;
  border-radius: 30px;
  z-index: 5;
}

header .mouse-to-down:after {
  content: '';
  position: relative;
  display: block;
  margin: 15px auto 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

.agency-1 {
  min-height: 100vh;
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}

.agency-1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(60deg, #059dff, #36c6f0, #fb5343, #6549d5, #26f13f, #76a3f3);
  background: -o-linear-gradient(60deg, #059dff, #36c6f0, #fb5343, #6549d5, #26f13f, #76a3f3);
  background: linear-gradient(30deg, #059dff, #36c6f0, #fb5343, #6549d5, #26f13f, #76a3f3);
  background: -webkit-linear-gradient(60deg, #b69be5, #7554d2, #f76e8f, #df563f, #c1c6d2, #71778f);
  background: -o-linear-gradient(60deg, #b69be5, #7554d2, #f76e8f, #df563f, #c1c6d2, #71778f);
  background: linear-gradient(30deg, #b69be5, #7554d2, #f76e8f, #df563f, #c1c6d2, #71778f);
  opacity: .15;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.corporate {
  position: relative;
  min-height: 100vh;
}

.corporate .tab-img.current .caption h1,
.corporate .tab-img.current .caption .butn {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.corporate .caption {
  margin: 120px 0 170px;
}

.corporate .caption h1 {
  margin-bottom: 20px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

.corporate .caption h1 .under {
  position: relative;
  z-index: 2;
}

.corporate .caption h1 .under:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 15px;
  background: #fff;
  opacity: .2;
  z-index: -1;
}

.corporate .caption .butn {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
}

.corporate .caption p {
  font-size: 17px;
}

.corporate .bg-blur {
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 100%;
  position: relative;
  z-index: 5;
}

.corporate .cluom {
  position: relative;
  padding: 0;
  z-index: 2;
}

.corporate .cluom:hover .info:after, .corporate .cluom.current .info:after {
  height: 100%;
}

.corporate .cluom .info {
  padding: 40px 10px 40px 20px;
  color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.corporate .cluom .info:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.07);
  z-index: -1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.corporate .glry-img,
.corporate .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.corporate .glry-img {
  overflow: hidden;
}

.corporate .glry-img .bg-img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  background-size: cover;
  background-position: center center;
}

.corporate .glry-img .bg-img.current {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  z-index: 4;
}

.arch-slider .parallax-slider .swiper-slide {
  min-height: calc(100vh - 100px) !important;
}

.arch-slider .parallax-slider .caption h5 {
  font-size: 50px;
  overflow: hidden;
}

.arch-slider .parallax-slider .caption h5 span {
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  color: #23262d;
}

.arch-slider .parallax-slider .caption h1 {
  font-size: 75px;
  letter-spacing: 2px;
}

.arch-slider .parallax-slider .caption p {
  padding-left: 80px;
  margin-left: 50px;
  position: relative;
}

.arch-slider .parallax-slider .caption p:after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  background: #eee;
  width: 40px;
  height: 2px;
}

.arch-slider .parallax-slider .explore {
  margin-left: auto;
}

.arch-slider .parallax-slider .explore a {
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.arch-slider .setting {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
}

.arch-slider .setting .swiper-button-next,
.arch-slider .setting .swiper-button-prev {
  font-size: 12px;
  color: #fff;
  background: #23262d;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  position: static;
  margin: auto;
}

.arch-slider .setting .swiper-button-next:after,
.arch-slider .setting .swiper-button-prev:after {
  display: none;
}

.arch-slider .setting .swiper-button-next {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.arch-slider .setting .swiper-pagination-bullets {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.arch-slider .setting .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 0 7px;
  position: relative;
  opacity: 1;
}

.arch-slider .setting .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.slide-img {
  min-height: 100vh;
}

.custom-curve.purple path {
  fill: #8667de;
}

header.simple-header {
  min-height: 75vh;
}

header.simple-header.elem h1 {
  font-size: 80px;
}

header.simple-header .path {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
}

header.simple-header .path a {
  position: relative;
  padding: 0 30px;
  opacity: .7;
}

header.simple-header .path a.active {
  opacity: 1;
}

header.simple-header .path a:last-of-type:after {
  display: none;
}

header.simple-header .path a:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -8px;
}

.home-bus .background {
  height: calc(100vh - 80px);
  width: calc(100% - 80px);
  margin-left: 40px;
  margin-top: 80px;
}

.home-bus1 .caption .sub-title {
  display: inline-block;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(238, 238, 238, 0.29);
}

.home-bus1 .play-button .vid {
  color: #fff;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(238, 238, 238, 0.29);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.home-bus1 .play-button .vid:hover {
  background: #fff;
  color: #23262d;
}

.home-bus1 .background {
  min-height: 100vh;
  padding: 80px 0;
}

.pg-header-bus {
  min-height: 75vh;
  padding: 80px 0;
}

.pg-header-corp .img-row .img1 img,
.pg-header-corp .img-row .img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.pg-header-corp .img-row .img1 {
  width: 45%;
  height: 240px;
  margin-right: 30px;
}

.pg-header-corp .img-row .img2 {
  width: 55%;
  height: 320px;
}

.pg-header-sipm {
  min-height: 50vh;
  padding: 80px 0;
}

.pg-header-sipm.pg-work {
  min-height: 70vh;
}

.works-header.bg-img {
  min-height: 85vh;
  padding-bottom: 100px;
}

.works-header.bg-img .item h6 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.works-header.bg-img .item p {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.works-header.bg-img .item p a {
  margin: 0 7px;
}

.works-header.bg-img .item p a:first-of-type {
  margin-left: 0;
}

.works-header.bg-img .item p a:last-of-type {
  margin-right: 0;
}

.works-header .img-wrapper {
  min-height: 80vh;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  pointer-events: none;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
  }
}

.slide-container  {
  display: flex;
  justify-content: center;
  align-items: center;
}
.text--blocks [data-scroll='out'] .char {
  visibility: hidden;
}
.text--blocks [data-scroll='in'] {
  overflow: hidden;
  position: relative;
}
.text--blocks [data-scroll='in'] .char {
  transition-delay: 0.5s;
}
.text--blocks [data-scroll='in']:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-animation: block 0.5s 0.25s both;
          animation: block 0.5s 0.25s both;
}
@-webkit-keyframes block {
  0% {
    transform: translate(-110%, 0);
  }
  45%, 55% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(110%, 0);
  }
}
@keyframes block {
  0% {
    transform: translate(-110%, 0);
  }
  45%, 55% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(110%, 0);
  }
}

.slider-text-container {
  height: 100vh;
  overflow: auto;
  overflow-x: hidden;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.slider .page {
  color: #fff;
  font-size: 3rem;
  text-align: center;
}

.text--enter [data-scroll='out'] .char {
  opacity: 0;
  transform: translate(0, -150%);
}
.text--enter .char {
  opacity: 1;
  transform: translate(0, 0);
}
.text--blocks [data-scroll='out'] .char {
  visibility: hidden;
}
.text--blocks [data-scroll='in'] {
  overflow: hidden;
  position: relative;
}
.text--blocks [data-scroll='in'] .char {
  transition-delay: 0.5s;
}
.text--blocks [data-scroll='in']:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-animation: block 0.5s 0.25s both;
          animation: block 0.5s 0.25s both;
}
@-webkit-keyframes block {
  0% {
    transform: translate(-110%, 0);
  }
  45%, 55% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(110%, 0);
  }
}
@keyframes block {
  0% {
    transform: translate(-110%, 0);
  }
  45%, 55% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(110%, 0);
  }
}

.slider-header-title {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}

.swiper-slide .overlay {
  left: 0;
  top: 0;
  background: #00000094;
  width: 100%;
  height: -webkit-fill-available;
}


.single-slider-title .char {
  display: inline-block;
  -webkit-animation-delay: calc(0.25s + var(--char-index) * 0.1s);
  animation-delay: calc(0.25s + var(--char-index) * 0.1s);
  transition: all 0.25s calc(0.25s + var(--char-index) * 0.1s);
}
.text--enter [data-scroll='out'] .char {
  opacity: 0;
  transform: translate(0, -150%);
}
.text--enter .char {
  opacity: 1;
  transform: translate(0, 0);
}

.front-page-banner .overlay {
  background: #00000069;

}
.static-slider-content {
  height: 100vh;
  display: flex;
    justify-content: center;
    align-items: center;
}
.front-page-banner .form-group {
}

.front-page-banner .slider-search [type=text] {
  border: none;
  height: 40px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  letter-spacing: 3px;
  border-radius: 0;
}

.front-page-banner .slide-head h2 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 75px;
  padding-right: 10px;
  padding-left: 10px;
  letter-spacing: 2px;
  font-size: 50px;
    font-weight: 900;
    text-shadow: 3px 3px 3px #646464;
}

.front-page-banner .slide-head p{
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 30px;
}

/* ====================== [ End Slider ] ====================== */

/* ====================== [ City Carousel ] ====================== */
.home-city-section-content .overlay {
  position: absolute;
}
.city-swiper-content {
  position: relative;
}
.city-swiper-content img{
  height: auto;
  min-height: unset;
}
.city-two {
  background-color: unset;
}
.news-slider__pagination {
  text-align: center;
  margin-top: 50px;
}
.news-slider__pagination .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  color: var(--theme-primary-color);
  opacity: 1;
  margin: 0 5px !important;
  border-radius: 20px;
  background-color: var(--theme-primary-color);
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
.news-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  color: var(--theme-primary-color);
  width: 100px;
  transition-delay: 0s;
}


.home-city-section-content .setone {
  position: absolute;
  bottom: 8%;
  right: 40px;
  z-index: 8;
}

.home-city-section-content .setone .swiper-nav-ctrl {
  color: #ccc;
  font-size: 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin: 5px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: static;
}

.home-city-section-content .setone .swiper-nav-ctrl:after {
  display: none;
}

.home-city-section-content .setone.setwo {
  position: static;
}

.home-city-section-content .setone.setwo .swiper-nav-ctrl {
  border-radius: 50%;
}

.home-city-section-content .setone.setwo .next-ctrl {
  position: absolute;
  top: 50%;
  right: -30px;
  color: #444;
  border: 1px solid #444;
}

.home-city-section-content .setone.setwo .prev-ctrl {
  position: absolute;
  top: 50%;
  left: -30px;
  color: #444;
  border: 1px solid #444;
}

.city-slider-name {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 3px;
}

.city-slider-property-count {
  color: #fff;
  background: var(--theme-primary-color);
  padding: 5px;
  font-size: 12px;
  position: absolute;
  top: 10px;
  left: 10px;
}

@media screen and (max-width: 576px) {
  .news-slider__pagination .swiper-pagination-bullet-active {
    width: 70px;
  }
}



.header-two {
  display: flex;
}

.header-two .home-section-head-left-content {
  display: flex;
  width: 100%;
}
.header-two .home-section-head-left-content h3{
  width: 50%;
  display: flex;
  text-align: start;

}
.header-two .home-section-head-left-content p{
  width: 50%;
  text-align: start;
  padding-left: 20px;
}
.font-page-slider .ere-map-result {
  height: 100vh;
}
.font-page-slider .ere-map-result img{
  max-width: 100%;
  height: auto;
}


/* Css for custom single property pages */
.single-property .content-area {
  background-color: #ebf7ff;
  padding-top: 0;
  margin-top: 40px;
}
.custom-single-property-header {
  background: #fff;
}
.custom-single-property-title {
  color: #0D1741;
  font-weight: 800;
  font-size: 32px;
}

.property-single-grid-address {
  margin-top: 15px;
}

.property-single-grid-address img {
  width: 12px;
  height: auto;
  padding-bottom: 5px;
  margin-right: 5px;
}
.property-single-grid-address span {
  font-size: 14px;
  color: #555555;
}
.custom-single-property-meta {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.custom-single-property-meta-single-image {
  align-content: end;
}
.custom-single-property-meta-single img {
  width: 40px;
  height: auto;
}
.custom-single-property-meta-single {
  display: flex;
  padding-right: 40px;

}
.custom-single-property-meta-single-content {
  align-content: end;
}
.custom-single-property-meta-single-content p{
  margin-bottom: 0;
  padding-left: 10px;
  color: #0D1741;
  font-size: 13px;
}
.custom-single-property-meta-count {

}

.custom-single-property-price {
  display: flex;
  justify-content: flex-end;
}
.custom-single-property-status {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;

}
.custom-single-property-social-share {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;

}
.custom-single-property-price .property-price{
  color: #0C1740;
  font-size: 32px;
  font-weight: 900;
  font-weight: bolder;
}

.custom-single-property-price .property-price-postfix {
  font-size: 15px;
  font-weight: 500;
  color: #555;
}

.custom-single-property-price .property-price-prefix {
  font-size: 15px;
  font-weight: 500;
  color: #555;
}

.custom-single-property-status-type {
  padding: 8px 15px;
  background: #0C1740;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 15px;
}
.custom-single-property-status-feature {
  padding: 8px 15px;
  background: var(--ere-color-accent);
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 15px;
}
.custom-single-property-social-share {

}
.custom-single-property-social-share .ere__loop-property_action-item {
  background: #fff;
  border: 1px solid #BBBBBB;
  color: #555;
  border-radius: inherit;

}

.custom-single-property-content {
  background: #ebf7ff;
  margin-top: 10px;
  padding-top: 30px;
}
.single-property-element  {
  background: #fff;
  margin-bottom: 15px !important;
  padding: 15px;
}
@media (max-width: 768px) {
  .custom-single-property-meta-single {
    padding-right: 25px;
  }
  .custom-single-property-meta-single img {
    width: 25px;
    height: auto;
  }
  .custom-single-property-meta-single-content p{
    font-size: 10px;
    padding-left: 5px;
    line-height: 10px;
  }
  .custom-single-property-price {

  }
}
@media (max-width: 991px) {
  .custom-single-property-price {
    flex-flow: wrap;
  }
}

.ere-heading-style2 h2 {
  position: relative;

}
.custom-single-sidebar-widget {
  background: #fff;
  border: 1px solid #ddd;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}
.custom-single-agent-contact {
  padding-top: 0;
}
.custom-single-sidebar-author-image {
  background-position: top center;
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background-size: 100%;
  border-radius: 50%;
  background-color: #ffffff85;
  width: 140px;
  text-align: center;
  margin: 0 auto;
}
.custom-single-sidebar-author-image-area {
  position: relative;
  padding: 25px;
  background: var(--theme-primary-color);
}
.custom-single-sidebar-author-image:before {
    padding-top: 100%;
    display: block;
    content: "";
}
.custom-single-sidebar-author-image:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    border-radius: 50%;
  }

  .custom-single-sidebar-author-meta-zone {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

.custom-single-sidebar-author-meta a{
  display: block;
  font-size: 17px;
  color: #0D1741;
}
.custom-single-sidebar-author-meta {

}
.custom-single-sidebar-author-meta-agent {
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.custom-single-sidebar-author-meta-agent-design {
  color: #555555;
}

.custom-single-agent-contact-email span{
  font-size: 13px;
}
.custom-single-agent-contact-number {
  font-size: 13px !important;
}
.custom-single-sidebar-meta-author-name {
  color: #fff;
  padding-left: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #ddd;
}

.custom-single-property-content .ere-heading-style2 h2 {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  font-size: 21px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 3px;
  padding: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
}

.custom-single-property-content .ere-heading-style2 h2:after, 
.custom-single-property-content .ere-heading:after {
  background: unset;
}

.custom-single-property-content .ere__property-location-item{
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.custom-single-property-content .ere__property-location-item strong{
  letter-spacing: 2px;
  font-weight: 600;
  color: #555;
  padding-bottom: 5px;
}

.custom-single-property-content .open-on-google-maps {
  background: var(--ere-color-accent);
    color: #fff !important;
    padding: 10px 20px;
    margin: 20px;
    border-radius: 5px;
}

.form-group {
  margin-bottom: 15px;
}

.custom-single-property-content .ere__agent-image,
.custom-single-property-content .ere__agent-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.single-property-sidebar .col-md-4 {
  width: 100%;
}
.single-property-sidebar .ere__agent-contact-btn-wrap {
  width: 100%;
}
@media (max-width: 991px) {
  .custom-single-property-price,
  .custom-single-property-status,
  .custom-single-property-social-share {
    justify-content: flex-start;
  }
  .custom-single-property-status span{
    margin-left: 0px;
    margin-right: 15px;
  }
  .custom-single-property-title {
    font-size: 20px;
  }
  .single-property-title-area-right {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
  }
}

/* ====================== [ Home Feature Box ] ====================== */
.our-service-sass {
  no-repeat center bottom;
  background-size: 100%;
  background-position: center;
  position: relative;
  padding: 15px 0 115px;
}

.theme-title-one .icon-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-img img {
  border-radius: 50%;
  padding: 10px;
  background-color: #ffffff36;
}
.icon-i {
  border-radius: 50%;
  padding: 10px;
  color: var(--theme-primary-color);

}
.our-service-sass .service-block .title a {
  font-size: 22px;
  line-height: 32px;
  color: #253d5f;
  margin-bottom: 30px;
}

.theme-title-one .icon-box {
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: inherit;
  font-style: normal;
  color: inherit;
}

.icon-img {
  /*float: left; */
  width: 100px;
  height: 100px;
  /* position: absolute; */
  top: 50px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

/************************/

.our-service-sass .inner-wrapper:after {
  content: url(../images/shape/shape-14.svg);
  position: absolute;
  bottom: -165px;
  right: -165px;
  z-index: -1;
}

.our-service-sass .service-block {
  background: #fff;
  border: 1px solid #eff7ff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 70px 30px 30px 30px;
  border: 1px solid #e6e4e4;
  margin-top: 45px;
}

.our-service-sass .service-block:before {
  content: "";
  width: 273px;
  height: 273px;
  background: #00a86b;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}

.our-service-sass .service-block:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}

.our-service-sass .service-block:hover {
  border-color: transparent;
}
.our-service-sass .service-block .icon-s {
  position: absolute;
  font-size: 65px;
  left: 40px;
  top: 52px;
}

.our-service-sass .single-block:nth-child(1) .service-block .icon-s {
  color: #6df7bc;
}

.our-service-sass .single-block:nth-child(2) .service-block .icon-s {
  color: #25e5eb;
}

.our-service-sass .single-block:nth-child(3) .service-block .icon-s {
  color: #ff4ca5;
}

.our-service-sass .service-block .title a {
  font-size: 22px;
  line-height: 32px;
  color: #253d5f;
  margin-bottom: 30px;
}

.our-service-sass .service-block p {
  color: #737f92;
  padding-bottom: 20px;
  text-align: center;
}

.our-service-sass .service-block .detail-button {
  font-size: 40px;
  color: #cad5e5;
}

.our-service-sass .service-block .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #006a4e;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}

.our-service-sass .service-block:hover .hover-content {
  opacity: 1;
}

.our-service-sass .service-block .hover-content:before {
  content: "";
  width: 493px;
  height: 493px;
  background: #119462;
  border-radius: 50%;
  position: absolute;
  top: -250px;
  left: -180px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.our-service-sass .service-block:hover .hover-content:before {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.9s linear;
}

.our-service-sass .service-block .hover-content:after {
  content: "";
  width: 602px;
  height: 602px;
  background: #007f5c;
  border-radius: 50%;
  position: absolute;
  top: -196px;
  left: -180px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.our-service-sass .service-block:hover .hover-content:after {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1.3s linear;
}

.our-service-sass .service-block .snow-dot {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.our-service-sass .service-block .snow-dot:nth-child(1) {
  top: 25px;
  left: 41%;
  z-index: 1;
  animation: scale-upOne 1s alternate infinite ease-in;
}

.our-service-sass .service-block .snow-dot:nth-child(2) {
  top: 25px;
  left: 78%;
  animation: scale-upOne 1.1s alternate infinite ease-in;
}

.our-service-sass .service-block .snow-dot:nth-child(3) {
  top: 75px;
  left: 61%;
  animation: scale-upOne 0.8s alternate infinite ease-in;
}

.our-service-sass .service-block .snow-dot:nth-child(4) {
  top: 136px;
  left: 84%;
  animation: scale-upOne 1s alternate infinite ease-in;
}

.our-service-sass .service-block .snow-dot:nth-child(5) {
  bottom: 35px;
  right: 12%;
  animation: scale-upOne 1.2s alternate infinite ease-in;
}

.our-service-sass .service-block .snow-dot:nth-child(6) {
  bottom: 80px;
  right: 31%;
  animation: scale-upOne 0.9s alternate infinite ease-in;
}

.our-service-sass .service-block .snow-dot:nth-child(7) {
  bottom: 40px;
  right: 51%;
  animation: scale-upOne 1s alternate infinite ease-in;
}

.our-service-sass .service-block:hover .detail-button,
.our-service-sass .service-block:hover .icon-s,
.our-service-sass .service-block:hover .title ,
.our-service-sass .service-block:hover p {
  color: #fff !important;
}

.theme-more-feature.our-service-sass .inner-wrapper:after,
.theme-more-feature.our-service-sass .inner-wrapper:before,
.theme-more-feature.our-service-sass:after,
.theme-more-feature.our-service-sass:before {
  display: none;
}

.our-service-sass.theme-more-feature {
  background: 0 0;
  padding: 165px 0 180px;
}

.our-service-app {
  position: relative;
  padding: 260px 0 200px;
  border-bottom: 1px solid #ededed;
}

.our-service-app .main-content {
  max-width: 1450px;
  padding: 0 15px;
  margin: 90px auto 0;
}

.our-service-app .main-content .inner-wrapper {
  text-align: center;
  position: relative;
  margin-top: 50px;
}

.our-service-app .main-content .inner-wrapper .title a {
  font-size: 24px;
  color: #4e4e4e;
  margin: 45px 0 30px;
}

.our-service-app .main-content .inner-wrapper:hover .title a {
  color: #614ef9;
}

.our-service-app .main-content .inner-wrapper p {
  line-height: 30px;
  padding: 0 50px;
  color: #8c929d;
}

.our-service-app .main-content .inner-wrapper .illustration-box {
  display: inline-block;
  position: relative;
  min-height: 230px;
}

.our-service-app
  .main-content
  .single-block:nth-child(1)
  .illustration-box
  .bg-shape,
.our-service-app
  .main-content
  .single-block:nth-child(3)
  .illustration-box
  .bg-shape {
  animation: rotated 35s infinite linear;
}

.our-service-app
  .main-content
  .single-block:nth-child(1)
  .illustration-box
  .block-shape-one {
  position: absolute;
  top: 42px;
  left: -16px;
}

.our-service-app
  .main-content
  .single-block:nth-child(1)
  .illustration-box
  .block-shape-two {
  position: absolute;
  top: 42px;
  right: 0;
}

.our-service-app
  .main-content
  .single-block:nth-child(1)
  .illustration-box
  .block-shape-three {
  position: absolute;
  bottom: 24px;
  right: 0;
}
.our-service-app
  .main-content
  .single-block:nth-child(1)
  .illustration-box
  [class*="block-shape"] {
  transform: scale(1.5);
}

.our-service-app
  .main-content
  .single-block
  .illustration-box
  [class*="block-shape"] {
  opacity: 0;
  transition: all 1.5s ease-in-out;
}
.our-service-app
  .main-content
  .single-block:nth-child(2)
  .illustration-box
  .block-shape-one {
  position: absolute;
  top: 120px;
  left: 26px;
  transform: scale(1.5);
}

.our-service-app
  .main-content
  .single-block:nth-child(2)
  .illustration-box
  .block-shape-two {
  position: absolute;
  top: 0;
  left: 120px;
  transform: scale(1.5);
}

.our-service-app
  .main-content
  .single-block:nth-child(2)
  .illustration-box
  .block-shape-three {
  position: absolute;
  top: 66px;
  right: 6px;
  transform: scale(1.5);
}

.our-service-app
  .main-content
  .single-block:nth-child(2)
  .illustration-box
  .block-shape-four {
  position: absolute;
  top: 52px;
  right: 63px;
  transform: translateY(30px);
}

.our-service-app
  .main-content.show-pr
  .single-block:nth-child(2)
  .illustration-box
  [class*="block-shape"] {
  opacity: 1;
  transform: scale(1);
}

.our-service-app
  .main-content.show-pr
  .single-block:nth-child(2)
  .illustration-box
  .block-shape-four {
  transform: translateY(0);
}
.our-service-app
  .main-content
  .single-block:nth-child(3)
  .illustration-box
  .block-shape-one {
  position: absolute;
  top: 7px;
  left: 45px;
  transform: scale(1.5);
}

.our-service-app
  .main-content.show-pr
  .single-block:nth-child(1)
  .illustration-box
  [class*="block-shape"],
.our-service-app
  .main-content.show-pr
  .single-block:nth-child(2)
  .illustration-box
  [class*="block-shape"],
.our-service-app
  .main-content.show-pr
  .single-block:nth-child(3)
  .illustration-box
  [class*="block-shape"] {
  opacity: 1;
  transform: scale(1);
}

.our-service-app
  .main-content
  .single-block:nth-child(2)
  .illustration-box:after,
.our-service-app
  .main-content
  .single-block:nth-child(2)
  .illustration-box:before {
  content: "";
  position: absolute;
  width: 145px;
  height: 1px;
  border-top: 1px dashed #e6e6e6;
  top: 45%;
}

.our-service-app
.main-content
.single-block:nth-child(2)
.illustration-box:before {
  right: -150px;
}

.our-service-app
  .main-content
  .single-block:nth-child(2)
  .illustration-box:after {
  left: -150px;
}

.our-service-app .main-content .more-button {
  display: block;
  width: 230px;
  line-height: 51px;
  border-radius: 30px;
  background: #614ef9;
  border: 2px solid #614ef9;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin: 100px auto 0;
  text-align: center;
}

.our-service-app .main-content .more-button:hover {
  background: #fff;
  color: #614ef9;
}

.our-service-app .main-content .down-arrow {
  display: block;
  width: 60px;
  height: 60px;
  box-shadow: 0 15px 20px 0 rgba(209, 218, 235, 0.35);
  background: #fff;
  border-radius: 50%;
  margin: 0 0 0 -30px;
  line-height: 60px;
  text-align: center;
  color: #7494b5;
  font-size: 20px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 1;
}

.our-service-app .main-content .down-arrow span {
  display: block;
  transform: rotate(-90deg);
}

.our-service-app .main-content .down-arrow:hover {
  color: #fff;
  background: #614ef9;
}

.our-service-sass .service-block .title {
  font-size: 22px;
  line-height: 32px;
  color: #253d5f;
  text-align: center;
}

/****************animation*************/

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bg-shape {
  -webkit-animation: rotate-center 5s linear infinite both;
  animation: rotate-center 5s linear infinite both;
  cursor: pointer;
}

@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}

@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
/* ====================== [ End Home Feature Box ] ====================== */

/* ====================== [ Call Feature ] ====================== */
.hg_close-bttn {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.hg-agent-box, .hg-call-number {
  transition: all .4s ease-in-out;
}
.hg-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000bf;
  z-index: 999999;
  transition: all 0.4s;
  cursor: pointer;
}
.hg-agent-img {
  width: 80px;
  display: inline-block;
  height: 80px;
}
.hg-agent-img img {
  border-radius: 10px;
}
.hg-agent-box {
  position: fixed;
  width: 300px;
  z-index: 999999;
  border-radius: 10px;
}
.hg-agent-info {
  padding: 30px;
  text-align: center;
}
.hg-agent-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: #ffff;
  margin-top: 15px;
}
.hg-agent-subtitle {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  color: #ffff;
}
.hg-agent-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 15px;
  color: #fff;
}
.hg-call-num {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  display: inline-block;
}
.hg-call-icon {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  margin-right: 8px;
}
.hg-call-icon:hover, .hg-call-num:hover{
  color: #fff;
}
.hg-agent-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hg-call-button-position {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 999999;
}
.hg-call-button {
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
  font-size: 20px;
  transition: all .4s ease-in-out;
  overflow: hidden;
}
.hg-call-number {
  margin-top: 15px;
  line-height: 1;
}
.hg-overlay {
  opacity: 0;
  visibility: hidden;
}
.hg-overlay.show-overlay {
  opacity: 1;
  visibility: visible;
}
.hg_show-bttn.show-btn-hide {
  opacity: 0;
  visibility: hidden;
}
.hg_close-bttn.close-btn-show {
  opacity: 1;
  visibility: visible;
}
.hg-call-button.show-call-button, 
.hg-call-button, .hg-call-button:hover {
  animation-iteration-count: infinite;
  animation-duration: 2s;
}
.theme-hg-callbutton .hg-call-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  transition: .2s;
  top: -7px;
  bottom: -7px;
  right: -7px;
  left: -7px;
  transition: .8s;
}
.theme-hg-callbutton .hg-call-button {
  background: var(--theme-primary-color);
  border-radius: 50%;
}
.theme-hg-callbutton .hg-call-button::before{
  content: '';
  border: none;
  border-radius: 50%;
  box-shadow: none;
  background: var(--theme-primary-color);
  animation: pulse-up 2s linear 0s infinite;
}
@keyframes pulse-up { 
  0%{
    transform: scale(.2);
  }
  50%{
    transform: scale(.9);
  }
  80%{
    transform: scale(1.2);
  } 
  100%{
    transform: scale(1.5);
    opacity: 0;
  } 
}
.theme-hg-callbutton .hg-agent-box {
  background: var(--theme-primary-color);
}
.theme-hg-callbutton .hg-agent-box {
  bottom: 170px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
}

.theme-hg-callbutton .hg-agent-box.show-agent-box {
  bottom: 250px;
  opacity: 1;
  visibility: visible;
}
/* ====================== [ End Call Feature ] ====================== */

/* ====================== [ Call to Action ] ====================== */

.home-call-to-action {
  position: relative;
}
.home-call-to-action-overlay {
    left: 0;
    top: 0;
    background: #00000099;
    width: 100%;
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.home-call-to-action-left {
  color: #fff;
}
.home-call-to-action-left h3{
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 32px;
}
.home-call-to-action-left p{
  font-size: 15px;
}

.home-call-to-action-right {
  text-align: center;
  
}

.home-call-to-action-right a{
  background-color: var(--theme-primary-color);
  color: #fff;
  padding: 30px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  padding: 13px 25px;
  display: inline-block;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 3px;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.home-call-to-action-right a:hover{
  background-position: 100% 0;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #ffffff;
  background: #222;
}

@media (max-width: 768px) {
  .home-call-to-action-left h3,
  .home-call-to-action-left p{
    text-align: center;
  }
  .home-call-to-action-right {
    margin-top: 50px;
  }
}
/* ====================== [ End Call to Action ] ====================== */

/* ====================== [ Home Counters ] ====================== */

.home-counters {
  padding-top: 100px;
  padding-bottom: 50px;
}
.home-counnters-text h3{
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 35px;
  color: #fff;
  text-align: center;
  letter-spacing: 3.4px;
}
.home-counnters-text p{
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.home-counters-conent {
  padding-top: 40px;
}
.home-counters-content-single {
  padding: 20px 20px;
  background: #00000080;
  display: flex;
  flex-direction: row;
  gap: 15px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.home-counter {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  flex: 1 0 calc(50% - 2px);
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.home-counter-name {
  color: #AE8551;
  font-size: 20px;
  font-weight: 600;
  flex: 1 0 calc(50% - 2px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (max-width: 768px) {
  .home-counter-name {
    flex: 1 0 calc(100%);
  }
  .home-counter {
    flex: 1 0 calc(100%);
  }
  .home-counters-content-single {
    flex-direction: column;
  }
}