﻿@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
# Topbar
# Main Menu
# Slider
# Banner
# Feature
# About
# Property Types
# Testimonials
# Propertis
# Popular Propertis
# Property Details
# Reviews
# Call To Action (CTA)
# Blog
	## Blog Details
	## Comments
# Subscribe
# Category
# Breadcumb
# Agents
# Location
# FAQ
# Gallery
# Login, Register Modal
# Contact
# Footer
# Compare

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

/*** 

====================================================================
	Common
====================================================================

***/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
 
:root {
  --thm-font: 'Outfit', 'Inter', sans-serif;
  --thm-headline-font: 'Outfit', 'Inter', sans-serif;
  --thm-base: #ffffff;
  --thm-base-rgb: 255, 255, 255;
  --thm-primary: #e3002a;
  --thm-primary-rgb: 252, 60, 60;
  --thm-secondary: #0000fe;
  --thm-secondary-rgb: 0, 0, 254;
  --thm-border: #EBF2F3;
}


@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeFromUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeFromUp {
  animation-name: fadeFromUp;
}

.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}

/*global area*/
/*----------------------------------------------------*/
.home {
  margin: 0;
  padding: 0;
  color: #555555;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.625;
  font-family: var(--thm-font);
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.home::selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.home::-moz-selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.container {
  max-width: 1200px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}

.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}

.ul-li-block ul li {
  list-style: none;
  display: block;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

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

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  box-shadow: none;
}

.relative-position {
  position: relative;
}

.pera-content p {
  margin-bottom: 0;
}

@keyframes zooming {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.05, 1.05);
  }

  100% {
    transform: scale(1, 1);
  }
}

.zooming {
  animation: zooming 18s infinite both;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin: 0;
  font-family: var(--thm-headline-font);
}

.mb-25 {
  margin-bottom: 25px;
}

.section-title span {
  font-size: 18px;
  font-weight: 700;
  color: var(--thm-primary);
  position: relative;
}

.section-title span:before {
  left: 0;
}

.section-title span:after {
  right: 0;
}

.section-title h2,
.section-title h3 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.125;
  padding: 15px 0px 20px;
}

.section-title h3 {
  font-size: 24px;
}

.section-title.title-style-two {
  max-width: 590px;
  margin: 0 auto;
}

.section-title.title-style-two span {
  color: var(--thm-primary);
}

.section-title.title-style-two span:after,
.section-title.title-style-two span:before {
  background-color: var(--thm-primary);
}

.section-title.title-style-two .title-watermark {
  left: 0;
  right: 0;
  top: -60px;
  opacity: 0.04;
  color: #53536c;
  line-height: 1;
  font-size: 100px;
  font-weight: 900;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
}

.scrollup {
  width: 45px;
  right: 15px;
  z-index: 5;
  height: 45px;
  bottom: 20px;
  display: none;
  position: fixed;
  line-height: 45px;
  background-color: var(--thm-primary);
}

.scrollup i {
  color: #fff;
}

.footer-widget .footer-logo-widget .footer-logo-btn,
.subscribe-widget-content .subscribe-form button,
.registration-content-2 .registration-text-2 a,
.cta-section-text a,
.property-item-section .property-item-btn,
.property-more-btn,
.property-type-section .property-type-btn,
.banner-search-section button,
.banner-text .banner-btn a,
.slider-main-item .slider-main-text .slider-main-btn a {
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.footer-widget .footer-logo-widget .footer-logo-btn:after,
.subscribe-widget-content .subscribe-form button:after,
.registration-content-2 .registration-text-2 a:after,
.cta-section-text a:after,
.property-item-section .property-item-btn:after,
.property-more-btn:after,
.property-type-section .property-type-btn:after,
.banner-search-section button:after,
.banner-text .banner-btn a:after,
.slider-main-item .slider-main-text .slider-main-btn a:after {
  top: 0;
  width: 0;
  left: -40%;
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  background-color: var(--thm-primary);
}

.footer-widget .footer-logo-widget .footer-logo-btn:hover:after,
.subscribe-widget-content .subscribe-form button:hover:after,
.registration-content-2 .registration-text-2 a:hover:after,
.cta-section-text a:hover:after,
.property-item-section .property-item-btn:hover:after,
.property-more-btn:hover:after,
.property-type-section .property-type-btn:hover:after,
.banner-search-section button:hover:after,
.banner-text .banner-btn a:hover:after,
.slider-main-item .slider-main-text .slider-main-btn a:hover:after {
  height: 100%;
  width: 150%;
}

@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }

  80% {
    transform: translate(-40px, 72px) rotate(104deg) scale(1.1);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    transform: translate(111px, 72px) rotate(72deg);
  }

  60% {
    transform: translate(93px, 122px) rotate(108deg);
  }

  80% {
    transform: translate(-70px, 72px) rotate(124deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.header-main {
  padding-top: 15px;
}

.header-top {
  border-bottom: 2px solid #ececec;
}

.header-top-cta li {
  padding-left: 65px;
}

.header-top-cta li {
  position: relative;
}

.header-top-cta li:after {
  top: 15px;
  left: 30px;
  content: "";
  width: 1px;
  height: 33px;
  position: absolute;
  border: 1px dashed #dadada;
}

.header-top-cta li:nth-child(1):after {
  display: none;
}

.header-top-content .top-content-icon {
  top: 4px;
  margin-right: 10px;
  position: relative;
}

.header-top-content .top-content-icon i {
  font-size: 34px;
  color: var(--thm-primary);
  line-height: 1.5;
}

.header-top-content .top-content-text a {
  font-size: 13px;
}

.header-top-content .top-content-text h3 {
  color: #000000;
  font-size: 19px;
  font-weight: 700;
}

.header-menu-wrap {
  padding: 15px 0px 13px;
}

.main-nav {
  padding-top: 5px;
}

.main-nav .navbar-nav {
  display: inherit;
}

.main-nav li {
  margin-right: 75px;
}

.main-nav li a {
  color: #000000;
  font-weight: 600;
  padding-bottom: 30px;
  position: relative;
}

.main-nav li a:before {
  left: 0;
  right: 0;
  bottom: 4px;
  height: 4px;
  content: "";
  width: 0%;
  position: absolute;
  background-color: var(--thm-primary);
  transition: 0.3s all ease-in-out;
}

.main-nav li:hover a:before {
  width: 100%;
}

.main-nav .dropdown {
  position: relative;
}

.main-nav .dropdown:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: var(--thm-primary);
  top: 0;
  right: -18px;
  content: "\f107";
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  transition: 0.3s all ease-in-out;
}
/* 菜单下拉样式 */

.main-nav .dropdown .dropdown-menu {

  min-width: 1rem !important;
  width: 130px !important;

  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  border-radius: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid var(--thm-primary);
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}

.main-nav .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #e5e5e5;
}

.main-nav .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.main-nav .dropdown .dropdown-menu li a:before {
  display: none;
}

.main-nav .dropdown .dropdown-menu li a:hover {
  background-color: var(--thm-primary);
  color: #fff;
}

.main-nav .dropdown .dropdown-menu li a:hover:after {
  transform: scale(1);
}

.main-nav .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}

.main-nav .dropdown:hover .dropdown-menu {
  top: 48px;
  opacity: 1;
  visibility: visible;
}


.main-nav .dropdown .dropdown-menu li:hover a {
  padding: 10px 20px 10px 30px;
}

/*
.main-nav .dropdown .dropdown-menu li a:before {
    position: absolute;
    left: 17px;
    top: 50%;
    content: "";
    font-family: 'Font Awesome 5 Free';
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    color: #fff;
}

.main-nav .dropdown .dropdown-menu li:hover a:before {
    visibility: visible;
    opacity: 1;
}
*/
/* Third level menu */
.main-nav .dropdown .dropdown-menu li .dropdown-menu {
  top: 0;
  left: 100%;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  visibility: hidden;
  opacity: 0;
  overflow: auto !important;
}

.main-nav .dropdown .dropdown-menu .dropdown:hover .dropdown-menu {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  visibility: visible;
  opacity: 1;
  overflow: auto !important;
}

.main-nav .dropdown .dropdown-menu .dropdown:hover .dropdown-menu li {
  padding: 0;
  margin: 0;
}

.main-nav .dropdown .dropdown-menu .dropdown:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: var(--thm-primary);
  top: 8px;
  right: 10px;
  content: "\f105";
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

.header-cart-login {
  padding-top: 20px;
}

.header-cart-login .top-cart-login {
  position: relative;
  display: inline-block;
}

.header-cart-login .top-submit {
  position: relative;
  display: inline-block;
}

.header-cart-login .top-submit a {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  text-align: center;
  transition: 0.3s all ease-in-out;
  color: var(--thm-primary);
  padding: 0 20px;
  border: 1px dashed var(--thm-primary);
  border-radius: 24px;
  margin: 0px 15px;
}

.header-cart-login .top-submit a:hover {
  color: #fff;
  border: 1px solid var(--thm-primary);
  background: var(--thm-primary);
}

.header-cart-login .top-submit a i {
  vertical-align: middle;
  line-height: 1;
}

.header-cart-login .top-cart-login:after {
  top: 3px;
  right: -3px;
  width: 2px;
  content: "";
  height: 18px;
  position: absolute;
  background-color: #d9d9d9;
}

.header-cart-login .top-cart-login:last-child:after {
  display: none;
}

.header-cart-login .top-cart-login button {
  padding: 0;
  border: none;
  color: #5a5a5a;
  margin: 0px 15px;
  background-color: transparent;
  transition: 0.3s all ease-in-out;
}

.header-cart-login .top-cart-login button:hover {
  color: var(--thm-primary);
}

.header-social {
  margin-left: 40px;
}

.header-social li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.3s all ease-in-out;
}

.header-social li a {
  width: 100%;
  display: block;
}

.header-social li:hover {
  color: #fff;
  background-color: var(--thm-primary);
}

.header-two {
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 20px 0px;
  position: absolute;
  background-color: #fff;
}

.header-two .brand-logo {
  margin-right: 85px;
}

.header-two .main-nav {
  padding-top: 15px;
}

.header-two .main-nav .dropdown:after {
  color: #ff5520;
}

.header-two .main-nav li a:before {
  display: none;
}

.header-two .main-nav li {
  position: relative;
}

/*
.header-two .main-nav li:hover:after {
    opacity: 1;
    transform: scaleX(1);
}

.header-two .main-nav li:hover:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 7px;
    background: var(--thm-primary);
    content: "";
    transform: scaleX(0.5);
    opacity: 0;
    transition: all 500ms ease;
    z-index: -1;
}
*/
.header-two .main-nav .dropdown .dropdown-menu li:before {
  display: none;
}

.header-two .main-nav .dropdown .dropdown-menu li a:after {
  display: none;
}

.sticky-menu {
  top: -88px;
  width: 100%;
  z-index: 10;
  position: fixed;
  background: #fff;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.header-two.sticky-menu {
  top: 0;
}

.brand-logo img {
  max-height: 50px;
}


.header-three {
  padding-top: 0;
}

.header-three .header-top {
  background-color: #07173a;
  border-bottom: none;
}

.header-three .header-top .header-top-cta {
  padding: 7px 0px;
}

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

.header-three .header-top .header-top-cta span {
  color: #bcc4d7;
  font-size: 14px;
  margin-right: 35px;
}

.header-three .header-top .header-top-cta span i {
  color: #ff3614;
  margin-right: 10px;
}

.header-three .header-btn {
  float: right;
  padding: 0;
  margin-left: 25px;
}

.header-three .header-btn a {
  line-height: 40px;
  border-radius: 0;
}

.header-three .header-btn a {
  position: relative;
  display: inline-block;
  background: var(--thm-primary);
  padding: 0 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.header-three .header-top-social a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #07173a;
  background-color: rgb(255 255 255 / 65%);
  font-size: 13px;
  border-radius: 24px;
  transition: 0.3s all ease-in-out;
}

.header-three .header-top-social a:hover {
  background-color: var(--thm-primary);
  color: #fff;
}

.header-three .header-menu-wrap {
  padding: 25px 0px;
}

.header-three .main-nav {
  padding-top: 15px;
}

.header-three .main-nav .dropdown {
  position: relative;
}

.header-three .main-nav .dropdown:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: var(--thm-primary);
  top: 0;
  right: -18px;
  content: "\f107";
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

.header-three .main-nav .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  border-radius: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid #ff3614;
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}

.header-three .main-nav .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
}

.header-three .main-nav .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.header-three .main-nav .dropdown .dropdown-menu li a:before {
  display: none;
}

.header-three .main-nav .dropdown .dropdown-menu li a:hover {
  background-color: #ff3614;
  color: #fff;
}

.header-three .main-nav .dropdown .dropdown-menu li a:hover:after {
  transform: scale(1);
}

.header-three .main-nav .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}

.header-three .main-nav .dropdown:hover .dropdown-menu {
  top: 48px;
  opacity: 1;
  visibility: visible;
}

.header-three .main-nav .dropdown .dropdown-menu li .dropdown-menu {
  top: 0;
  left: 100%;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  visibility: hidden;
  opacity: 0;
  overflow: auto !important;
}

.header-three .main-nav .dropdown .dropdown-menu .dropdown:hover .dropdown-menu li {
  padding: 0;
  margin: 0;
}

.header-three .main-nav .navbar-nav {
  display: inherit;
}

.header-three .main-nav li {
  margin-right: 0;
  margin-left: 70px;
}

.header-three .main-nav li a {
  color: #000000;
  font-weight: 700;
  padding-bottom: 30px;
}

.header-four {
  top: 0;
  width: 100%;
  z-index: 10;
  padding-top: 30px;
  position: absolute;
}

.header-four .main-nav {
  padding-top: 15px;
}

.header-four .main-nav li a:before {
  background-color: #ff5520;
}

.header-four .main-nav .dropdown:after {
  color: #ff5520;
}

.header-four .main-nav .dropdown .dropdown-menu {
  border-bottom: 2px solid #ff5520;
}

.header-four .main-nav .dropdown .dropdown-menu li a:hover {
  background-color: #ff5520;
}

.header-four .header-cart-login {
  padding-top: 15px;
}

.header-four.sticky-menu {
  position: fixed;
  padding: 15px 0px;
  background-color: #fff;
}

.header-four.sticky-menu .main-nav,
.header-four.sticky-menu .header-cart-login {
  padding-top: 10px;
}

.header-search {
  margin-top: 15px;
}

.header-search button {
  border: none;
  color: #ff3614;
  background-color: transparent;
}

/*Search popup Page*/
/*-------------------*/

.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.search-popup.active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.search-popup-overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0.7;
  cursor: none;
}

.search-popup-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.search-popup-form {
  position: relative;
  z-index: 9991;
  width: 100%;
  padding: 15px;
  max-width: 600px;
  position: relative;
}

.search-popup-form input {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  height: 60px;
  color: #000;
  font-size: 18px;
  background-color: white;
  padding-left: 30px;
}

.search-popup-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

.search-popup-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.search-popup-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

.search-popup-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.search-popup-form button[type="submit"] {
  border: none;
  outline: none;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: var(--thm-primary);
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.search-popup-form button[type="submit"]:hover {
  background-color: var(--thm-primary);
  color: var(--thm-base);
}

/* Cursor Style */
.cursor {
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: hidden;
}

.cursor {
  visibility: visible;
}

.cursor.active {
  opacity: 0.5;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cursor.hovered {
  opacity: 0.08;
}

.cursor-follower {
  position: absolute;
  background-color: RGBA(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  visibility: hidden;
}

.cursor-follower {
  visibility: visible;
}

.cursor-follower.active {
  opacity: 0.7;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cursor-follower.hovered {
  opacity: 0.08;
}

.cursor-follower.close-cursor:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  left: 48%;
  top: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
}

.cursor-follower.close-cursor:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  right: 48%;
  top: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Mobile Menu area*/
/*----------------------------------------------------*/
.mobile-menu-content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #000;
  padding: 50px 35px 35px 35px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}

.mobile-menu-content .mobile-main-nav {
  width: 100%;
}

.mobile-menu-content .mobile-main-nav .navbar-nav {
  width: 100%;
}

.mobile-menu-content .dropdown:after {
  display: none;
}

.mobile-menu-content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}

.mobile-menu-content .mobile-main-nav .navbar-nav li {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
}

.mobile-menu-content .mobile-main-nav .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 30px 10px 0;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(78, 78, 78, 0.41);
}

.mobile-menu-content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.mobile-menu-navbar.mobile-menu-on .mobile-menu-content {
  right: 0px;
  transition: all 0.7s ease-out;
}

.mobile-menu-overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
}

.mobile-menu-overlay-on {
  overflow: hidden;
}

.mobile-menu-navbar.mobile-menu-on .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-button {
  right: 0;
  top: 5px;
  z-index: 5;
  display: none;
  cursor: pointer;
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  color: var(--thm-primary);
}

.mobile-menu .mobile-main-nav .navbar-nav li a:after {
  display: none;
}

.mobile-menu .mobile-main-nav .dropdown>.dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .mobile-menu-content .mobile-main-nav .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}

.mobile-menu .mobile-menu-content .mobile-main-nav .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}

.mobile-menu .mobile-menu-content .mobile-main-nav .navbar-nav .dropdown-menu li a:hover {
  color: var(--thm-primary);
  background-color: transparent;
}

.mobile-menu .dropdown {
  position: relative;
}

.mobile-menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}

.mobile-menu .dropdown .dropdown-btn.toggle-open {
  transform: rotate(90deg);
}

.mobile-menu .close-mobile-menu {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

.header-three.sticky-menu {
  top: -46px;
}

/*---------------------------------------------------- */
/*Slider area*/
/*----------------------------------------------------*/
.headline.scale b {
  opacity: 0;
}

.headline.scale i {
  display: inline-block;
  opacity: 0;
  transform: scale(0);
  font-style: normal;
}

.is-visible .headline.scale i {
  opacity: 1;
}

.headline.scale i.in {
  animation: scale-up 0.6s forwards;
}

.headline.scale i.out {
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .headline.scale i {
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .headline.scale .is-visible i {
  opacity: 1;
}

@keyframes scale-up {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  60% {
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-down {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  60% {
    transform: scale(0);
    opacity: 0;
  }
}

.slider-main-img,
.slider-overlay {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slider-main-item {
  z-index: 1;
}

.slider-main-item .slider-overlay {
  background-color: black;
  opacity: 0.051;
}

.slider-main-item .img-zooming {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1);
}

.slider-main-item .slider-main-text {
  max-width: 620px;
  padding: 115px 0px 125px;
}

.slider-main-item .slider-main-text span {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 8px;
  opacity: 0;
  transform: translateY(50px);
}

.slider-main-item .slider-main-text h1 {
  color: #000;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 20px;
  opacity: 0;
  transform: translateY(50px);
}

.slider-main-item .slider-main-text p {
  opacity: 0;
  color: #4f4f4f;
  font-size: 18px;
  padding-bottom: 30px;
  transform: translateY(50px);
}

.slider-main-item .slider-main-text .slider-main-btn {
  opacity: 0;
  transform: translateY(50px);
}

.slider-main-item .slider-main-text .slider-main-btn a {
  color: #fff;
  height: 55px;
  width: 150px;
  float: left;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
  margin-right: 20px;
  display: inline-block;
}

.slider-main-item .slider-main-text .slider-main-btn a i {
  margin-right: 8px;
}

.slider-main-item .slider-main-text .slider-main-btn a:nth-child(1) {
  background-color: var(--thm-primary);
}

.slider-main-item .slider-main-text .slider-main-btn a:nth-child(2) {
  background-color: #000;
}

#main-slider .owl-nav {
  display: none;
}

#main-slider .owl-dots {
  left: 13%;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

#main-slider .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  border-radius: 100%;
  margin-bottom: 10px;
  border: 2px solid #eaeaea;
  transition: 0.3s all ease-in-out;
}

#main-slider .owl-dots .owl-dot:before {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 9px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #000000;
  transition: 0.3s all ease-in-out;
}

#main-slider .owl-dots .owl-dot.active {
  border: 3px solid #ccc;
}

#main-slider .owl-dots .owl-dot.active:before {
  background-color: var(--thm-primary);
}

#main-slider .owl-item.active .img-zooming {
  transform: scale(1.15);
  transition: all 7000ms linear;
}

#main-slider .owl-item.active .slider-main-text span {
  opacity: 1;
  transform: translateY(0);
  transition: all 1500ms ease;
  transition-delay: 900ms;
}

#main-slider .owl-item.active .slider-main-text h1 {
  opacity: 1;
  transform: translateY(0);
  transition: all 1500ms ease;
  transition-delay: 1200ms;
}

#main-slider .owl-item.active .slider-main-text p {
  opacity: 1;
  transform: translateY(0);
  transition: all 1500ms ease;
  transition-delay: 1500ms;
}

#main-slider .owl-item.active .slider-main-text .slider-main-btn {
  opacity: 1;
  transform: translateY(0);
  transition: all 1500ms ease;
  transition-delay: 1800ms;
}

#main-slider-2 .owl-nav .owl-next,
#main-slider-2 .owl-nav .owl-prev,
#property-slider-2 .owl-nav .owl-next,
#property-slider-2 .owl-nav .owl-prev {
  top: 50%;
  opacity: 0;
  width: 40px;
  color: #fff;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  background-color: #ff5520;
  transform: translateY(-50%);
  transition: 0.4s all ease-in-out;
}

#main-slider-2 .owl-nav .owl-next,
#property-slider-2 .owl-nav .owl-next {
  right: 0px;
}

#main-slider-2 .owl-nav .owl-prev,
#property-slider-2 .owl-nav .owl-prev {
  left: 0px;
}

#main-slider-2:hover .owl-next,
#property-slider-2:hover .owl-next {
  opacity: 1;
  right: 30px;
  visibility: visible;
}

#main-slider-2:hover .owl-prev,
#property-slider-2:hover .owl-prev {
  opacity: 1;
  left: 30px;
  visibility: visible;
}

.slider-property-item-2 {
  padding: 150px 0px;
}

.slider-main-item-2 {
  padding: 250px 0px;
}

.slider-main-item-2 .slider-overlay {
  background-color: rgb(236 236 236 / 10%);
}

.slider-main-item-2 .slider-main-text {
  color: #fff;
  margin: 0 auto;
  max-width: 760px;
}

.slider-main-item-2 .slider-main-text span {
  font-size: 18px;
  font-weight: 700;
  color: var(--thm-primary);
  padding-bottom: 30px;
  display: inline-block;
  text-transform: uppercase;
}

.slider-main-item-2 .slider-main-text h1 {
  font-size: 60px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
}

.slider-main-item-2 .slider-main-text p {
  padding-top: 20px;
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 400;
}

.slider-main-item-2 .slider-main-text a {
  height: 60px;
  width: 180px;
  line-height: 60px;
  border-radius: 5px;
  font-weight: 700;
  display: inline-block;
  background-color: #ff5520;
  margin-top: 50px;
}

.banner-water-mark {
  left: 0;
  bottom: -40px;
  opacity: 0.05;
  z-index: -1;
  line-height: 1;
  color: #00003d;
  font-weight: 700;
  font-size: 265px;
  position: absolute;
  font-family: var(--thm-headline-font);
}

.banner-section {
  padding-bottom: 132px;
}

.banner-content {
  background-color: #f6eeeb;
}

.banner-content .banner-img {
  top: 15px;
  right: -30px;
  position: absolute;
}

.banner-content .b-deco-shape {
  bottom: -74px;
}

.banner-text {
  z-index: 1;
  max-width: 690px;
  overflow: hidden;
  padding: 230px 0px 180px;
}

.banner-text.banner-full-width {
  max-width: 100%;
}

.banner-text .banner-tag {
  padding-right: 30px;
  border-radius: 40px;
  display: inline-block;
  margin-bottom: 45px;
  background-color: #efeff0;
}

.banner-text .banner-tag span {
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  margin-right: 10px;
  border-radius: 40px;
  display: inline-block;
  background-color: var(--thm-primary);
}

.banner-text .banner-tag p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 0;
  display: inline-block;
}

.banner-small-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 30px;
  margin-right: 10px;
  margin-bottom: 20px;
  border-radius: 40px;
  display: inline-block;
  background-color: var(--thm-primary);
}

.banner-text h1 {
  color: #000;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 35px;
}

.banner-text h1 span {
  color: var(--thm-primary);
}

.banner-text p {
  color: #4f4f4f;
  font-size: 20px;
  line-height: 1.6;
  padding-bottom: 40px;
}

.banner-text .banner-btn {
  float: left;
  margin-right: 35px;
}

.banner-text .banner-btn a {
  color: #fff;
  width: 160px;
  height: 55px;
  display: block;
  overflow: hidden;
  font-weight: 700;
  line-height: 55px;
  border-radius: 40px;
  background-color: #ff5520;
}

.banner-text .banner-btn a i {
  margin-left: 5px;
}

.banner-text .banner-play {
  float: left;
  width: 50px;
  height: 50px;
  margin-top: 5px;
  line-height: 50px;
  border-radius: 100%;
  transition: 0.3s all ease-in-out;
  background-color: var(--thm-primary);
}

.banner-text .banner-play a {
  color: #fff;
  width: 100%;
  display: block;
}

.banner-text .banner-play:hover {
  background-color: var(--thm-primary);
}

.banner-text .banner-play .video-btn-border {
  border: 2px solid rgba(0, 0, 0, 0.15);
}

.banner-search-section {
  top: -175px;
  z-index: 1;
  position: relative;
  margin-bottom: -175px;
}

.banner-search-section .banner-search-form {
  background-color: #fff;
  display: inline-block;
  border-radius: 10px;
  padding: 20px 20px 12px;
  box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.05);
}

.banner-search-section.style-two .banner-search-form {
  background-color: #eee;
}

.banner-search-section.style-two .search-form-field {
  width: auto;
  padding-right: 20px;
}

.banner-search-section .search-form-fields {
  float: left;
  margin-top: 5px;
}

.banner-search-section .search-form-field {
  display: inline-block;
  width: auto;
  padding-right: 20px;
}

.banner-search-section .search-form-field .nice-select {
  color: #000;
  border: none;
  height: auto;
  font-size: 17px;
  font-weight: 400;
  line-height: auto;
  font-family: var(--thm-headline-font);
}

.banner-search-section.style-two .search-form-field .nice-select {
  font-weight: 500;
}

.banner-search-section .search-form-field .nice-select:after {
  top: 0px;
  right: 20px;
  height: auto;
  border: none;
  margin-top: 0;
  font-size: 12px;
  content: "";
  font-weight: 900;
  transform: rotate(0);
  font-family: "Font Awesome 5 Free";
}

.banner-search-section button {
  color: #fff;
  height: 45px;
  width: 160px;
  border: none;
  font-weight: 700;
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--thm-primary);
}

.banner-search-section button:after {
  background-color: #ff5520;
}

.banner-search-section button i {
  margin-right: 5px;
}

.select-apply-btn {
  margin-top: 20px;
}

.select-apply-btn p {
  color: #000;
  font-size: 15px;
}

.select-apply-btn p a {
  font-weight: 700;
  margin-left: 8px;
  color: var(--thm-primary);
  text-decoration: underline;
}

@keyframes animateBubble {
  0% {
    margin-top: 20%;
  }

  100% {
    margin-top: -30%;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: 25px;
  }
}

.slider-main-item-3 {
  padding: 150px 0px 250px;
}

.slider-main-item-3 .slider-overlay {
  background-color: rgba(7, 23, 58, 0.65);
}

.slider-main-item-3 .slider-main-img,
.slider-main-item-3 .slider-overlay {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slider-main-item-3 .slider-main-text {
  margin: 0 auto;
  max-width: 810px;
  padding-bottom: 40px;
}

.slider-main-item-3 .slider-main-text span {
  color: #ff3614;
  font-size: 18px;
  font-weight: 700;
}

.slider-main-item-3 .slider-main-text h1 {
  color: #fff;
  font-weight: 700;
  font-size: 60px;
  padding: 10px 0px;
}

.slider-main-item-3 .slider-main-text p {
  color: #e5e5e5;
  margin: 0 auto;
  font-size: 18px;
  max-width: 450px;
  margin-bottom: 35px;
}

.slider-main-item-3 .slider-main-text a {
  color: #fff;
  height: 55px;
  padding: 0 20px;
  font-weight: 700;
  line-height: 55px;
  border-radius: 5px;
  display: inline-block;
  background-color: #ff3614;
  border: 2px solid #ff3614;
  transition: 0.3s all ease-in-out;
}

.slider-main-item-3 .slider-main-text a:hover {
  border: 2px solid #ff3614;
  background-color: transparent;
}

#main-slider-3 .owl-nav .owl-next,
#main-slider-3 .owl-nav .owl-prev {
  top: 50%;
  opacity: 0;
  width: 40px;
  color: #fff;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  background-color: var(--thm-primary);
  transform: translateY(-50%);
  transition: 0.4s all ease-in-out;
}

#main-slider-3 .owl-nav .owl-next {
  right: 0px;
}

#main-slider-3 .owl-nav .owl-prev {
  left: 0px;
}

#main-slider-3:hover .owl-next {
  opacity: 1;
  right: 30px;
  visibility: visible;
}

#main-slider-3:hover .owl-prev {
  opacity: 1;
  left: 30px;
  visibility: visible;
}

.slider-features {
  position: relative;
  margin-top: -245px;
  z-index: 1;
}

.slider-features .features-wrap {
  border-radius: 5px 5px 5px 5px;
  background: #1a2847;
  padding: 25px 40px 25px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}

.slider-features .features-wrap .icon-part img {
  width: 50px;
  margin: 0 35px 8px 0;
}

.slider-features .features-wrap .icon-part i {
  font-size: 40px;
  width: 50px;
  margin: 0 35px 8px 0;
  color: #ff3614;
}

.slider-features .features-wrap .content-part .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.slider-features .features-wrap .content-part .title .watermark {
  color: #ffffff;
}

.slider-features .features-wrap .content-part .dese {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.slider-features .features-wrap:hover {
  transform: translateY(-10px);
}


/* Slider 4 */

.home-slider-container {
  position: relative;
  height: 100%;
  max-width: 450px;
  display: block;
  padding: 2rem;
  background: #fff;
  border-radius: .1rem;
  -webkit-box-shadow: 0 0 0 7px rgb(158 158 158 / 30%);
  box-shadow: 0 0 0 7px rgb(158 158 158 / 30%);
}

.home-slider .item:before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, transparent 10%, #111c52);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block
}

.home-slider-price {
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 20px
}

.home-slider-container .listing-price-with-compare {
  position: relative;
  margin: 1rem 0;
  bottom: auto;
  padding: 0
}

.home-slider-container .listing-price-with-compare .lpc-right a {
  background: #f8f7f7;
  color: #e06f84
}

.home-slider-container .modern-pro-wrap {
  position: relative;
  top: 0;
  margin-bottom: 15px;
  left: auto
}

.home-slider-container .modern-pro-wrap span {
  position: relative;
  padding: 8px 20px;
  z-index: 1;
  margin-right: 10px;
  font-size: 14px;
  border-radius: 4px;
  color: #fff;
  box-shadow: none;
  text-transform: capitalize
}

.home-slider-container .modern-pro-wrap .property-type {
  background: #323d50
}

.home-slider-price i {
  font-size: 16px;
  font-weight: 400;
  opacity: .8
}

.home-slider-title {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%
}

.home-slider-title a {
  font-size: 1.2rem
}

.home-slider-title h3 {
  margin-bottom: 5px
}

.home-slider-title span i {
  margin-right: 5px
}

.simple-search-wrap {
  max-width: 580px;
  margin: 0
}

.home-slider-desc .read-more {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: #fd5332;
  border-radius: 4px
}

.slide-property-info {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0
}

.slide-property-info ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap
}

.slide-property-info ul li {
  display: inline-block;
  flex: 0 0 33.333333%;
  width: 33.3333%;
  list-style: none;
  border-left: 1px solid #ddd;
  padding-left: 10px;
}

.slide-property-info ul li:first-child {
  border-left: none;
  padding-left: 0;
}

.slide-property-info ul li i {
  color: var(--thm-primary);
}

.slider-main-item-2 .slider-main-text .slider-title {
  color: var(--thm-primary);
  padding-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 30px;
  margin-right: 10px;
  margin-bottom: 20px;
  border-radius: 40px;
  display: inline-block;
  background-color: var(--thm-primary);
}

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
.feature-section {
  padding: 100px 0px;
}

.feature-innerbox {
  z-index: 1;
  padding: 35px 25px;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
}

.feature-innerbox:after {
  top: 0;
  left: 0;
  width: 0;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  border-bottom: 4px solid var(--thm-primary);
  transition: all 500ms ease-in-out;
}

.feature-innerbox .feature-icon {
  line-height: 1;
  margin-right: 15px;
}

.feature-innerbox .feature-icon i {
  font-size: 35px;
  color: var(--thm-primary);
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 100%;
  background-color: #f7f0f2;
  padding: 10px 15px;
  transition: 0.3s all ease-in-out;
}

.feature-innerbox .feature-text {
  overflow: hidden;
  border-left: 2px solid #f5f5f5;
  padding-left: 20px;
}

.feature-innerbox .feature-text h3 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
  transition: 0.3s all ease-in-out;
}

.feature-innerbox .feature-text p {
  font-size: 15px;
  color: #555555;
  transition: 0.3s all ease-in-out;
}

.feature-innerbox:hover {
  transform: translateY(-15px);
}

.feature-innerbox:hover:after {
  width: 100%;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
@keyframes border_animation {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  20% {
    transform: scale(1.24);
    opacity: 1;
  }

  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}

.about-section {
  padding-bottom: 100px;
}

.about-section-2 {
  padding-top: 100px;
}

.about-text p {
  font-size: 17px;
  margin-bottom: 15px;
}

.about-video-area .experience-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 33px 20px;
  max-width: 33%;
  background-color: var(--thm-primary);
  border-radius: 0px 30px 0px 0px;
}

.about-video-area .experience-box p {
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 22px;
}

.about-video-area .experience-box p span.big-text {
  font-size: 44px;
  margin-right: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.about-video-area:before {
  position: absolute;
  top: 0;
  content: "";
  width: 10px;
  height: 100%;
  background-color: var(--thm-primary);
}

.about-text-area-content .about-box {
  margin-top: 30px;
}

.about-text-area-content .about-box .box .icon i {
  width: 40px;
  height: 40px;
  line-height: 1;
  color: var(--thm-primary);
  font-size: 40px;
}

.about-text-area-content .about-btn {
  display: inline-block;
  height: 50px;
  width: 170px;
  color: #fff;
  margin: 0 auto;
  font-weight: 700;
  line-height: 50px;
  background-color: var(--thm-primary);
  text-align: center;
}

.about-text-area-content .about-box .box .info {
  margin-left: 15px;
  margin-top: -5px;
}

.about-text-area-content .about-box .box .info h5 {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
}

.about-video-area .video-play-btn {
  left: 0;
  top: 50%;
  right: 0;
  width: 85px;
  color: #000;
  height: 85px;
  margin: 0 auto;
  line-height: 85px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  transform: translateY(-50%);
}

.video-btn-border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  animation-play-state: running;
  border: 2px solid rgba(255, 255, 255, 0.32);
  animation: border_animation 3.9s linear 0s infinite;
}

.video-btn-border.border_wrap-2 {
  animation-delay: 1.3s;
}

.video-btn-border.border_wrap-3 {
  animation-delay: 2.6s;
}

.about-qoute {
  width: 100%;
  margin-top: 10px;
  display: inline-block;
  padding: 12px 0px 12px 25px;
  border-left: 4px solid var(--thm-primary);
}

.about-qoute span {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.about-qoute .quote-author {
  margin-top: 10px;
}

.about-qoute .quote-author h4 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  margin-right: 10px;
  display: inline-block;
}

.about-qoute .quote-author h4:before {
  left: 0;
  width: 6px;
  top: 10px;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #000;
}

.about-qoute .quote-author span {
  color: #747474;
  font-size: 16px;
  font-weight: normal;
}




.about-video {
  padding-top: 20px;
}

.about-text .about-video-area {
  width: 150px;
  height: 90px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 25px;
}

.about-text .about-video-area a {
  top: 50%;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #737373;
  margin: 0 auto;
  line-height: 42px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  border: 4px solid #fff;
  transform: translateY(-50%);
  font-size: 30px;
}


.about-text .about-video-text {
  padding-top: 8px;
  max-width: 280px;
  display: inline-block;
}

.about-text .about-video-text h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 8px;
}

.about-text .about-video-text p {
  font-size: 15px;
  line-height: 1.6;
}


/*About Page area*/
/*-------------------------*/
.about-page-about-section {
  padding: 110px 0px;
}

.about-page-about-img img {
  box-shadow: 15px 15px var(--thm-primary);
}

.about-page-about-text {
  padding-top: 15px;
}

.about-page-about-text .section-title .title-watermark {
  text-align: left;
}

.about-page-about-text .about-page-about-text-wrap {
  max-width: 500px;
  line-height: 1.625;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e9f2;
}

.about-page-about-text .about-page-about-video .ab-page-video-area {
  width: 150px;
  height: 90px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 25px;
}

.about-page-about-text .about-page-about-video .ab-page-video-area a {
  top: 50%;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  margin: 0 auto;
  line-height: 42px;
  position: absolute;
  border-radius: 100%;
  background-color: #000;
  border: 4px solid #fff;
  transform: translateY(-50%);
}

.about-page-about-text .about-page-about-video .ab-page-video-text {
  padding-top: 8px;
  max-width: 280px;
  display: inline-block;
}

.about-page-about-text .about-page-about-video .ab-page-video-text h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 8px;
}

.about-page-about-text .about-page-about-video .ab-page-video-text p {
  font-size: 15px;
  line-height: 1.6;
}

.about-page-service-section {
  background-color: #e7e8e9;
  padding: 110px 0px;
}

.about-page-service-section .section-title .title-watermark {
  color: #fff;
  opacity: 1;
}

.about-page-service-section .feature-content {
  padding-top: 35px;
}

.about-page-service-section .feature-innerbox {
  background-color: #fff;
}

.about-page-service-section .feature-innerbox .feature-icon i {
  color: var(--thm-primary);
}

.about-page-service-section .feature-innerbox:hover .feature-icon i {
  color: #ff5520;
}

.about-page-about-section .info-box .icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 8px 20px 0px rgb(159 165 173 / 35%);
  background-color: #fff;
  color: var(--thm-primary);
}

.about-page-about-section .info-box .info {
  margin-left: 15px;
}

.about-page-about-section ul.button li {
  display: inline-block;
}

.main-btn {
  display: inline-block;
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 500;
  color: #fff !important;
  background: var(--thm-primary);
  text-transform: capitalize;
  border-radius: 28px;
  transition: all 0.3s ease-out 0s;
}

.about-page-about-section ul.button {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.about-page-about-section ul.button li .phone {
  color: var(--thm-primary);
  vertical-align: middle;
}

.about-page-about-section ul.button li .phone i {
  margin-right: 15px;
  font-size: 28px;
  line-height: 30px;
  vertical-align: middle;
}

.about-page-about-section ul.button li:last-child {
  margin-left: 40px;
}




/*---------------------------------------------------- */
/*Property Type area*/
/*----------------------------------------------------*/
.property-type-section {
  padding: 95px 0px 100px;
  background-color: #f9f8f8;
}

.property-type-section .property-type-content {
  padding-top: 35px;
}

.property-type-section .property-type-btn {
  height: 50px;
  width: 170px;
  color: #fff;
  margin: 0 auto;
  margin-top: 40px;
  font-weight: 700;
  line-height: 50px;
  background-color: var(--thm-primary);
}

.property-type-section .property-type-btn:hover i {
  margin-left: 5px;
}

.property-type-section .property-type-btn:after {
  background-color: #000;
}

.property-type-section .property-type-btn a {
  width: 100%;
  display: block;
}

.property-type-section .property-type-btn a i {
  transition: 0.3s all ease-in-out;
}

.property-type-innerbox {
  z-index: 1;
  overflow: hidden;
  border: 15px solid #fff;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
}

.property-type-innerbox:after {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(to bottom, rgb(21 37 65 / 0%) 0%, rgb(0 1 4 / 66%) 90%);
}

.property-type-innerbox:before {
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  content: "";
  height: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #000;
  transition: 0.4s all ease-in-out;
}

.property-type-innerbox .property-type-text-icon {
  left: 45px;
  z-index: 3;
  opacity: 1;
  bottom: 45px;
  position: absolute;
  visibility: visible;
  transition: 0.3s all ease-in-out;
}

.property-type-innerbox .property-type-text-icon .property-type-icon {
  line-height: 1;
  margin-right: 15px;
}

.property-type-innerbox .property-type-text-icon .property-type-icon i {
  font-size: 50px;
  color: var(--thm-primary);
}

.property-type-innerbox .property-type-text-icon .property-type-text {
  overflow: hidden;
}

.property-type-innerbox .property-type-text-icon .property-type-text h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.property-type-innerbox .property-type-text-icon .property-type-text span {
  color: #fff;
}

.property-type-innerbox .property-type-hover-text {
  top: 40%;
  left: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: translateY(-50%);
  transition: 0.4s all ease-in-out;
}

.property-type-innerbox .property-type-hover-text .property-type-icon {
  line-height: 1;
  margin-bottom: 15px;
}

.property-type-innerbox .property-type-hover-text .property-type-icon i {
  font-size: 50px;
  color: var(--thm-primary);
}

.property-type-innerbox .property-type-hover-text .property-type-text {
  overflow: hidden;
}

.property-type-innerbox .property-type-hover-text .property-type-text h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 5px;
}

.property-type-innerbox .property-type-hover-text .property-type-text span {
  color: #fff;
}

.property-type-innerbox .property-type-more-btn {
  right: 40px;
  z-index: 2;
  bottom: 0px;
  opacity: 0;
  line-height: 1;
  visibility: hidden;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

.property-type-innerbox .property-type-more-btn a {
  color: #fff;
  font-size: 30px;
}

.property-type-innerbox:hover {
  border: 15px solid #000;
  transform: translateY(-25px);
}

.property-type-innerbox:hover:before {
  opacity: 1;
  visibility: visible;
}

.property-type-innerbox:hover .property-type-text-icon {
  left: 20px;
  opacity: 0;
  line-height: 1;
  visibility: hidden;
}

.property-type-innerbox:hover .property-type-hover-text {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.property-type-innerbox:hover .property-type-more-btn {
  right: 10px;
  opacity: 1;
  visibility: visible;
}

#property-type-slider .owl-stage-outer {
  overflow: visible;
}

#property-type-slider .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}

#property-type-slider .owl-item.active {
  opacity: 1;
}

#property-type-slider .owl-nav {
  right: 0;
  top: -110px;
  position: absolute;
}

#property-type-slider .owl-nav .owl-next,
#property-type-slider .owl-nav .owl-prev {
  width: 60px;
  height: 60px;
  cursor: pointer;
  line-height: 60px;
  margin-left: 12px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  border: 2px solid var(--thm-primary);
  transition: 0.3s all ease-in-out;
}

#property-type-slider .owl-nav .owl-next:hover,
#property-type-slider .owl-nav .owl-prev:hover {
  color: #fff;
  background-color: var(--thm-primary);
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
/ .testimonial-section {
  padding: 95px 0px 85px;
}

.testimonial-content {
  padding-top: 15px;
}

.testimonial-content h3 {
  font-family: var(--thm-headline-font);
  font-size: 18px;
  font-weight: 700;
  color: var(--thm-primary);
  padding-bottom: 15px;
}

.testimonial-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 40px 30px 25px;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 12px 35px 0px rgb(12 12 12 / 6%);
}

.testimonial-box:before,
.testimonial-box:after {
  position: absolute;
  content: "";
  background: #fafafa;
}

.testimonial-box:before {
  height: 100%;
  width: 10px;
  right: 0;
  top: 0;
}

.testimonial-box:after {
  height: 200px;
  width: 200px;
  right: -80px;
  bottom: -80px;
  border-radius: 200px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.testimonial-box .testimonial-content p,
.testimonial-box .testimonial-info p {
  margin: 0;
  font-size: 14px;
}

.testimonial-box .testimonial-info h5 {
  font-family: var(--thm-headline-font);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
}

.testimonial-box .testimonial-info {
  margin-top: 15px;
}

.testimonial-box .testimonial-info:after {
  content: "\f1bf";
  position: absolute;
  font-family: "Flaticon";
  font-size: 50px;
  font-weight: 500;
  color: var(--thm-primary);
  right: 25px;
  bottom: 10px;
  z-index: 9;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.testimonial-thumb {
  width: 80px;
  border-radius: 50px;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  z-index: 9;
}

.testimonial-box:hover .testimonial-info:after {
  opacity: 0;
}

.testimonial-box .testimonial-content p {
  color: #303030;
  font-size: 16px;
}

.testimonial-box .testimonial-pic {
  background: #FFF;
  width: 80px;
  height: 80px;
  position: absolute;
  right: -100px;
  border-radius: 100%;
  overflow: hidden;
  bottom: -100px;
  z-index: 10;
  border: 3px solid #fff;
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15);
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.testimonial-box:hover .testimonial-pic {
  right: 20px;
  bottom: 20px;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.testimonial-box:hover:after {
  height: 200px;
  width: 200px;
  right: -110px;
  background-color: #fafafa;
  bottom: -110px;
}

.testimonial-box .testimonial-icon-2 i {
  color: #efefef;
  line-height: 1;
  font-size: 30px;
  transition: 0.3s all ease-in-out;
}

.testimonial-box .testimonial-icon-2 {
  top: 15px;
  right: 25px;
  position: absolute;
}


/*Testimonial section 2*/
/*-----------------------------*/
.testimonial-section-2 {
  padding: 105px 0px 100px;
}

.testimonial-wrap-2 {
  margin-top: 40px;
}

.testimonial-wrap-2 .owl-nav {
  display: none;
}

.testimonial-wrap-2 .owl-stage-outer {
  overflow: visible;
}

.testimonial-wrap-2 .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}

.testimonial-wrap-2 .owl-item.active {
  opacity: 1;
}

.testimonial-wrap-2 .owl-dots {
  margin-top: 35px;
  text-align: center;
}

.testimonial-wrap-2 .owl-dots .owl-dot {
  width: 28px;
  height: 5px;
  margin: 0px 5px;
  cursor: pointer;
  border-radius: 30%;
  display: inline-block;
  background-color: #ececed;
  transition: 0.3s all ease-in-out;
}

.testimonial-wrap-2 .owl-dots .owl-dot.active {
  width: 38px;
  background-color: var(--thm-primary);
}


/* Testimonial 3 */

.testimonial-featured-section {
  padding: 95px 0px 85px;
}

.single-testimonial {
  border: 2px solid #eee;
  padding: 41px 35px;
  border-radius: 5px;
}

.single-testimonial .author-quote {
  font-size: 18px;
  margin-bottom: 46px;
}

.single-testimonial img {
  margin-bottom: 21px;
  border-radius: 50%;
  width: 70px !important;
  height: 70px;
}

.single-testimonial .author-title {
  font-weight: 500;
  font-size: 20px;
  color: #120f2d;
}

.author-designation .author-designation {
  font-size: 16px;
}

.single-testimonial ul {
  margin-top: 5px;
  list-style: none;
  padding: 0;
}

.single-testimonial ul li {
  display: inline-block;
}

.single-testimonial ul li i {
  color: #f2c617;
}

.single-testimonial.active {
  border-radius: 5px;
  background: #f9f7f7;
  /*#f2efef*/
  border: 2px solid #f9f7f7;
}

.single-testimonial p {
  margin-bottom: 0;
}


.single-testimonial:after {
  content: "\f1c6";
  position: absolute;
  font-family: "Flaticon";
  font-size: 90px;
  font-weight: 500;
  color: #e6dcdc;
  right: 55px;
  bottom: 120px;
  z-index: 9;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.owl-carousel.testimonial-featured-slide .owl-nav {
  left: -76%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 0;
  position: absolute;
}

#testimonial-featured-slider .owl-nav .owl-next,
#testimonial-featured-slider .owl-nav .owl-prev {
  width: 60px;
  height: 60px;
  cursor: pointer;
  line-height: 60px;
  margin-left: 12px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  border: 2px solid var(--thm-primary);
  transition: 0.3s all ease-in-out;
}



/*---------------------------------------------------- */
/*Property area*/
/*----------------------------------------------------*/
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toLeftFromRight {
  49% {
    transform: translateX(-100%);
  }

  50% {
    opacity: 0;
    transform: translateX(100%);
  }

  51% {
    opacity: 1;
  }
}

.property-section {
  padding: 95px 0px;
  background-color: #f9f8f8;
}

.property-more-btn {
  color: #fff;
  height: 50px;
  width: 150px;
  margin: 0 auto;
  margin-top: 15px;
  font-weight: 700;
  line-height: 50px;
  background: var(--thm-primary);
}

.property-more-btn:after {
  background-color: #000;
}

.property-more-btn i {
  margin-left: 5px;
}

.property-more-btn a {
  width: 100%;
  display: block;
}

.property-top {
  margin-bottom: 25px;
}

.property-top .property-title-text {
  margin-top: 30px;
  padding-left: 40px;
}

.property-top .property-title-text span {
  color: #353535;
  font-size: 17px;
}

.property-filter-content .property-filter-area {
  margin: 0 -15px;
}

.property-filter-content .property-filter-buttons {
  margin-bottom: 10px;
}

.property-filter-content .property-filter-buttons button {
  color: #000;
  font-weight: 700;
  margin: 0px 10px;
  padding: 5px 15px;
  border: 1px solid #e7e6e6;
  background-color: transparent;
  transition: 0.3s all ease-in-out;
}

.property-filter-content .property-filter-buttons button.is-checked {
  color: #fff;
  border: 1px solid var(--thm-primary);
  background-color: var(--thm-primary);
}

.property-filter-content .grid-size-25 {
  width: 25%;
}

.property-filter-content .grid-sizer {
  width: 25%;
}

.property-filter-content .grid-item {
  float: left;
  padding: 15px;
  display: inline-block;
}

.property-container {
  padding: 18px;
  margin-bottom: 5px;
  background-color: #fff;
  box-shadow: 0px 14px 29px 0px rgba(12, 12, 12, 0.08);
}

.no-shadow {
  box-shadow: none;
  border: 1px solid #cad9e3;
  border-radius: 4px;
}

.property-container .property-img {
  overflow: hidden;
}

.property-container .property-img img {
  transition: 0.4s all ease-in-out;
}

/*
.property-container .property-img:before {
  content: "";
  opacity: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  visibility: hidden;
  position: absolute;
  transform: scale(0.5);
  transition: 0.4s all ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
}
*/
.property-container .property-img .price-badge {
  top: 15px;
  color: #fff;
  right: 0;
  z-index: 1;
  font-weight: 700;
  padding: 2px 15px;
  position: absolute;
  background-color: var(--thm-primary);
}

.property-container .property-img .prp-hover-icon {
  left: 0;
  top: 40%;
  right: 0;
  opacity: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  visibility: hidden;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  display: inline-block;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  background-color: rgba(255, 255, 255, 0.8);
}

.property-container .property-img .prp-hover-icon i {
  font-size: 14px;
}

.property-container .property-img .prp-hover-icon:hover {
  background-color: var(--thm-primary);
  color: #fff;
}

.property-container .property-text {
  margin-top: 10px;
}

.property-container .property-contract {
  color: #fff;
  right: 20px;
  bottom: 15px;
  z-index: 2;
  font-size: 14px;
  padding: 5px 10px;
  position: absolute;
  background-color: var(--thm-primary);
}

.property-container .property-title h3 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 12px;
  transition: 0.3s all ease-in-out;
}

.property-container.d-flex .property-text {
  margin-top: 0;
  padding: 0 0 0 20px;
  max-width: 300px;
}

.property-container .property-text .property-meta {
  margin-bottom: 12px;
}

.property-container .property-text .property-meta a {
  font-size: 14px;
  margin-right: 5px;
}

.property-container .property-text .property-meta a i {
  margin-right: 5px;
  font-weight: 600;
  color: var(--thm-primary);
}

.property-container .property-text .property-meta a:last-child {
  margin-right: 0;
}

.property-container .property-text .property-tilte-head {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}

.property-container .property-text .property-tilte-head h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.556;
  transition: 0.3s all ease-in-out;
}

.property-container .property-text .property-tilte-head h3:hover {
  color: var(--thm-primary);
}

.property-container .property-text .property-tilte-head ul {
  display: inline-block;
}

.property-container .property-text .property-tilte-head ul li {
  color: #ffc601;
  font-size: 13px;
  margin-right: 2px;
}

.property-container .property-text .property-tilte-head span {
  font-size: 14px;
}

.property-container .property-features .icon-text {
  margin-bottom: 5px;
}

.property-container .property-text .property-agent-text h4 {
  color: #000;
  font-family: var(--thm-headline-font);
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin: 0;
}

.property-container .property-text .property-agent-text span {
  font-size: 13px;
}

.property-container .property-text .property-agent-img {
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin-right: 10px;
  margin-top: 5px;
  border-radius: 100%;
}

.property-container:hover .property-img:before {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

.property-container:hover .property-img img {
  transform: scale(1.2);
}

.property-container:hover .property-img .prp-hover-icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.property-item-text .property-item-agent .property-agent-text,
.property-container .property-text .property-agent-text {
  display: inline-grid;
}

.property-container .property-text .property-details-btn {
  height: 30px;
  width: 30px;
  margin-top: 5px;
  line-height: 30px;
  text-align: center;
  background-color: var(--thm-primary);
  transition: 0.3s all ease-in-out;
}

.property-container .property-text .property-details-btn.prp-rent {
  height: 30px;
  width: auto;
  padding: 0 10px;
}


.property-container .property-text .property-details-btn a {
  color: #fff;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 32px;
}

.property-container .property-text .property-details-btn i {
  animation: toBottomFromTop 0.3s forwards;
}

.property-container .property-text:hover .property-details-btn {
  background-color: #ff5520;
}

/*Popular property  area*/
/*-----------------------------*/
.property-item-section {
  padding: 105px 0px 50px;
  background-color: #f7f7f7;
}

.property-item-section .property-item {
  margin-top: 25px;
}

.property-item-section .section-title .title-watermark {
  opacity: 0.1;
}

.property-item-section .property-item-btn {
  color: #fff;
  height: 50px;
  width: 170px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 50px;
  overflow: hidden;
  border-radius: 40px;
  background-color: var(--thm-primary);
}

.property-item-section .property-item-btn:after {
  background-color: #ff5520;
}

.property-item-section .property-item-btn i {
  margin-left: 5px;
}

.property-item-section .property-item-btn:hover i {
  animation: toBottomFromTop 0.3s forwards;
}

.property-item-container {
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 40px;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 6px 38px 0px rgba(0, 0, 0, 0.04);
}

.property-item-container .prp-pl {
  padding-left: 0 !important;
}

.property-item-container .prp-pr {
  padding-right: 0 !important;
}

.property-item-container .property-item-img {
  border-radius: 5px;
  overflow: hidden;
}

.property-item-container .property-item-img img {
  transition: 0.5s all ease-in-out;
}

.property-item-container .property-item-price {
  margin: 10px 0px;
}

.property-item-container .property-item-price .property-item-amount {
  float: right;
}

.property-item-container .property-item-price span {
  margin-top: 10px;
  display: inline-block;
}

.property-item-container .property-item-price span,
.property-item-container .property-item-price del {
  color: #555555;
  font-size: 18px;
  margin-right: 12px;
}

.property-item-container .property-item-price strong {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  float: right;
}

.property-item-container .property-item-title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9e9e9;
}

.property-item-container .property-item-title h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.444;
  padding-bottom: 8px;
  transition: 0.3s all ease-in-out;
}

.property-item-container .property-item-title .property-meta a {
  font-size: 14px;
  margin-right: 10px;
}

.property-item-container .property-item-title .property-meta.large a {
  margin-right: 15px;
}

.property-item-container .property-item-title .property-meta a:last-child {
  margin-right: 0;
}

.property-item-container .property-item-title .property-meta a i {
  margin-right: 5px;
  color: var(--thm-primary);
}

.property-item-container .property-item-rate ul {
  margin-right: 5px;
  display: inline-block;
}

.property-item-container .property-item-rate ul li {
  color: #ffc601;
  font-size: 13px;
}

.property-item-container .property-item-rate span {
  font-size: 14px;
}

.property-item-container .property-item-rate .p-rate-vote {
  margin-top: 3px;
}

.property-item-container .property-item-rate .property-details-btn,
.property-item-container .property-item-agent .property-details-btn {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--thm-primary);
  transition: 0.3s all ease-in-out;
}

.property-item-container .property-item-agent .property-details-btn {
  margin-top: 8px;
}

.property-item-container .property-item-rate .property-details-btn a,
.property-item-container .property-item-agent .property-details-btn a {
  color: #fff;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 32px;
}

.property-item-container:hover {
  box-shadow: -3.285px 20.741px 51px 0px rgba(0, 0, 47, 0.2);
}

.property-item-container:hover .property-item-title h3 {
  color: #ff5520;
}

.property-item-container:hover .property-details-btn {
  background-color: #ff5520;
}

.property-item-container:hover .property-details-btn i {
  animation: toBottomFromTop 0.3s forwards;
}

.property-item-container:hover .property-item-img img {
  transform: scale(1.1);
}

.property-item-container .property-item-text .property-agent-img {
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin-right: 10px;
  margin-top: 5px;
  border-radius: 100%;
}

.property-item-container .property-item-text .property-agent-text h4 {
  color: #000;
  font-family: var(--thm-headline-font);
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin: 0;
}

.property-item-container .property-item-text .property-agent-text span {
  font-size: 13px;
}

/*Property details area*/
/*-----------------------------*/

.property-details-section-slide {
  position: relative;
  display: block;
  padding-top: 90px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.property-block.style-3 {
  display: flex;
  align-items: center;
  border: none;
}

.pbw-flex-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f5fd;
  border-radius: 6px;
  padding: 1rem;
}

.pbw-flex {
  padding-left: 2rem;
}

.property-types {
  font-size: 12px;
  padding: 4px 12px;
  margin-top: 5px;
  border-radius: 50px;
  background: #efefef;
  display: inline-block;
}

.property-types.sale {
  background: rgb(227 0 42 / 10%);
  color: var(--thm-primary);
}

.property-price-fix {
  line-height: 1.4;
  color: #0fca98;
}

.property-price-fix sub {
  font-size: 15px;
  font-weight: 400;
  color: #929fc5;
  bottom: 0;
}

.property-features {
  margin-top: 10px;
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: inherit;
}

.property-features .icon-text {
  display: inline-block;
  padding-left: 0;
  position: relative;
  vertical-align: top;
  width: 33.333333%;
  flex: 0 0 33.333333%;
  margin-bottom: 0;
  font-size: 14px;
  color: #616e96;
  font-weight: 600;
}

.property-features .icon-text {
  width: auto;
  flex: inherit;
  display: inline-flex;
  margin-right: 1.2rem;
  align-items: center;
}

.property-features .icon-text .icon {
  width: 25px;
  height: 25px;
  background: #edf1f9;
  border-radius: 50%;
  margin-right: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.property-features .icon-text .icon.two {
  background: none;
}

.property-features .icon-text .icon.two i {
  color: var(--thm-primary);
}

.property-features .icon-text .icon i {
  font-size: 11px;
}

.property-detail-title-desc h3 {
  font-family: var(--thm-headline-font);
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 5px;
}

.property-price-fix {
  display: inline-table;
  text-align: right;
  padding-left: 10px;
  vertical-align: middle;
}

.property-detail-title-desc span i {
  color: #929eb3;
  font-weight: 600;
}

.property-location {
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
  padding-left: 10px;
}




/*Property Page  area*/
/*-----------------------------*/
.property-page-property-section {
  padding: 100px 0px;
  background-color: #f2f2f4;
}

.property-page-property-content-top {
  margin-bottom: 70px;
}

.property-page-property-content-top .property-grid-top-bar {
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
  padding-left: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgb(12 12 12 / 2%);
}

.property-page-property-content-top .property-grid-top-bar .property-grid-showing-result .property-grid-list {
  margin-right: 40px;
}

.property-page-property-content-top .property-grid-top-bar .property-grid-showing-result .property-grid-list a {
  color: #010101;
  font-size: 17px;
  position: relative;
  padding-right: 45px;
  transition: 0.3s all ease-in-out;
}

.property-page-property-content-top .property-grid-top-bar .property-grid-showing-result .property-grid-list a:hover {
  color: #ff5520;
}

.property-page-property-content-top .property-grid-top-bar .property-grid-showing-result .property-grid-list a:after {
  top: 0px;
  right: 20px;
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  background-color: #d7d8da;
}

.property-page-property-content-top .property-grid-top-bar .property-grid-showing-result .property-grid-list a:last-child {
  padding-right: 0;
}

.property-page-property-content-top .property-grid-top-bar .property-grid-showing-result .property-grid-list a:last-child:after {
  display: none;
}

.property-page-property-content-top .property-grid-top-bar .property-grid-showing-result .show-result-text {
  font-size: 17px;
}

.property-page-property-content-top .property-grid-top-bar .property-search input {
  width: 100%;
  height: 100%;
  border: none;
}

.property-page-property-content-top .property-grid-top-bar .property-search button {
  top: 0;
  right: 0;
  color: #fff;
  border: none;
  height: 100%;
  width: 160px;
  font-weight: 700;
  position: absolute;
  background-color: #f4511f;
}

.property-page-properties-item .property-item-container .property-item-text h3 {
  font-size: 22px;
}

.property-pagination {
  margin-top: 15px;
}

.property-pagination ul li a {
  color: #000;
  width: 45px;
  height: 45px;
  font-size: 18px;
  font-weight: 700;
  margin: 0px 5px;
  line-height: 45px;
  display: inline-block;
  font-family: var(--thm-headline-font);
  background-color: #ffffff;
  transition: 0.4s all ease-in-out;
}

.property-pagination ul li a:hover {
  color: #fff;
  background-color: var(--thm-primary);
}

/*Property Details Page  area*/
/*-----------------------------*/
.property-details-section {
  padding: 100px 0px;
  background-color: #f2f2f4;
}

.property-details-tab-area {
  background-color: #fff;
}

.property-details-tab-wrapper {
  padding: 40px 40px;
}

.property-details-tab-btn {
  background-color: #f8f9fd !important;
}

.property-details-tab-btn .nav-tabs .nav-item.show .nav-link,
.property-details-tab-btn .nav-tabs .nav-link.active,
.property-details-tab-btn .nav-tabs,
.property-details-tab-btn .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
}

.property-details-tab-btn .nav-tabs .nav-link {
  padding: 16px 30px;
  display: flex;
  line-height: 30px;
}

.property-details-tab-btn .nav-tabs .nav-link i {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  color: #ff5520;
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 5px;
}

.property-details-tab-btn .nav-tabs .nav-link.active {
  background-color: #ff5520;
  color: #fff;
}

.property-details-tab-btn ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #616e96;
  text-transform: uppercase !important;
}

.c-overview-title {
  color: #000;
  font-family: var(--thm-headline-font);
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 20px;
}

.overview-feature-list {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}

.property-details-overview-feature {
  margin-top: 40px;
}

.overview-feature-content {
  width: 50%;
  float: left;
  margin-bottom: 50px;
  border: 2px solid #eee;
  padding: 20px;
}

.overview-feature-content:first-child {
  border-right: none;
}

.overview-feature-content .overview-feature-icon-title {
  margin-bottom: 10px;
  display: inline-block;
  width: 30%;
}

.overview-feature-content .overview-feature-icon-title i {
  height: 80px;
  width: 80px;
  background: #eff1f6;
  border-radius: 50%;
  font-size: 45px;
  color: var(--thm-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.overview-feature-content .overview-feature-icon-title img,
.overview-feature-content .overview-feature-icon-title i {
  margin-right: 10px;
}

.overview-feature-content .overview-feature-text {
  overflow: hidden;
  width: 70%;
  float: right;
}

.overview-feature-content .overview-feature-text p {
  font-size: 15px;
  line-height: 1.6;
  max-width: 330px;
}

.overview-feature-content .overview-feature-text h3 {
  color: #000000;
  font-size: 15px;
  display: inline-block;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.overview-feature-content .overview-feature-text a {
  color: #000;
  text-decoration: underline;
}


.agent-detail-btn {
  height: 48px;
  width: 150px;
  line-height: 44px;
  border-radius: 30px;
  border: 2px solid var(--thm-primary);
}

.agent-detail-btn a {
  color: #000;
  width: 100%;
  display: block;
  font-weight: 700;
}

.property-agent-content {
  margin-top: 20px;
}

.property-agent-content .property-agent-img {
  width: 120px;
  height: 120px;
  margin-right: 25px;
  border-radius: 100%;
}

.property-agent-content .property-agent-img img {
  border-radius: 100%;
}

.property-agent-content .property-agent-text {
  padding-top: 15px;
}

.property-agent-content .property-agent-text h3 {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 10px;
}

.property-agent-content .property-agent-text .property-agent-rate {
  margin-bottom: 10px;
}

.property-agent-content .property-agent-text .property-agent-rate ul {
  margin-right: 10px;
}

.property-agent-content .property-agent-text .property-agent-rate ul li {
  color: #ebc90a;
}

.property-agent-content .property-agent-text .property-agent-rate ul li.unchecked {
  color: #d3d3d3;
}

.property-agent-content .property-agent-text .property-agent-rate .agent-rating {
  color: #000;
  font-weight: 500;
  margin-right: 10px;
}

.property-agent-content .property-agent-text .property-agent-rate .agent-total-rating {
  font-size: 14px;
}

.property-agent-content .property-agent-text .agent-property-details span {
  margin-right: 20px;
}

.property-agent-content .property-agent-text .agent-property-details span i {
  color: var(--thm-primary);
  margin-right: 6px;
}

.property-agent-content .property-agent-text .agent-details-social {
  margin-top: 10px;
}

.property-agent-content .property-agent-text .agent-details-social a {
  font-size: 18px;
  margin-right: 15px;
}

.property-agent-content .property-agent-text .agent-details-social a:nth-child(1) {
  color: #3b5998;
}

.property-agent-content .property-agent-text .agent-details-social a:nth-child(2) {
  color: #1da1f2;
}

.property-agent-content .property-agent-text .agent-details-social a:nth-child(3) {
  color: #0077b5;
}

.property-agent-content .property-agent-text .agent-details-social a:nth-child(4) {
  color: #5973e9;
}


.agent-details {
  margin-top: 25px;
}

.agent-details p {
  margin-bottom: 30px;
}

.property-user-comment {
  margin-top: 15px;
}

.property-review-comment {
  margin-bottom: 40px;
}

.property-review-comment .property-review-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 20px;
}

.property-review-comment .property-review-text {
  overflow: hidden;
}

.property-review-comment .property-review-rating .property-review-author {
  margin-bottom: 15px;
}

.property-review-comment .property-review-rating .property-review-author h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
}

.property-review-comment .property-review-rating .property-review-author span {
  font-size: 14px;
}

.property-review-comment .property-review-rating .property-review-rate ul {
  margin-right: 10px;
}

.property-review-comment .property-review-rating .property-review-rate ul li {
  color: #ebc90a;
}

.property-review-comment .property-review-rating .property-review-rate ul li.unchecked {
  color: #d3d3d3;
}

.property-review-comment .property-review-rating .property-review-rate .agent-rating {
  color: #000;
  font-weight: 500;
  margin-right: 10px;
}

.property-review-comment .property-review-rating .property-review-rate .agent-total-rating {
  font-size: 14px;
}

.property-review-comment p {
  margin-bottom: 25px;
}

.property-review-comment .reply-btn {
  color: #fff;
  height: 40px;
  width: 100px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 30px;
  line-height: 40px;
  display: inline-block;
  background-color: #ff5520;
}

.review-form {
  padding-top: 100px;
  position: relative;
}

.review-form:before {
  top: 0;
  left: -45px;
  height: 40px;
  width: 111%;
  content: "";
  position: absolute;
  background-color: #f2f2f4;
}

.review-form .property-form-input {
  flex-wrap: wrap;
  margin: 0px -7px;
}

.review-form .property-form-input-field {
  padding: 0px 7px;
}

.review-form input {
  width: 254px;
  height: 45px;
  border: none;
  padding-left: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #efeff0;
}

.review-form textarea {
  width: 100%;
  border: none;
  height: 165px;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #efeff0;
}

.review-form button {
  color: #fff;
  width: 170px;
  height: 50px;
  border: none;
  font-weight: 700;
  border-radius: 40px;
  background-color: var(--thm-primary);
}

.review-form button i {
  margin-left: 5px;
}



.rating-overview {
  display: flex;
  margin: 35px 0 25px;
  background: #fff;
  padding: 30px;
  padding-right: 20px;
  border-radius: 8px;
}

.rating-overview-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: #ffdead;
  width: 135px;
  margin-right: 20px;
  text-align: center;
  border-radius: 0;
  border-right: 1px solid #e8e8e8;
  padding-right: 27px;
}

.rating-overview-box-total {
  font-size: 58px;
  font-weight: 700;
  line-height: 1em;
  display: block;
  color: #2a2f3a;
}

.rating-overview-box-percent {
  font-size: 15px;
  margin-bottom: 0;
  display: block;
}

.rating-overview-box .star-rating {
  font-size: 16px;
  margin: 0;
  display: block;
  letter-spacing: -.5px;
}

.rating-overview-box .star-rating i {
  color: #ff9500;
}

.rating-bars {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: 0;
  padding: 0;
  margin-top: 0;
  align-items: center;
}

.rating-bars-item {
  margin: 10px 15px;
  width: calc(50% - 30px);
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.rating-bars-name {
  font-weight: 600;
  color: #4c4f5a;
  display: block;
  font-size: 14px;
  line-height: 22px;
}

.rating-bars-inner {
  display: flex;
  width: 100%;
}

.rating-bars-rating {
  display: inline-block;
  vertical-align: baseline;
  background: #f4f5f7;
  width: 100%;
  height: 6px;
  margin-right: 10px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #f4f5f7;
  align-self: center;
}


.rating-bars-rating-inner {
  height: 6px;
  display: block;
  background-color: #f4f5f7;
  position: relative;
  width: 0;
  transition: width .5s;
}

.rating-bars-item strong {
  color: #4c4f5a;
  font-size: 12px;
  font-weight: 600;
  align-self: center;
  background: #f4f5f7;
  border-radius: 50px;
  width: 46px;
  height: 22px;
  text-align: center;
  line-height: 21px;
}

.rating-bars-rating.good .rating-bars-rating-inner {
  background-color: #83ce36;
}

.rating-bars-rating.high .rating-bars-rating-inner {
  background-color: #00ba74;
}

.rating-bars-rating.poor .rating-bars-rating-inner {
  background-color: #e6453c;
}


.review-box {
  margin: 35px 0 25px;
  background: #fff;
  padding: 30px;
  padding-right: 20px;
  border-radius: 8px;
}


.offline-wrap .offline-download-btn {
  color: #fff;
  font-weight: 700;
  margin-top: 30px;
  padding: 15px 30px;
  border-radius: 40px;
  display: inline-block;
  background-color: #ff5520;
}

.property-widget-item {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 40px;
  background-color: #fff;
}

.property-widget-item .widget-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.property-widget-item .video-widget a {
  top: 50%;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  color: #ff5520;
  position: absolute;
  line-height: 50px;
  border-radius: 100%;
  background-color: #fff;
  transform: translateY(-50%);
}

.property-widget-item .property-table-widget {
  padding: 35px 30px;
}

.property-widget-item .property-table-widget .property-table-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef1fe;
}

.property-widget-item .property-table-widget .property-table-item:last-child {
  border-bottom: none;
}

.property-widget-item .property-table-widget .property-table-item .table-title,
.property-widget-item .property-table-widget .property-table-item .table-valur {
  color: #000;
}

.property-widget-item .property-table-widget .property-table-item .table-title i,
.property-widget-item .property-table-widget .property-table-item .table-valur i {
  color: #ff5520;
  margin-right: 7px;
  width: 18px;
}

.property-widget-item .property-table-widget .property-price span {
  float: left;
  display: block;
  width: 100%;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.property-widget-item .property-table-widget .property-price span strong {
  color: #ff5520;
  float: right;
}

.property-widget-item .property-table-widget .property-price a.property-action-btn {
  background: #000;
  color: #fff;
  float: left;
}

.property-widget-item .property-table-widget .property-price a.property-action-btn.print {
  background: var(--cyan);
}

.property-widget-item .property-table-widget .property-price a.property-action-btn.phone {
  background: var(--blue);
}

.property-widget-item .property-table-widget .property-price a.property-action-btn.mail {
  background: var(--teal);
}

.property-widget-item .property-table-widget .property-price a {
  color: #fff;
  height: 30px;
  padding: 0 10px;
  float: right;
  font-size: 14px;
  margin-right: 5px;
  margin-top: 10px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  background-color: #ff5520;
  text-transform: uppercase;
  border-radius: 4px;
}

.property-widget-item .property-table-widget .property-price a:last-child {
  margin-right: 0px;
}

.property-widget-item .property-latest-widget {
  padding: 35px 30px;
}

.property-widget-item .property-latest-item {
  margin-top: 28px;
}

.property-latest-img-text {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eef1fe;
}

.property-latest-img-text:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.property-latest-img-text .property-latest-img {
  width: 65px;
  height: 65px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
}

.property-latest-img-text .property-latest-text {
  padding-top: 3px;
  overflow: hidden;
}

.property-latest-img-text .property-latest-text a {
  color: #000;
  display: block;
  font-weight: 700;
  line-height: 1.375;
  padding-bottom: 3px;
}

.property-latest-img-text .property-latest-text span {
  display: block;
  color: #ff5520;
  font-size: 18px;
  font-weight: 700;
  float: right;
}

.property-latest-img-text .property-latest-text i {
  width: 45px;
  height: 23px;
  font-size: 10px;
  margin-top: 5px;
  font-weight: 400;
  font-style: normal;
  line-height: 23px;
  text-align: center;
  display: inline-block;
  background-color: #eee;
  text-transform: uppercase;
}

.property-section-3 {
  padding: 150px 0px 90px;
}

.property-section-3 .property-item-container,
.property-featured-section .property-item-container {
  box-shadow: none;
  border: 2px solid #eee;
}

.property-content-3 {
  margin-top: 40px;
}

.featured-property-section {
  padding: 95px 0px 100px;
  background-color: #fff;
}


/*---------------------------------------------------- */
/* CTA area*/
/*----------------------------------------------------*/

.cta-section {
  z-index: 1;
  padding: 95px 0px 85px;
  background-color: var(--thm-primary);
}

.cta-section:before {
  top: 0;
  left: 0;
  width: 50%;
  content: "";
  height: 100%;
  opacity: 0.1;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/cta-bg.jpg);
}

.cta-section:after {
  top: 0;
  right: -30px;
  width: 54%;
  content: "";
  height: 100%;
  z-index: -1;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/cta-bg2.png);
}

.cta-section-left {
  max-width: 500px;
}

.cta-section-left .section-title span {
  color: #fff;
}

.cta-section-left p {
  color: #fafafa;
  padding-bottom: 20px;
}

.cta-section-left .section-title span:before,
.cta-section-left .section-title span:after {
  background-color: #fff;
}

.cta-section-left .section-title h2 {
  color: #fff;
}

.cta-section-right {
  padding-top: 10px;
  padding-left: 100px;
}

.cta-section-right h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
  line-height: 1.333;
}

.cta-section-right p {
  color: #cecece;
  padding-bottom: 40px;
}

.cta-section-right a,
.cta-section-left a {
  color: #fff;
  height: 50px;
  width: 150px;
  display: block;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  background-color: var(--thm-primary);
  transition: 0.3s all ease-in-out;
}

.cta-section-left a {
  color: #000;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}

.cta-section-right a:after {
  background-color: #fff;
}

.cta-section-right a:hover {
  color: #000;
}

.cta-section-3 {
  overflow: visible;
}

/* CTA Widget */

.cta-widget-content {
  text-align: center;
  padding: 55px 30px 45px 30px;
  position: relative;
}

.cta-widget-title,
.cta-widget-button,
.cta-widget-number {
  position: relative;
  z-index: 1;
}

.cta-widget-title {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.cta-widget-button {
  height: 100px;
  width: 100px;
  background: var(--thm-primary);
  border-radius: 50%;
  font-size: 40px;
  line-height: 105px;
  display: inline-block;
  color: #ffffff;
}

.cta-widget-button:hover,
.cta-widget-number:hover {
  color: #ffffff;
}

.cta-widget-number {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
}

.cta-widget-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #666666;
  left: 0;
  top: 0;
  opacity: .87;
}



/*---------------------------------------------------- */
/*CTA area*/
/*----------------------------------------------------*/
.cta-section-4 {
  overflow: visible;
}

.cta-content-4 {
  margin: 0 auto;
  max-width: 975px;
}

.cta-contact-4 {
  width: 50%;
  padding: 40px;
  background-color: #eaecf0;
}

.cta-contact-4 .cta-img-4 {
  bottom: 0;
  left: 10px;
  position: absolute;
}

.cta-contact-4 .cta-contact-text {
  float: right;
  max-width: 260px;
}

.cta-contact-4 .cta-contact-text h3 {
  color: #07173a;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.364;
}

.cta-contact-4 .cta-contact-text a {
  color: #fff;
  width: 130px;
  height: 45px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  margin-top: 20px;
  display: inline-block;
  background-color: #07173a;
}

.cta-register-4 {
  width: 50%;
}

.cta-register-4 .cta-register-text {
  margin: 0 auto;
  max-width: 325px;
  padding-top: 65px;
}

.cta-register-4 .cta-register-text h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.385;
  padding-bottom: 20px;
}

.cta-register-4 .cta-register-text a {
  font-weight: 700;
  color: #ff3614;
  font-size: 15px;
}


/* Blog area */
/*----------------------------------------------------*/
.blog-section {
  padding: 100px 0px;
}

.blog-section .blog-slide-content {
  margin-top: 35px;
}

.blog-content {
  padding: 25px;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 14px 29px 0px rgba(12, 12, 12, 0.08);
}

.blog-content .blog-img img {
  transition: 0.5s all ease-in-out;
}

.blog-content .blog-category {
  color: #fff;
  left: 20px;
  top: 15px;
  z-index: 2;
  font-size: 14px;
  padding: 5px 10px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
}

.blog-content .blog-text {
  margin-top: 22px;
}

.blog-content .blog-text .blog-meta {
  margin-bottom: 10px;
}

.blog-content .blog-text .blog-meta a {
  font-weight: 500;
  font-size: 15px;
  margin-right: 16px;
  font-family: var(--thm-headline-font);
}

.blog-content .blog-text .blog-meta a i {
  color: #777777;
  color: var(--thm-primary);
}

.blog-content .blog-title h3 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 12px;
  transition: 0.3s all ease-in-out;
}

.blog-content .blog-title p {
  color: #353535;
  padding-bottom: 20px;
}

.blog-content:hover {
  transform: translateY(-20px);
  box-shadow: 0px 29px 29px 0px rgba(12, 12, 12, 0.26);
}

.blog-content:hover h3 {
  color: var(--thm-primary);
}

.blog-content:hover .blog-img:before {
  height: 100%;
}

#blog-slider .owl-stage-outer {
  overflow: visible;
}

#blog-slider .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}

#blog-slider .owl-item.active {
  opacity: 1;
}

#blog-slider .owl-nav {
  right: 0;
  top: -110px;
  position: absolute;
}

#blog-slider .owl-nav .owl-next,
#blog-slider .owl-nav .owl-prev {
  width: 60px;
  height: 60px;
  cursor: pointer;
  line-height: 60px;
  margin-left: 12px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  border: 2px solid var(--thm-primary);
  transition: 0.3s all ease-in-out;
}

#blog-slider .owl-nav .owl-next:hover,
#blog-slider .owl-nav .owl-prev:hover {
  color: #fff;
  background-color: var(--thm-primary);
}

/* Blog section 2*/
/*-----------------------------*/
.blog-section-2 {
  padding: 105px 0px 60px;
  background-color: #f7f7f7;
}

.blog-section-2 .section-title .title-watermark {
  opacity: 0.1;
}

.blog-section-2 .blog-content-2 {
  margin-top: 25px;
}

.blog-content-2 {
  margin: 0 auto;
  max-width: 370px;
  margin-bottom: 40px;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}

.blog-content-2 .blog-img-date-2 .blog-img-2 {
  overflow: hidden;
}

.blog-content-2 .blog-img-date-2 .blog-img-2 img {
  transition: 0.4s all ease-in-out;
}

.blog-content-2 .blog-img-date-2 .blog-img-2:after {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
}

.blog-content-2 .blog-img-date-2 .blog-date-2 {
  right: 25px;
  width: 80px;
  height: 80px;
  bottom: -30px;
  padding-top: 13px;
  border-radius: 3px;
  position: absolute;
  background-color: var(--thm-primary);
}

.blog-content-2 .blog-img-date-2 .blog-author {
  left: 30px;
  width: 80px;
  height: 80px;
  bottom: -30px;
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  background-color: var(--thm-base);
  box-shadow: 0px 12px 35px 0px rgb(12 12 12 / 6%);
}

.blog-content-2 .blog-img-date-2 .blog-author img {
  border-radius: 50%;
}

.blog-content-2 .blog-img-date-2 .blog-date-2 a {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  font-family: var(--thm-headline-font);
}

.blog-content-2 .blog-img-date-2 .blog-date-2 a span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.blog-content-2 .blog-text-2 {
  padding: 25px 35px 35px;
  box-shadow: 0px 12px 35px 0px rgba(12, 12, 12, 0.06);
}

.blog-content-2 .blog-title-text-2 h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding: 10px 0px 15px;
  transition: 0.3s all ease-in-out;
}

.blog-content-2 .blog-title-text-2 h3:hover {
  color: #ff5520;
}

.blog-content-2 .blog-title-text-2 p {
  padding-bottom: 14px;
}

.blog-content-2 .blog-title-text-2 .blog-more {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s all ease-in-out;
  position: relative;
}

.blog-content-2 .blog-title-text-2 .blog-more:after {
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: 0.3s all ease-in-out;
  background-color: var(--thm-primary);
}

.blog-content-2 .blog-title-text-2 .blog-more:hover {
  color: var(--thm-primary);
}

.blog-content-2 .blog-title-text-2 .blog-more:hover:after {
  width: 100%;
}

.blog-content-2:hover {
  box-shadow: 0px 43px 35px 0px rgba(12, 12, 12, 0.1);
}

.blog-content-2:hover .blog-img-2 img {
  transform: scale(1.2) rotate(5deg);
}

.blog-meta-2 {
  margin-bottom: 5px;
  position: relative;
  padding: 10px 0px;
  border-bottom: 2px solid #eaeaea;
  transition: 0.3s all ease-in-out;
}

.blog-meta-2 a {
  font-size: 14px;
  margin-right: 25px;
  position: relative;
  color: var(--thm-primary);
  font-family: var(--thm-headline-font);
}

.blog-meta-2 a:after {
  top: -3px;
  width: 2px;
  content: "";
  right: -15px;
  height: 20px;
  position: absolute;
  background-color: #cdcdcd;
}

.blog-meta-2 a:last-child:after {
  display: none;
}

.blog-details-thumb-text.headline .blog-meta-2,
.blog-details-thumb-section .blog-meta-2 {
  border: none;
}

.blog-details-thumb-text.headline .blog-meta-2 a,
.blog-details-thumb-section .blog-meta-2 a {
  color: #fff;
}

#blog-slider-2 .owl-nav {
  display: none;
}

#blog-slider-2 .owl-stage-outer {
  overflow: visible;
}

#blog-slider-2 .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}

#blog-slider-2 .owl-item.active {
  opacity: 1;
}

#blog-slider-2 .owl-dots {
  margin-top: 35px;
  text-align: center;
}

#blog-slider-2 .owl-dots .owl-dot {
  width: 28px;
  height: 5px;
  margin: 0px 5px;
  cursor: pointer;
  border-radius: 30%;
  display: inline-block;
  background-color: #ececed;
  transition: 0.3s all ease-in-out;
}

#blog-slider-2 .owl-dots .owl-dot.active {
  width: 38px;
  background-color: var(--thm-primary);
}

.blog-feed-section,
.blog-feed-list-section {
  padding: 100px 0px;
  background-color: #f2f2f4;
}

.blog-feed-list-img-text .blog-content-2 .blog-img-date-2 .blog-img-2 {
  border-radius: 5px;
}

.blog-feed-list-img-text .blog-content-2 .blog-img-date-2 .blog-date-2 {
  right: 40px;
}

.blog-feed-list-img-text .blog-content-2 {
  max-width: 100%;
}

.blog-feed-list-img-text .blog-content-2 .blog-title-text-2 h3 {
  border: none;
  font-size: 40px;
  margin-bottom: 8px;
}

.blog-feed-list-img-text .blog-content-2 .blog-title-text-2 h3:before {
  display: none;
}

.blog-feed-list-img-text .blog-content-2 .blog-title-text-2 p {
  padding-bottom: 30px;
}

.blog-feed-list-img-text .blog-content-2 .blog-text-2 {
  padding: 48px 40px 40px;
}

.blog-feed-list-img-text .blog-content-2 .blog-more {
  border-radius: 4px;
  padding: 14px 28px 12px;
  border: 2px solid #ff5520;
}

.blog-feed-list-img-text .blog-content-2 .blog-more:after {
  display: none;
}

.blog-feed-list-img-text .blog-content-2 .blog-more:hover {
  color: #fff;
  background-color: #ff5520;
}

.blog-list-share .blog-share-slug {
  color: #000;
  font-weight: 700;
  margin-right: 10px;
}

.blog-list-share a {
  width: 42px;
  color: #fff;
  height: 42px;
  line-height: 42px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}

.blog-list-share a:hover {
  transform: scale(1.1);
}

.blog-list-share a:nth-child(2) {
  background-color: #3b5998;
}

.blog-list-share a:nth-child(3) {
  background-color: #1da1f2;
}

.blog-list-share a:nth-child(4) {
  background-color: #0077b5;
}

.blog-widget-item {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 40px;
  background-color: #fff;
}

.blog-widget-item .widget-title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 14px;
  font-family: var(--thm-headline-font);
}

.blog-widget-item .search-widget input {
  width: 100%;
  height: 48px;
  border: none;
  padding-left: 15px;
  border-radius: 4px;
  background-color: #fff;
}

.blog-widget-item .search-widget button {
  top: 0;
  right: 0;
  width: 48px;
  color: #fff;
  border: none;
  height: 48px;
  position: absolute;
  background-color: #ff5520;
}

.blog-widget-item .category-widget {
  padding: 35px 30px;
}

.blog-widget-item .category-widget li {
  margin-bottom: 5px;
}

.blog-widget-item .category-widget li a {
  color: #222;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
  transition: 0.4s all ease-in-out;
}

.blog-widget-item .category-widget li a:after {
  left: 0;
  top: -1px;
  color: #ff5520;
  font-size: 14px;
  content: "";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.blog-widget-item .category-widget li a:hover {
  margin-left: 15px;
}

.blog-widget-item .category-widget li:last-child {
  margin-bottom: 0;
}

.blog-widget-item .recent-blog-widget {
  padding: 35px 30px;
}

.blog-widget-item .recent-blog-widget .recent-blog-content {
  width: 100%;
  margin-bottom: 14px;
  padding-bottom: 14px;
  display: inline-block;
}

.blog-widget-item .recent-blog-widget .recent-blog-content:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.blog-widget-item .recent-blog-widget .recent-blog-content .recent-blog-img {
  width: 65px;
  height: 65px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 4px;
}

.blog-widget-item .recent-blog-widget .recent-blog-content .recent-blog-text {
  overflow: hidden;
}

.blog-widget-item .recent-blog-widget .recent-blog-content .recent-blog-text span {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding-top: 5px;
}

.blog-widget-item .recent-blog-widget .recent-blog-content .recent-blog-text h3 {
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 700;
}

.blog-widget-item .blog-category-widget {
  padding: 35px 30px;
}

.blog-widget-item .blog-category-widget .blog-category-tag a {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 10px 12px;
  border-radius: 30px;
  display: inline-block;
  border: 1px solid #e5e5e5;
}

.blog-widget-item .blog-category-widget .blog-category-tag a:hover {
  background: var(--thm-primary);
  border-color: var(--thm-primary);
  color: #fff;
  transition: 0.3s all ease-in-out;
}


.blog-details-section {
  padding: 100px 0px;
  background-color: #f2f2f4;
}

.blog-details-section .blog-details-wrap {
  background-color: #fff;
}

.blog-details-section .blog-details-wrap .blog-details-thumb {
  overflow: hidden;
  border-radius: 6px;
}

.blog-details-section .blog-details-wrap .blog-meta-2 {
  margin-bottom: 45px;
}

.blog-details-section .blog-details-wrap .blog-details-text {
  padding: 40px;
}

.blog-details-section .blog-details-wrap article {
  margin-bottom: 30px;
}

.blog-details-section .blog-details-wrap blockquote {
  color: #555;
  background: #fafafa;
  font-size: 21px;
  font-style: italic;
  margin-bottom: 35px;
  padding: 20px 0px 20px 60px;
  border-left: 4px solid #ff5520;
}

.blog-details-section .blog-details-wrap blockquote .blockquote-author {
  font-style: normal;
  padding-left: 45px;
  position: relative;
}

.blog-details-section .blog-details-wrap blockquote .blockquote-author:before {
  left: 0;
  top: 18px;
  height: 1px;
  width: 38px;
  content: "";
  position: absolute;
  background-color: #000;
}

.blog-details-section .blog-details-wrap blockquote .blockquote-author strong {
  color: #000;
  font-size: 16px;
  margin-right: 5px;
}

.blog-details-section .blog-details-wrap blockquote .blockquote-author span {
  font-size: 14px;
}

.blog-details-section .blog-details-wrap .post-cat-wrap.style-2 a {
  margin-right: 5px;
  padding: 10px 12px;
  border-radius: 30px;
  display: inline-block;
  border: 1px solid #e5e5e5;
}

.blog-details-section .blog-details-wrap .post-cat-wrap a {
  padding: 10px 12px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #ddd;
  margin-right: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.blog-details-section .blog-details-comment-area {
  padding: 35px;
  margin-top: 40px;
  background-color: #fff;
}

.blog-details-section .blog-details-comment-area h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.blog-details-section .blog-details-comment-area .comment-discuss {
  margin-top: 20px;
}

.blog-details-section .blog-details-comment-area .comment-innerbox {
  margin-bottom: 35px;
}

.blog-details-section .blog-details-comment-area .comment-innerbox .comment-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
}

.blog-details-section .blog-details-comment-area .comment-innerbox .comment-text {
  overflow: hidden;
}

.blog-details-section .blog-details-comment-area .comment-innerbox .comment-text h4 {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}

.blog-details-section .blog-details-comment-area .comment-innerbox .comment-text span {
  color: #7f7f7f;
  font-size: 14px;
}

.blog-details-section .blog-details-comment-area .comment-innerbox .comment-text p {
  margin-top: 15px;
}

.blog-details-section .blog-details-comment-area .comment-innerbox .comment-text .comment-reply-btn {
  top: 0;
  right: 0;
  color: #fff;
  height: 42px;
  width: 100px;
  font-weight: 700;
  position: absolute;
  line-height: 42px;
  border-radius: 30px;
  background-color: #ff5520;
}

.blog-details-section .blog-details-comment-area .comment-innerbox.reply-comment {
  margin-left: 100px;
}

.blog-details-title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 25px;
}

.blog-details-thumb-text {
  position: relative;
  bottom: 220px;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.blog-details-thumb-title {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}

.blog-section-4 {
  padding: 110px 0px;
}

.blog-btn-4 {
  margin-top: 40px;
}

.blog-btn-4 a {
  color: #fff;
  height: 50px;
  width: 150px;
  font-size: 15px;
  font-weight: 700;
  line-height: 50px;
  border-radius: 5px;
  display: inline-block;
  background-color: #ff3614;
}


.blog-date {
  position: absolute;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background-color: var(--thm-primary);
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center !important;
  text-align: center;
  margin-top: -35px;
  right: 10px;
  text-transform: uppercase;
}

.blog-date-box span {
  display: block;
}

/* Blog Service */


.blog-details-image-and-list {
  padding-bottom: 25px;
}

.service-details-list h2 {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 20px;
  color: #000;
}

.service-details-list img {
  margin-top: 10px;
}

.service-details-list ul {
  list-style: none;
  padding: 0;
}

.service-details-list li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 15px;
}

.service-details-list li:last-child {
  margin-bottom: 0;
}

.service-details-list li i {
  background-color: #f4f5ef;
  color: var(--thm-primary);
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 8px;
  transition: .3s;
}

.service-details-list li:hover i {
  background: var(--thm-primary);
  color: #ffffff;
}



/*---------------------------------------------------- */
/*Comments area*/
/*----------------------------------------------------*/

.comments-list {
  padding: 40px 0;
}

.comments-list ul {
  padding: 0;
  margin: 0;
}

.comments-list .comment-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-top: 0;
}

.comments-list .comment-item+.comment-item {
  border-top: 1px solid var(--thm-border);
  padding-top: 30px;
}

.comments-list .comment-item:last-child {
  margin-bottom: 0;
}

.comments-list .comment-item img {
  width: 100px;
  margin-right: 20px;
  border-radius: 50%;
}

.comments-list .comment-item .comment-body {
  position: relative;
  flex: 1;
}

.comments-list .comment-item h5 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #000;
}

.comments-list .comment-item span {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 15px;
  color: var(--thm-base);
  font-weight: 600;
}

.comments-list .comment-item p {
  margin-bottom: 0;
}

.comments-list .comment-item .btn-link {
  padding: 10px 25px;
  border: 2px solid var(--thm-border);
  border-radius: 35px;
  font-size: 14px;
  position: absolute;
  top: 0;
  color: #777;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
  right: 0;
}

.comments-list .comment-item .btn-link:hover {
  background-color: var(--thm-base);
  border-color: var(--thm-base);
  color: #fff;
}



.blog-details-content .comments-list .comment-item .btn-link {
  position: relative;
  display: inline-block;
  border: 0;
  padding: 0;
  margin-top: 18px;
  font-size: 16px;
}

.blog-details-content .comments-list .comment-item .btn-link:hover {
  color: var(--thm-base-hover);
  background-color: transparent;
}

.blog-details-content .comments-list .comment-item .date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  margin-bottom: 0;
  color: var(--thm-primary);
  font-weight: 500;
}

.blog-details-content .comments-list .comment-item:last-child {
  margin-left: 70px;
}

.blog-details-content .comments-list .comment-item .btn-link {
  position: relative;
  border: 0;
  padding: 0;
  color: #00ACB1;
  margin-top: 18px;
  font-size: 16px;
}

.blog-details-section .blog-details-wrap .post-cat-wrap a:hover {
  background: var(--thm-primary);
  color: #fff;
  border-color: var(--thm-primary);
}

/* Blog Share */

.share-this-post {
  background-color: #fff;
  padding: 40px;
  margin-top: 35px;
}

.share-post-title {
  margin-top: 0;
  margin-bottom: 25px;
  color: #000;
  font-size: 25px;
  font-weight: 700;
}

.share-this-post ul li a {
  color: #ffffff;
  background-color: #647589;
  display: block;
  padding: 8px 14px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 2px;
}

.share-this-post ul li a.fb-share {
  background-color: #3b5999;
}

.share-this-post ul li a.twitter-share {
  background-color: #3fbff5;
}

.share-this-post ul li a.linkedin-share {
  background-color: #0073b0;
}

.share-this-post ul li a.pinterest-share {
  background-color: #e60122;
}

.share-this-post ul li a.email-share {
  background-color: #d54b3d;
}

.share-this-post ul li a.fb-share,
.share-this-post ul li a.twitter-share,
.share-this-post ul li a.linkedin-share,
.share-this-post ul li a.whatsapp-share {
  padding-right: 14px;
  padding-left: 14px;
}

.fb-share i,
.twitter-share i,
.linkedin-share i,
.whatsapp-share i {
  margin-right: 10px;
  padding-right: 13px;
  position: relative;
}

.fb-share i:after,
.twitter-share i:after,
.linkedin-share i:after,
.whatsapp-share i:after {
  position: absolute;
  content: '';
  height: 15px;
  width: 1px;
  background-color: #fff;
  z-index: 1;
  right: 0;
  top: 2px;
}

.social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
}


/*---------------------------------------------------- */
/* Subscribe area*/
/*----------------------------------------------------*/


.subscribe-area {
  background-image: url(../img/subscribe-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.subscribe-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #18253e;
  opacity: .80;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.subscribe-area .section-title {
  text-align: left;
}

.subscribe-title {
  margin-bottom: 35px;
  margin-top: -5px;
  position: relative;
}

.subscribe-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-area .subscribe-title h2 {
  margin-left: 0;
  color: #fff;
}

.subscribe-area .subscribe-content {
  position: relative;
  z-index: 1;
}

.subscribe-area .subscribe-content .form-control {
  height: 55px;
  border: 0;
  border-radius: 30px;
  display: inline-block;
  max-width: 455px;
  padding-left: 20px;
}

.common-btn {
  display: inline-block;
  color: #fff;
  background-color: #f93e45;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1 !important;
  z-index: 1;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.common-btn:hover {
  color: #fff;
  background-color: #18253e;
}

.subscribe-area .subscribe-content .common-btn {
  border-radius: 30px;
  height: 55px;
  margin-left: 15px;
}

.subscribe-area .subscribe-content img {
  position: absolute;
  right: 0;
  bottom: -100px;
}




/*---------------------------------------------------- */
/*Category area*/
/*----------------------------------------------------*/
.category-section {
  padding: 95px 0px 100px;
}

.category-img-text {
  border-radius: 10px;
  background-color: #fff;
  padding: 25px 40px 0px;
  margin-bottom: 35px;
  border: 2px solid #eee;
}

.category-img-text .category-img img {
  transition: 0.3s all ease-in-out;
}

.category-img-text .category-text-icon {
  margin-bottom: 15px;
}

.category-img-text .category-text-icon .category-icon {
  line-height: 1;
  margin-right: 15px;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.category-img-text .category-text-icon .category-icon i {
  font-size: 45px;
  color: #ff5520;
}

.category-img-text .category-text h3 {
  font-size: 24px;
  font-weight: 700;
}

.category-img-text .category-text span {
  color: #ababab;
}

.category-img-text .category-hover-icon {
  width: 60px;
  left: 0;
  right: 0;
  height: 60px;
  bottom: 0px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  line-height: 60px;
  position: absolute;
  border-radius: 100%;
  background-color: var(--thm-primary);
  transition: 0.3s all ease-in-out;
}

.category-img-text .category-hover-icon i {
  color: #fff;
  transition: 0.3s all ease-in-out;
}

.category-img-text .category-hover-icon:hover i {
  transform: rotate(130deg);
}

.category-img-text:hover .category-hover-icon {
  opacity: 1;
  bottom: -30px;
  visibility: visible;
}

.category-img-text:hover .category-img img {
  filter: grayscale(1);
}

.category-img-text:hover .category-icon {
  transform: rotateY(360deg);
}

.category-slide-content {
  margin-top: 40px;
}

.category-slide-content .owl-nav {
  display: none;
}

.category-slide-content .owl-dots {
  margin-top: 15px;
  text-align: center;
}

.category-slide-content .owl-dots .owl-dot {
  width: 28px;
  height: 5px;
  margin: 0px 5px;
  cursor: pointer;
  border-radius: 30%;
  display: inline-block;
  background-color: #ececed;
  transition: 0.3s all ease-in-out;
}

.category-slide-content .owl-dots .owl-dot.active {
  width: 38px;
  background-color: var(--thm-primary);
}

.category-section-2 {
  padding: 110px 0px 90px;
}

.category-content-2 {
  margin-top: 40px;
}

.category-innerbox-2 {
  padding: 35px;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 14px 29px 0px rgba(12, 12, 12, 0.08);
}

.category-innerbox-2 .category-icon {
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.category-innerbox-2 .category-icon i {
  color: #ff5520;
  font-size: 60px;
}

.category-innerbox-2 .category-text h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.category-innerbox-2:hover .category-icon {
  transform: rotateY(360deg);
}

.top-category-section-4 {
  z-index: 3;
  overflow: visible;
  position: relative;
  margin-bottom: -100px;
  background-color: #f9f8f8;
}

.top-category-content {
  top: -100px;
  position: relative;
  padding: 100px 60px 0px;
}

.top-category-content .section-title {
  margin-bottom: 25px;
}

.top-category-content .section-title span {
  color: #ff3614;
}

.top-category-content .section-title span:before,
.top-category-content .section-title span:after {
  background-color: #ff3614;
}

.top-category-content .section-title h2 {
  color: #fff;
}

.top-category-slide-item {
  height: 220px;
  padding-top: 38px;
  background-color: #1a2847;
  transition: 0.4s all ease-in-out;
}

.top-category-slide-item .top-category-slide-icon {
  line-height: 1;
  margin-bottom: 20px;
  transition: all 0.35s cubic-bezier(0.38, 3, 0.57, 1.6);
  transform: translate3d(0px, 0, 0);
}

.top-category-slide-item .top-category-slide-icon i {
  color: #ff3614;
  font-size: 50px;
  transition: 0.3s all ease-in-out;
}

.top-category-slide-item .top-category-slide-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 5px;
}

.top-category-slide-item .top-category-slide-text span {
  color: #fff;
  transition: 0.3s all ease-in-out;
}

.top-category-slide-item .top-category-slide-text .top-cat-more-icon {
  left: 0;
  right: 0px;
  opacity: 0;
  bottom: 40px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}

.top-category-slide-item:hover {
  background-color: #ff3614;
}

.top-category-slide-item:hover .top-category-slide-icon i {
  color: #fff;
}

.top-category-slide-item:hover span {
  opacity: 0;
  margin-right: 20px;
  visibility: hidden;
}

.top-category-slide-item:hover .top-cat-more-icon {
  opacity: 1;
  visibility: visible;
}

.top-category-slide-item:hover .top-category-slide-icon {
  transition: all 0.35s cubic-bezier(0.38, 3, 0.57, 1.6);
  transform: translate3d(0px, -6px, 0);
}

.top-category-slider .owl-nav .owl-next,
.top-category-slider .owl-nav .owl-prev {
  top: 50%;
  width: 50px;
  color: #fff;
  height: 50px;
  cursor: pointer;
  line-height: 50px;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  background-color: #1a2847;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}

.top-category-slider .owl-nav .owl-next:hover,
.top-category-slider .owl-nav .owl-prev:hover {
  background-color: #ff3614;
}

.top-category-slider .owl-nav .owl-next {
  right: -80px;
}

.top-category-slider .owl-nav .owl-prev {
  left: -80px;
}

/*---------------------------------------------------- */
/*breadcrumb area*/
/*----------------------------------------------------*/
.breadcrumb-section {
  padding: 195px 0px 110px;
}

.breadcrumb-section .breadcrumb-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: #030014;
}

.breadcrumb-content {
  z-index: 1;
  position: relative;
}

.breadcrumb-content h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  padding-bottom: 10px;
}

.breadcrumb-content .breadcrumb-item .breadcrumb {
  justify-content: center;
  background-color: transparent;
}

.breadcrumb-content .breadcrumb-item .breadcrumb li {
  color: #fff;
  font-weight: 700;
}

.breadcrumb-content .breadcrumb-item .breadcrumb .breadcrumb-item.active {
  font-weight: 500;
}

.breadcrumb-content .breadcrumb-item .breadcrumb-item+.breadcrumb-item::before {
  content: "";
  font-weight: 900;
  color: var(--thm-primary);
  font-family: "Font Awesome 5 Free";
}



/*---------------------------------------------------- */
/*Agent area*/
/*----------------------------------------------------*/
.agent-section {
  padding: 100px 0px;
  background-color: #f1f1f3;
}

.agent-content {
  padding-top: 30px;
}

.agent-img-text {
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 6%);
  margin-bottom: 30px;
}

.agent-img-text:hover {
  transform: translateY(-15px);
}

.agent-img-text:after {
  top: 0;
  left: 0;
  width: 0;
  z-index: 1001;
  content: "";
  height: 100%;
  position: absolute;
  border-bottom: 4px solid var(--thm-primary);
  transition: all 500ms ease-in-out;
}

.agent-img-text:hover:after {
  width: 100%;
}

.agent-img-text .agent-img {
  z-index: 3;
  margin: 0 auto;
  overflow: hidden;
}

.agent-img-text .agent-text {
  border-radius: 6px;
  padding: 25px 30px 30px;
  background-color: #fff;
  z-index: 2;
  transition: 0.4s all ease-in-out;
}

.agent-img-text .agent-text h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  transition: 0.4s all ease-in-out;
}

.agent-img-text .agent-text span {
  display: block;
  font-size: 14px;
  transition: 0.4s all ease-in-out;
}

.agent-img-text .agent-text .agent-title {
  color: var(--thm-primary);
  padding: 5px 0px;
  font-size: 16px;
}

.agent-img-text .agent-text .agent-has {
  color: #888888;
}

.agent-details-section {
  padding: 100px 0px;
  background-color: #f2f2f4;
}

.agent-details-section-2 {
  padding: 100px 0px 0px;
  background-color: #f2f2f4;
}

.agent-details-content {
  padding: 35px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 6px 38px 0px rgba(0, 0, 0, 0.04);
}

.agent-details-img {
  width: 370px;
  height: 370px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
  box-shadow: 0px 6px 42px 0px rgba(4, 4, 97, 0.12);
}

.agent-details-text {
  padding-top: 10px;
}

.agent-details-name-social h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 5px;
}

.agent-details-name-social span {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--thm-headline-font);
}

.agent-details-name-social .agent-details-social {
  margin-top: 10px;
}

.agent-details-name-social .agent-details-social a {
  font-size: 18px;
  margin-right: 15px;
}

.agent-details-name-social .agent-details-social a:nth-child(1) {
  color: #3b5998;
}

.agent-details-name-social .agent-details-social a:nth-child(2) {
  color: #1da1f2;
}

.agent-details-name-social .agent-details-social a:nth-child(3) {
  color: #0077b5;
}

.agent-details-name-social .agent-details-social a:nth-child(4) {
  color: #5973e9;
}

.agent-details-profile {
  width: 270px;
  padding: 18px;
  border-radius: 3px;
  border: 2px solid #d1d1d3;
}

.agent-details-profile span {
  display: block;
  margin-bottom: 5px;
}

.agent-details-profile span b {
  color: #000;
}

.agent-details-profile span:last-child {
  margin-bottom: 0;
}

.agent-details-profile span i {
  margin-right: 10px;
  color: var(--thm-primary);
}

.agent-details-content-text {
  margin-top: 35px;
}

.agent-details-content-text p {
  margin-bottom: 30px;
}

.agent-details-content-text .agent-details-btn {
  color: #000;
  height: 45px;
  width: 150px;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  border-radius: 30px;
  border: 2px solid #ff5520;
  transition: 0.3s all ease-in-out;
}

.agent-details-content-text .agent-details-btn i {
  font-size: 14px;
}

.agent-details-content-text .agent-details-btn a {
  width: 100%;
  display: block;
}

.agent-details-content-text .agent-details-btn:hover {
  color: #fff;
  background-color: #ff5520;
}

.agent-contact-section {
  padding: 40px 0px;
  background-color: #f2f2f4;
}

.agent-contact-form-wrap h3 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 35px;
}

.agent-popular-section {
  background-color: #f2f2f4;
  padding-bottom: 100px;
}

.agent-popular-content h1 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 35px;
}

.agent-popular-content h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 30px;
}

.agent-section-2 {
  padding: 120px 0px;
  background-color: #f1f1f3;
}

.agent-section-2 .section-title h2 {
  padding-bottom: 0;
}

.agent-section-2 .section-title span:after,
.agent-section-2 .section-title span:before {
  background-color: var(--thm-primary);
}

#agent-slider {
  padding-top: 40px;
}

#agent-slider .owl-stage-outer {
  overflow: visible;
}

#agent-slider .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}

#agent-slider .owl-item.active {
  opacity: 1;
}

#agent-slider .owl-nav {
  right: 0;
  top: -60px;
  cursor: pointer;
  position: absolute;
}

#agent-slider .owl-nav .owl-next,
#agent-slider .owl-nav .owl-prev {
  width: 60px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  margin-left: 25px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  border: 2px solid #ff5520;
  transition: 0.3s all ease-in-out;
}

#agent-slider .owl-nav .owl-next:hover,
#agent-slider .owl-nav .owl-prev:hover {
  color: #fff;
  background-color: #ff5520;
}


/*--------------------------------------------------------------
# Agent Details 2
--------------------------------------------------------------*/
.agent-detail-right {
  position: relative;
  display: block;
  margin-left: 40px;
  padding-top: 10px;
}

.agent-detail-right-title h3 {
  font-size: 30px;
  color: var(--thm-black);
  font-weight: 700;
  line-height: 40px;
}

.agent-detail-right-title p {
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}

.agent-detail-right-text {
  padding-top: 20px;
  padding-bottom: 30px;
}

.agent-detail-right-text p {
  font-size: 18px;
  margin: 0;
  font-weight: 400;
  line-height: 38px;
}

.agent-contact-info.agent-detail-contact-info {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 48px;
}


.skill-progress-bar {
  position: relative;
  display: block;
}

.progress-levels {
  position: relative;
  display: block;
}

.progress-levels .progress-box {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.progress-box.marb {
  margin-bottom: 0;
}

.progress-levels .progress-box .text {
  position: relative;
  color: #8d96ad;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 9px;
  text-transform: capitalize;
}

.progress-levels .progress-box.last-child {
  margin-bottom: 0;
}

.progress-levels .progress-box .inner {
  position: relative;
  display: block;
}

.progress-levels .progress-box .bar {
  position: relative;
  display: block;
}

.progress-levels .progress-box .bar .bar-innner {
  position: relative;
  width: 100%;
  height: 8px;
  background: #eff1f6;
  border-radius: 10px;
}

.progress-levels .progress-box .bar .bar-fill {
  position: absolute;
  top: 0%;
  left: 0px;
  bottom: 0%;
  width: 0px;
  height: 8px;
  border-radius: 10px;
  background: var(--thm-primary);
  transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
  position: absolute;
  top: -35px;
  right: 0px;
  width: 50px;
  height: 25px;
  display: block;
  text-align: center;
  padding: 0;
  z-index: 1;
}

.progress-levels .progress-box .inner .count-text {
  position: relative;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  display: inline-block;
  float: none;
}

.progress-levels .progress-box .inner .percent {
  position: relative;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  display: inline-block;
  float: none;
  margin-left: -2px;
}

.agent-detail-social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 56px;
}

.agent-detail-social a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  width: 35px;
  height: 35px;
  background-color: #eff1f6;
  font-size: 15px;
  border-radius: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.agent-detail-social a+a {
  margin-left: 10px;
}

.agent-detail-social a:hover {
  background: var(--thm-primary);
  color: #ffffff;
}


.agent-contact-info {
  position: relative;
  display: block;
  border-bottom: 1px solid #e0e3eb;
  margin-bottom: 40px;
  padding-bottom: 33px;
}

.agent-contact-info li {
  position: relative;
  display: block;
  padding-left: 30px;
}

.agent-contact-info li+li {
  margin-top: 10px;
}

.agent-contact-info li .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.agent-contact-info li .icon i {
  font-size: 17px;
  color: var(--thm-primary);
}

.agent-contact-info li .text a {
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.agent-contact-info li .text a:hover {
  color: var(--thm-primary);
}



/*---------------------------------------------------- */
/*Location area*/
/*----------------------------------------------------*/

.location-section {
  padding: 95px 0px 100px;
  background-color: #f9f8f8;
}

.location-section .location-content {
  padding-top: 35px;
}

.list-bunch {
  margin-bottom: -2rem;
}

.list-bunch .location-item {
  margin-bottom: 2rem;
}

.location-box {
  position: relative;
  font-size: 1.225rem;
  overflow: hidden;
}

.location-box a {
  display: block;
  color: #fff;

}

.location-box .location-title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 1rem 1rem 3rem;
  font-family: var(--thm-headline-font);
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
}

.location-box .location-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3rem 1rem 1rem;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, 0) 100%);
}

.location-box .location-content h6 {
  color: #fff;
  margin-bottom: .25rem;
  font-family: var(--thm-headline-font);
  font-weight: 600;
}

.location-box .location-content p {
  font-size: 14px;
}

p:last-child {
  margin-bottom: 0;
}


/*---------------------------------------------------- */
/*FAQ area*/
/*----------------------------------------------------*/
.faq-main-section {
  padding: 120px 0px;
}

.tab-pane-btn {
  text-align: center;
  padding-bottom: 45px;
}

.tab-pane-btn .nav {
  display: inherit;
}

.tab-pane-btn .nav-tabs .nav-item {
  margin: 0;
}

.tab-pane-btn .nav-tabs .nav-item.show .nav-link,
.tab-pane-btn .nav-tabs .nav-link.active,
.tab-pane-btn .nav-tabs,
.tab-pane-btn .nav-tabs .nav-link {
  border: none;
}

.tab-pane-btn .nav-tabs .nav-link {
  border-radius: 0;
}

.tab-pane-btn .nav-tabs .nav-link i {
  font-size: 14px;
  padding-right: 5px;
}

.tab-pane-btn .nav-tabs .nav-link.active {
  color: #fff;
  background-color: var(--thm-primary);
}

.tab-pane-btn .tab-pane-btn-area {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #e5e5e5;
}

.tab-pane-btn li {
  float: left;
}

.tab-pane-btn li a {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 40px;
  position: relative;
}

.tab-pane-btn li a:after {
  top: 0;
  right: 0;
  width: 1px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #e5e5e5;
}

.tab-pane-btn li:last-child a:after {
  display: none;
}

.faq-content {
  max-width: 530px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d1d5;
  padding-bottom: 30px;
}

.faq-content:last-child {
  border-bottom: none;
}

.faq-content h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 16px;
}

.faq-content p {
  color: #555555;
}

/*---------------------------------------------------- */
/*gallery area*/
/*----------------------------------------------------*/
.photo-gallery-section {
  padding: 120px 0px;
}

.photo-filter-btn {
  margin-bottom: 45px;
}

.photo-filter-btn button {
  padding: 0;
  color: #000;
  border: none;
  font-weight: 700;
  border: 1px solid #ddd;
  padding: 5px 10px;
  min-width: 120px;
  background-color: transparent;
}

.photo-filter-btn button.is-checked {
  background: var(--thm-primary);
  color: #fff;
}

.grid-size-33 {
  width: 33.33%;
}

.photo-gallery-area {
  margin-bottom: 50px;
}

.photo-gallery-area .grid-sizer {
  width: 33.33%;
}

.photo-gallery-area .property-filter-area {
  margin: 0px -5px;
}

.gallery-innerbox {
  padding: 5px;
}

.gallery-innerbox .gallery-img {
  overflow: hidden;
  border-radius: 10px;
}

.gallery-innerbox .gallery-popup {
  height: 100%;
  width: 100%;
  position: absolute;
}

.gallery-innerbox .gallery-img:hover:before {
  opacity: 1;
}

.gallery-innerbox .gallery-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 23, 26, 0.4) url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.5 22C38.5 31.1127 31.1127 38.5 22 38.5C12.8873 38.5 5.5 31.1127 5.5 22C5.5 12.8873 12.8873 5.5 22 5.5C31.1127 5.5 38.5 12.8873 38.5 22Z' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M42 42L34 34' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  width: 4px;
}

.gallery-innerbox:hover .gallery-popup:after {
  width: 60px;
}

.gallery-innerbox:hover .gallery-popup:before {
  height: 60px;
}

.gallery-innerbox:hover .gallery-img:before {
  right: 0;
  left: auto;
  width: 100%;
}

.not-found-section {
  padding: 120px 0px;
}

.not-found-content {
  margin: 0 auto;
  max-width: 560px;
}

.not-found-content span {
  color: #000;
  font-size: 36px;
  display: block;
  font-weight: 700;
  line-height: 1.333;
  margin-bottom: 20px;
}

.not-found-content a {
  color: #fff;
  font-weight: 700;
}

.not-found-content a i {
  color: #f76652;
  margin-left: 5px;
}

.not-found-content .error-img {
  margin-top: 60px;
}

.login-modal .modal-content {
  border: none;
  overflow: hidden;
  border-radius: 24px;
}

.login-modal .modal-dialog {
  max-width: 480px;
}

.login-modal .modal-body {
  padding: 30px;
}

.modal-header {
  z-index: 1;
  padding: 30px 0px;
  background: var(--thm-primary);
}

.modal-header p {
  color: #fff;
  font-size: 15px;
  padding-top: 15px;
}

.modal-header .login-head {
  margin: 0 auto;
  max-width: 310px;
}

.modal-signup-login-tab .tab-pane-btn {
  padding-bottom: 30px;
}

.modal-signup-login-tab p {
  color: #555555;
}

.modal-signup-login-tab p a {
  color: #000;
  font-weight: 700;
}

.login-content,
.sign-up-content {
  max-width: 370px;
  margin: 0 auto;
}

.login-content input,
.sign-up-content input {
  width: 100%;
  height: 50px;
  border: none;
  padding-left: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #efeff0;
}

.login-content input:placeholder,
.sign-up-content input:placeholder {
  color: #555555;
}

.login-content .login-label,
.sign-up-content .login-label {
  text-align: left;
}

.login-content .login-label span,
.sign-up-content .login-label span {
  float: left;
  color: #555555;
}

.login-content .login-label a,
.sign-up-content .login-label a {
  color: #000;
  float: right;
  font-weight: 700;
}

.login-content .login-label input,
.sign-up-content .login-label input {
  width: 15px;
  height: 15px;
  margin-right: 12px;
}

.login-content button,
.sign-up-content button {
  color: #fff;
  width: 100%;
  height: 50px;
  border: none;
  font-weight: 700;
  border-radius: 10px;
  margin-bottom: 15px;
  background-color: #ff5520;
}

.sign-up-content {
  max-width: 470px;
}

.sign-up-content input {
  width: 45%;
  float: left;
  margin: 0px 10px 20px;
}

.sign-up-content button {
  margin-top: 20px;
}

.sign-up-content .login-label input {
  margin: 5px 10px 0px 10px;
}


.login-content hr,
.sign-up-content hr {
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
}

.login-content hr:before,
.sign-up-content hr:before {
  background-color: #ffffff;
  bottom: 0;
  color: #006c70;
  content: "Or";
  font-size: 14px;
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  top: -12px;
  width: 10%;
}

.login-content button.btn-fb,
.sign-up-content button.btn-fb {
  background-color: #ffffff;
  border: 1px solid #506dab;
  border-radius: 8px;
  color: #506dab;
  font-size: 14px;
  height: 52px;
  margin: 0;
  margin-bottom: 20px;
  padding-left: 10px;
}

.login-content button i,
.sign-up-content button i {
  font-size: 16px;
  padding-right: 5px;
}

.login-content button.btn-googl,
.sign-up-content button.btn-googl {
  background-color: #ffffff;
  border: 1px solid #dd4b39;
  border-radius: 8px;
  color: #dd4b39;
  font-size: 14px;
  height: 52px;
  margin: 0;
  margin-bottom: 10px;
  padding-left: 10px;
}

.login-content button.btn-fb:hover,
.sign-up-content button.btn-fb:hover {
  background-color: #506dab;
  border: 1px solid #506dab;
  color: #ffffff;
}

.login-content button.btn-googl:hover,
.sign-up-content button.btn-googl:hover {
  background-color: #dd4b39;
  border: 1px solid #dd4b39;
  color: #ffffff;
}

/*---------------------------------------------------- */
/*contact area*/
/*----------------------------------------------------*/
#google_map {
  height: 410px;
}

.map-wrap {
  padding: 40px;
  background-color: #fff;
}

.googlemap {
  padding-bottom: 100px;
  background-color: #f2f2f4;
}

.contact-content-section {
  padding: 100px 0px;
  background-color: #f2f2f4;
}

.contact-content {
  margin-top: 40px;
}

.contact-content-inner {
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
}

.contact-content-inner .contact-content-icon {
  margin-bottom: 28px;
  height: 90px;
  width: 90px;
  color: var(--thm-base);
  font-size: 40px;
  background: var(--thm-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-content-inner .contact-content-text.headline {
  padding: 10px 0 0px;
}

.contact-content-inner .contact-content-text h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}

.contact-content-inner .contact-content-text span {
  display: block;
  font-size: 18px;
}

.contact-form-wrap {
  margin-top: 90px;
}

.contact-form-wrap h3 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 35px;
}

.contact-form-area {
  padding: 40px;
  background-color: #fff;
}

.contact-form-area .contact-form-input {
  flex-wrap: wrap;
  margin: 0px -15px;
}

.contact-form-area .contact-form-input input {
  height: 50px;
  width: 340px;
  border: none;
  margin: 0px 15px;
  padding-left: 20px;
  border-radius: 8px;
  background-color: #efeff0;
}

.contact-form-area textarea {
  width: 100%;
  border: none;
  height: 170px;
  padding: 20px;
  margin-top: 30px;
  border-radius: 8px;
  background-color: #efeff0;
}

.contact-form-area button {
  color: #fff;
  width: 100%;
  border: none;
  height: 50px;
  margin-top: 20px;
  border-radius: 8px;
  font-weight: 700;
  background-color: var(--thm-primary);
}

.contact-form-area button i {
  margin-left: 10px;
}


/*Footer section 2*/
/*--------------------------*/

.footer-section {
  padding-top: 80px;
}

.footer-section.style-two {
  background: #000a1f;
}


.footer-item {
  margin-bottom: 30px;
}

.footer-item .footer-logo .top {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f4f4f4;
}

.footer-section.style-two .footer-item .footer-logo .top {
  border-bottom: 1px solid rgb(255 255 255 / 13%);
}

.footer-item .footer-logo .top .logo {
  display: block;
  margin-bottom: 10px;
}

.footer-item .footer-logo .top p {
  margin-bottom: 12px;
}

.footer-section.style-two .footer-item .footer-logo .top p {
  color: #999;
}

.footer-item .footer-logo .top ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-logo .top ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

.footer-item .footer-logo .top ul li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  color: #18253e;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 25px -7px #e1e0e0;
  box-shadow: 0px 0px 25px -7px #e1e0e0;
  font-size: 16px;
  line-height: 30px;
  transition: 0.5s;
}

.footer-section.style-two .footer-item .footer-logo .top ul li a {
  color: #8b92a2;
  background-color: rgb(255 255 255 / 18%);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-item .footer-logo .top ul li a:hover {
  color: #fff;
  background-color: #f93e45;
}

.footer-section.style-two .footer-item .footer-logo .top ul li a:hover {
  color: #fff;
  background-color: var(--thm-primary);
}

.footer-item .footer-logo .bottom ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-logo .bottom ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
  max-width: 75px;
}

.footer-item .footer-logo .bottom ul li a {
  display: block;
  position: relative;
}

.footer-item .footer-logo .bottom ul li a:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--thm-primary);
  opacity: .80;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-item .footer-logo .bottom ul li a:hover:before {
  width: 100%;
}

.footer-item .footer-logo .bottom ul li a i {
  color: #fff;
  font-size: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-item .footer-logo .bottom ul li a:hover i {
  left: 50%;
  opacity: 1;
  visibility: visible;
}

.footer-item .footer-logo .bottom ul li a img {
  display: block;
  border-radius: 5px;
}

.footer-item h3 {
  font-size: 22px;
  margin-bottom: 30px;
}

.footer-section.style-two .footer-item h3 {
  color: #fff;
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
}


.footer-item .footer-links .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-item .footer-links .bottom {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #f4f4f4;
}

.footer-section.style-two .footer-item .footer-links .bottom {
  border-top: 1px solid rgb(255 255 255 / 13%);
}


.footer-item .footer-links .top .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.footer-item .footer-links .top ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-links .top ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 5px;
}

.footer-item .footer-links .top ul li a {
  display: block;
  color: #5d6678;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 18px;
}

.footer-item .footer-links .top ul li a:hover {
  color: #f93e45;
}

.footer-section.style-two .footer-item .footer-links .top ul li a {
  color: #9d9d9d;
  font-weight: 400;
}

.footer-section.style-two .footer-item .footer-links .top ul li a:hover {
  color: #f93e45;
}

.footer-item .footer-links .top ul li a:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: 0;
  top: 8px;
  background-color: #f93e45;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-item .footer-links .bottom h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-section.style-two .footer-item .footer-links .bottom h4 {
  color: #fff;
}

.footer-item .footer-links .bottom ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-links .bottom ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
  margin-top: 8px;
}

.footer-item .footer-links .bottom ul li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #5d6678;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 25px -7px #e1e0e0;
  box-shadow: 0px 0px 25px -7px #e1e0e0;
  padding: 6px 15px;
  border-radius: 5px;
}


.footer-section.style-two .footer-item .footer-links .bottom ul li a {
  font-weight: 400;
  color: #acb0b9;
  background-color: rgb(255 255 255 / 15%);
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: .5s;
}


.footer-item .footer-links .bottom ul li a:hover {
  color: #fff;
  background-color: #18253e;
}

.footer-section.style-two .footer-item .footer-links .bottom ul li a:hover {
  color: #fff;
  background-color: var(--thm-primary);
}

.footer-item .footer-blog .inner {
  margin-bottom: 25px;
}

.footer-item .footer-blog .inner ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-item .footer-blog .inner ul li {
  list-style-type: none;
  display: inline-block;
}

.footer-item .footer-blog .inner ul li:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.footer-item .footer-blog .inner ul li img {
  border-radius: 5px;
  width: 100%;
}

.footer-item .footer-blog .inner ul li:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 650%;
  flex: 0 0 650%;
  max-width: 65%;
  margin-left: 12px;
}

.footer-item .footer-blog .inner ul li a {
  display: block;
  color: #18253e;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}

.footer-section.style-two .footer-item .footer-blog .inner ul li a {
  display: block;
  color: #95999e;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
  transition: .5s;
}

.footer-section.style-two .footer-item .footer-blog .inner ul li a:hover {
  color: var(--thm-primary);
}

.footer-item .footer-blog .inner ul li span {
  display: block;
  font-size: 15px;
}

.footer-section.style-two .footer-item .footer-blog .inner ul li span {
  color: #999;
}

.footer-item .footer-contact .top {
  margin-bottom: 10px;
}

.footer-item .footer-contact .top ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-contact .top ul li {
  list-style-type: none;
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
}

.footer-item .footer-contact .top ul li i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: var(--thm-primary);
  font-size: 16px;
  border: 1px solid var(--thm-primary);
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 5px;
  left: 0;
}

.footer-item .footer-contact .top ul li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #18253e;
}

.footer-section.style-two .footer-item .footer-contact .top ul li a {
  color: #fff;
}

.footer-item .footer-contact .top ul li p {
  margin-bottom: 0;
}

.footer-section.style-two .footer-item .footer-contact .top ul li p {
  color: #fff;
}

.footer-item .footer-contact .top ul li span {
  display: block;
  font-size: 14px;
}

.footer-section.style-two .footer-contact .top ul li span {
  color: #dccfcf;
}


.footer-item .footer-contact .bottom {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 25px -7px #e1e0e0;
  box-shadow: 0px 0px 25px -7px #e1e0e0;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
}

.footer-section.style-two .footer-item .footer-contact .bottom {
  background-color: rgb(255 255 255 / 15%);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-item .footer-contact .bottom i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #f93e45;
  font-size: 16px;
  background-color: #ffe5e6;
  border-radius: 50%;
  margin-bottom: 10px;
}

.footer-section.style-two .footer-item .footer-contact .bottom i {
  color: rgb(255 255 255 / 47%);
  background-color: rgb(255 255 255 / 14%);
}

.footer-item .footer-contact .bottom a {
  display: block;
  color: #f93e45;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}

.footer-section.style-two .footer-item .footer-contact .bottom a {
  font-weight: 700;
}

.footer-item .footer-contact .bottom span {
  font-size: 15px;
  display: block;
}

.footer-section.style-two .footer-item .footer-contact .bottom span {
  color: #fff9;
}

.footer-item .footer-subscribe-widget p {
  color: #9d9d9d;
}

.footer-item .footer-subscribe-widget form {
  margin-top: 30px;
  position: relative;
}

.footer-item .footer-subscribe-widget input {
  height: 45px;
  width: 100%;
  padding-left: 20px;
  border: 2px solid #313131;
  background-color: transparent;
}

.footer-item .footer-subscribe-widget input::placeholder {
  color: #fff;
  font-size: 14px;
}

.footer-item .footer-subscribe-widget button {
  top: 0;
  right: 0;
  width: 60px;
  padding: 0;
  color: #fff;
  height: 45px;
  border: none;
  position: absolute;
  background-color: var(--thm-primary);
  transition: 0.3s all ease-in-out;
}

.footer-item .footer-subscribe-widget button:hover {
  background-color: #fff;
  color: #000;
}

.footer-item .footer-subscribe-widget .office-open-hour {
  margin-top: 20px;
}

.footer-item .footer-subscribe-widget .office-open-hour span {
  color: #fff;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: underline;
}

.footer-item .footer-subscribe-widget .office-open-hour p {
  font-size: 14px;
  color: #9d9d9d;
  max-width: 180px;
}

.copyright-area {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #f4f4f4;
  text-align: center;
  margin-top: 70px;
}

.footer-section.style-two .copyright-area {
  border-top: 1px solid rgb(244 244 244 / 12%);
}

.copyright-area p {
  margin-bottom: 0;
}



.property-block {
  display: block;
  width: 100%;
  background: #fff;
  padding: 0;
  border-radius: 4px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #e6eaf3;
}

.property-block.style-2 {
  border-radius: 6px;
  border: none;
  border-radius: 6px;
  border: none;
}

.property-block.style-2 .property-block-header {
  padding: 30px 40px;
  border: none;
}

.property-block.style-2 .property-block-header h4 {
  margin: 0;
  font-family: var(--thm-headline-font);
  font-weight: 700;
  font-size: 22px;
  color: #000;
}

.property-block.style-2 .property-block-header h4:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  position: relative;
  float: right;
  margin-right: 0;
  transition: .2s ease-out;
  background: #f5f7fb;
  width: 26px;
  height: 26px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-body {
  line-height: 1.7;
  display: inline-block;
  width: 100%;
}

.property-block.style-2 .block-body {
  padding: 0 40px 30px;
}

ul.property-detail-features {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

ul.property-detail-features li {
  width: 33.333333%;
  flex: 0 0 33.333333%;
  display: inline-block;
  color: #747474;
  margin-bottom: 1.2rem;
  line-height: 1.5;
}

ul.property-detail-features li strong {
  color: #000;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
}


#agent-block .property-agent-content {
  margin-top: 0;
}


.property-amenities {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.property-amenities li {
  display: block;
  list-style: none;
  position: relative;
  margin: 10px 0;
  padding-left: 30px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.property-amenities li:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  color: var(--thm-primary);
  width: 20px;
  height: 20px;
  background: rgb(227 0 42 / 10%);
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  left: 0;
  top: 5px;
  font-size: 10px;
}



.accordion {
  border: 1px solid #e2e6ea;
  border-radius: 4px;
}

.accordion .card {
  border: none;
}


.card-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
  background: #fff;
  border: none;
  border-top: 1px solid #e9edf3;
  border-radius: 0;
}

.card-header {
  border-bottom: 1px solid #e2e6ea;
}

.btn.btn-link.collapsed,
.btn.btn-link:focus {
  text-decoration: none !important;
}

.accordion .btn-link {
  padding: 3px 0;
  font-size: 13px;
  color: #333c56;
  font-size: 15px;
  font-weight: 600;
}

.accordion .btn-link {
  color: #5c657f;
  text-decoration: none;
  width: 100%;
  text-align: left;
}

.accordion .btn-link>span {
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
  background: #e8ecf1;
  padding: 6px 15px;
  border-radius: 2px;
}

.accordion .btn-link>span i {
  color: #7690b0;
}

ul.list-gallery-inline {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
}

ul.list-gallery-inline li {
  width: 33.333333%;
  flex: 0 0 33.33333%;
  padding: 5px;
}

ul.list-gallery-inline li a {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}








.modal-dialog {
  margin: 8rem auto;
}

.sides-widget-header {
  position: relative;
  display: flex;
  background: #ff5520;
  padding: 1.5rem 1.4rem;
  color: #fff;
  align-items: center;
  font-family: var(--thm-headline-font);
}

.simple-form .form-control,
.modal-dialog-centered .form-control {
  background: #efeff0;
  /*#f6f8fd*/
  box-shadow: none;
  /*border: 1px solid #edf0f9;*/
}

.input-with-icon {
  position: relative;
  width: 100%;
}

.input-with-icon input {
  height: 50px;
  border: none;
  border-radius: 8px;
  background-color: #a0a2a7;
  /*#efeff0*/
  padding-left: 45px;
}

.input-with-icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 18px;
  color: #a2a9bf;
  font-style: normal;
  cursor: normal;
  pointer-events: none;
}



.sides-widget-header .agent-photo {
  float: left;
  display: block;
}

.sides-widget-header .agent-photo img {
  border-radius: 50%;
  max-width: 60px;
}

.sides-widget-details {
  padding-left: 20px;
  display: block;
  position: relative;
}

.sides-widget-details h4 {
  margin-bottom: 2px;
  color: #fff !important;
  font-size: 20px;
}

.sides-widget-details h4>a {
  color: #fff !important;
}

.sides-widget-details span {
  color: #eee;
  font-size: 14px;
}

.sides-widget-body {
  margin-top: 28px;
}

.simple-form button {
  color: #fff;
  width: 100%;
  height: 50px;
  border: none;
  font-weight: 700;
  border-radius: 10px;
  margin-bottom: 15px;
  background-color: #ff5520;
}




.property-contact-info {
  position: relative;
  display: block;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.property-contact-info-list li {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef1fe;
}

.property-contact-info-list li:last-child {
  border-bottom: none;
}

.sidebar-map-contact-info .contact-info {
  position: relative;
}

.property-contact-info-list li i {
  font-size: 15px;
  color: #ff5520;
  padding-right: 12px;
}

.property-contact-info-social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 20px;
}

.property-contact-info-social a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: #fafafa;
  color: #ff5520;
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.property-contact-info-social a:hover {
  background: #ff5520;
  color: #fff;
}

.property-contact-info-social a+a {
  margin-left: 10px;
}

.property-contact-info .direction-btn {
  background-color: #ff5520;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  transition: all 500ms ease;
  position: absolute;
  top: -60px;
  right: 0;
  padding: 10px 20px;
  line-height: 1;
}






.header-two.fixed {
  position: relative;
  display: block;
}

/*--------------------------------------------------------------
# Listings One Wrap
--------------------------------------------------------------*/
.property-list-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}

.property-list-wrap .container-full-width {
  position: relative;
  width: 100%;
}

.property-list-content {
  position: relative;
  display: block;
  width: 45%;
  padding: 40px 40px 0;
  float: left;
  background-color: #f2f2f4;
}

.property-list-left-form {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

.property-list-left-form .input-box {
  margin-bottom: 30px;
}

.property-list-left-form .input-box input[type="text"] {
  height: 50px;
  width: 100%;
  border: none;
  padding-left: 20px;
  border-radius: 8px;
  background-color: #efeff0;
}

.property-list-left-form .input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  height: 65px;
}

.property-list-left-form .input-box .bootstrap-select>.dropdown-toggle {
  width: 100%;
  height: 65px;
  line-height: 65px;
  border: 0px solid #f5f0e9;
  padding: 0 30px;
  outline: none;
  border-radius: 4px;
  background: #f0f3f6;
  color: #aaa;
  font-size: 16px;
  font-weight: 500;
}

.property-list-left-form .input-box .nice-select {
  height: 50px;
  width: 100%;
  border: none;
  font-size: 16px;
  padding-left: 20px;
  border-radius: 8px;
  background-color: #efeff0;
  line-height: 50px;
}

.filter-by {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding: 30px;
  border: none;
  background-color: #fff;
}

.filter-by h3 {
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 24px;
  font-family: var(--thm-headline-font);
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.single-tags-check-box+.single-tags-check-box {
  margin-top: 10px;
}

.single-tags-check-box label {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  margin-right: 0px;
  margin-bottom: 0;
  font-size: 16px;
  color: #828892;
  /*#000*/
  line-height: 30px;
  font-weight: 500;
  cursor: pointer;
}

.single-tags-check-box input[type="checkbox"] {
  display: none;
}

.single-tags-check-box input[type="checkbox"]+label span {
  position: absolute;
  display: block;
  top: 4px;
  left: 0;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-color: #efeff0;
  cursor: pointer;
  border-radius: 4px;
  transition: all 300ms ease;
}

.single-tags-check-box label span:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: #ffffff;
  font-size: 10px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  font-weight: 900;
  background-color: transparent;
  transition: all 300ms ease;
}

.single-tags-check-box input[type="checkbox"]:checked+label span {
  border-color: #16232a;
  background: #ff5520;
}

.single-tags-check-box input[type="checkbox"]:checked+label span:before {
  opacity: 1;
}

.property-list-three-page.one .property-list-three-page-single .property-list-three-page-content .title p {
  font-size: 16px;
  line-height: 25px;
}

.property-list-map {
  position: relative;
  display: block;
  width: 55%;
  background: #ddd;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  float: right;
}

.property-list-map .google-map {
  width: 100%;
  height: 100%;
  border: none;
}

.property-block.filter-by .property-block-header {
  padding: 0;
  border: none;
}

.filter-by .panel-collapse {
  padding-top: 24px;
}

.property-list-btn button {
  color: #fff;
  width: 100%;
  border: none;
  height: 50px;
  border-radius: 8px;
  font-weight: 700;
  background-color: var(--thm-primary);
}

.property-list-btn button:hover {
  background-color: #ff5520;
  transition: 0.3s all ease-in-out;

}

/*--------------------------------------------------------------
# Filter
--------------------------------------------------------------*/
.filter-inner-content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #dee2e8;
  padding-bottom: 30px;
  padding-top: 30px;
}

.filter-inner-content.pt-0 {
  border-top: none;
  padding-top: 0;
}

.filter-inner-content .left {
  display: flex;
  align-items: center;
}

.filter-inner-content .left .left-icon {
  display: flex;
  align-items: center;
}

.filter-inner-content .left .left-icon a {
  font-size: 21px;
  color: #dee2e8;
  line-height: 30px;
}

.filter-inner-content .left .left-icon a.active {
  color: #fff;
}

.filter-inner-content .left .left-icon a.list-icon {
  font-size: 18px;
  position: relative;
  margin-left: 10px;
  background: #ccd3e0;
  padding: 5px 10px;
  border-radius: 4px;
}

.filter-inner-content .left .left-text {
  margin-left: 30px;
}

.filter-inner-content .left .left-text h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.filter-inner-content .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 265px !important;
  height: 65px;
}

.filter-inner-content .bootstrap-select>.dropdown-toggle {
  max-width: 265px;
  width: 100%;
  height: 65px;
  line-height: 65px;
  border: 0px solid #f5f0e9;
  padding: 0 30px;
  outline: none;
  border-radius: 4px;
  background: #f0f3f6;
  color: #aaa;
  font-size: 14px;
  font-weight: 500;
}




/* Pricing */
.pricing-section {
  padding: 100px 0px;
  background-color: #f2f2f4;
}


.pricing-table {
  padding-bottom: 20px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  position: relative;
  transition: all .3s ease 0s;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
  overflow: hidden;
}

.pricing-table .title {
  padding: 40px 20px 170px;
  margin: 0 0 30px;
  font-family: var(--thm-headline-font);
  font-size: 27px;
  font-weight: 600;
  color: #9ca6b9;
  background: #eff2f7;
  overflow: hidden;
  position: relative;
}

.pricing-table .title:after {
  border-radius: 100px;
  bottom: auto;
  top: 150px;
  left: auto;
  right: -70px;
  transform: rotate(-40deg)
}

.pricing-table .price-value {
  display: inline-block;
  width: 140px;
  height: 140px;
  line-height: 65px;
  border-radius: 20%;
  background: #fff;
  box-shadow: 0 0 0 8px rgb(232 235 242);
  font-size: 35px;
  font-weight: 600;
  color: #404040;
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s ease 0s
}


.pricing-table .month {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 0
}

.listing-badge {
  background-color: #fff;
  float: left;
  position: absolute;
  transform: rotate(45deg);
  right: -64px;
  top: 22px;
  text-align: center;
  width: 200px;
  font-size: 12.5px;
  margin: 0;
  z-index: 999;
  color: #f91942;
  font-weight: 500;
  line-height: 28px;
}

.pricing-table.blue.featured {
  overflow: hidden;
}

.pricing-table .pricing-content {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
  transition: all .3s ease 0s
}

.pricing-table .pricing-content li {
  padding: 7px 0 7px 75px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 1px;
  position: relative
}

.pricing-table .pricing-content li i {
  color: var(--thm-primary);
}

.price-num-item {
  font-size: 45px;
  position: relative;
  font-weight: 600;
  color: #666;
  display: inline-block;
  padding-top: 25px;
}

.mouth-cont {
  z-index: 1;
  opacity: 1;
  position: relative;
}

.year-mont .mouth-cont {
  opacity: 0;
}

.price-num span.curen {
  position: relative;
  top: -32px;
  padding-right: 7px;
  font-weight: 400;
  font-size: 17px;
}

.price-num-item p {
  margin-top: -40px;
  font-weight: 300;
  margin-left: 5px;
  font-size: 16px;
}

.pricing-table {
  transition: 0.5s;
}


.pricing-content li i {
  margin-right: 10px;
}

.pricing-table .pricing-content li.disable {
  color: #707070
}

.pricing-table .pricing-content li.disable:before {
  display: none
}

.pricing-table .btn {
  background: var(--thm-primary);
  color: #fff;
}




/* Faq section css */
.faq-v2 {
  padding: 95px 0px;
  background-color: #f9f8f8;
}

.faq-v2 .accordion {
  border: none;
}

.faq-v2 .faq-wrapper .card {
  background-color: #fff;
  box-shadow: 0px 8px 25px 0px rgba(172, 176, 181, 0.2);
  border: none;
  border-radius: 0px;
}

.faq-v2 .faq-wrapper .card .card-header {
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: #828892;
  padding: 21px 30px;
}

.faq-v2 .faq-wrapper .card .card-header .toggle_btn {
  float: left;
  margin-right: 15px;
}

.faq-v2 .faq-wrapper .card .card-header .toggle_btn:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: inline-block;
  font-size: 15px;
  color: #0e1b2c;
  transition: all 0.3s ease-out 0s;
}

.faq-v2 .faq-wrapper .card .card-body {
  padding-top: 0px;
}

.faq-v2 .faq-wrapper .card .card-header[aria-expanded=true] .toggle_btn:after {
  content: "";
  color: var(--thm-primary);
}

.faq-v2 .faq-wrapper .card .card-header[aria-expanded=true] {
  color: var(--thm-primary);
}

.mb-30 {
  margin-bottom: 30px;
}



/*---------------------------------------------------- */
/*Submit property area*/
/*----------------------------------------------------*/


.submit-property-section {
  padding: 100px 0px;
  background-color: #f2f2f4;
}

.submit-property-2-section {
  padding: 100px 0px;
  background-color: #f2f2f4;
}

.submit-property-2-section .property-block:first-child {
  margin: 0;
}

.submit-property-section .submit-property-form-area {
  padding: 35px;
  background-color: #fff;
}

.submit-property-form {
  position: relative;
}

.submit-property-form .property-form-input {
  flex-wrap: wrap;
  margin: 0px -7px;
}

.submit-property-form .property-form-input-field {
  padding: 0px 7px;
}

.submit-property-form input,
.payment-form input[type=text],
.payment-form .nice-select {
  height: 45px;
  border: none;
  padding-left: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #efeff0;
}

.submit-property-form input:focus {
  background-color: #fafafa;
}

.submit-property-form .nice-select {
  height: 50px;
  width: 100%;
  border: none;
  font-size: 16px;
  padding-left: 20px;
  border-radius: 8px;
  background-color: #efeff0;
}

.submit-property-form textarea {
  width: 100%;
  border: none;
  height: 165px;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #efeff0;
}

.submit-property-form button {
  color: #fff;
  width: 170px;
  height: 50px;
  border: none;
  font-weight: 700;
  border-radius: 40px;
  background-color: var(--thm-primary);
}

.submit-property-form button i {
  margin-left: 5px;
}

.submit-property-section .property-widget-item .property-table-widget .property-table-item:hover {
  background: #fafafa;
  padding-left: 15px;
  position: relative;
  transition: 0.4s all ease-in-out;
}

.submit-property-section .property-widget-item .property-table-widget .property-table-item {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef1fe;
}

.submit-property-section .property-widget-item .property-table-widget .property-table-item:last-child {
  border-bottom: none;
}

.form-submit:first-child {
  padding-top: 0;
}

.form-submit {
  padding-top: 15px;
}

.no-ul-list {
  padding: 0;
}

.no-ul-list.first-row,
.no-ul-list {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  list-style: none;
}

ul:last-child {
  margin: 0;
}

ul:last-child {
  margin: 0;
}

.no-ul-list.third-row li {
  max-width: 50%;
  float: left;
  margin-bottom: 7px;
  flex: 0 0 50%;
}

.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: flex;
  align-items: center;
  margin: 5px;
  cursor: pointer;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: flex;
  align-items: center;
  margin: 5px;
  cursor: pointer;
}

.checkbox-custom-label,
.radio-custom-label {
  position: relative;
}

.checkbox-custom+.checkbox-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #e0e0e0;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  background: #efeff0 !important;
  border-radius: 2px;
  box-shadow: none;
  color: #888;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 600;
}






/* Counter section css */
.counter-area-v2 {
  position: relative;
  padding-bottom: 80px;
}

.counter-area-v1 {
  position: relative;
  margin-bottom: -130px;
}

.counter-area-v1 .counter-wrapper {
  padding: 60px 60px 30px;
  background-color: #fff;
  box-shadow: 0px 12px 30px 0px rgba(174, 184, 198, 0.2);
  border-radius: 125px;
}

.counter-area-v2 .counter-column .counter-item .content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
}

.counter-area-v1 .counter-wrapper .counter-item .icon {
  margin-bottom: 5px;
}

.counter-area-v1 .counter-wrapper .counter-item .icon i {
  font-size: 40px;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: var(--thm-primary);
}

.counter-area-v2 .counter-column:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #e5e5e5;
}

.counter-area-v2 .counter-column:last-child:after {
  display: none;
}

.counter-area-v2 .counter-column .counter-item .icon {
  margin-bottom: 5px;
}

.counter-area-v2 .counter-column .counter-item .icon i {
  width: 40px;
  height: 40px;
  line-height: 1;
  font-size: 40px;
  color: var(--thm-primary);
}



/*---=======================
   06. Start Features css 
===========================---*/
.features-area-v1 .features-item {
  padding: 40px 35px 30px;
  background-color: #fff;
  box-shadow: 0px 12px 30px 0px rgba(174, 174, 174, 0.2);
  transition: all 0.3s ease-out 0s;
}

.features-area-v1 .features-item:hover {
  background-color: #ff7554;
}

.features-area-v1 .features-item:hover .icon i {
  color: #fff;
}

.features-area-v1 .features-item:hover .info h4,
.features-area-v1 .features-item:hover .info p {
  color: #fff;
}

.features-area-v1 .features-item .icon {
  margin-bottom: 17px;
}

.features-area-v1 .features-item .icon i {
  font-size: 50px;
  height: 50px;
  width: 50px;
  line-height: 1;
  color: #ff7554;
}

.features-area-v1 .features-item .info h4 {
  font-size: 18px;
}

.features-area-v2 {
  padding: 110px 0;
  background: #fbf9f7;
  overflow: hidden;
}

.features-area-v2.features-area-v4 {
  padding-top: 110px;
}

.features-area-v2 .features-item .img {
  margin: auto;
  margin-bottom: 21px;
}

.features-area-v2 .features-item .img img {
  width: 110px;
  height: 110px;
  border: 1px dotted var(--thm-primary);
  border-radius: 50%;
  box-shadow: 0px 12px 30px 0px rgba(174, 184, 198, 0.2);
  padding: 10px;
  background: #fff;
}

.features-area-v2 .features-item .info h4 {
  margin-bottom: 9px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.features-area-v2 .features-wrapper {
  position: relative;
  margin-top: 30px;
  z-index: 1;
}

.features-area-v2 .features-wrapper:after {
  position: absolute;
  content: "";
  top: 20px;
  left: 16%;
  width: 100%;
  height: 100%;
  background: url(../img/about/line.png) no-repeat;
  z-index: -1;
}


.features-area-v3 {
  position: relative;
  z-index: 1;
  padding: 95px 0px 85px;
  background-color: var(--thm-primary);
}

.features-area-v3 .section-title h2 {
  color: #fff;
}

.features-area-v3 .section-title span.span {
  margin-bottom: 0;
}

.features-area-v3:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.features-area-v3 .features-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
}

.features-area-v3 .features-bg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 27, 44, 0.75);
  z-index: -1;
}

.features-area-v3 .features-img {
  margin-right: 65px;
}

.features-area-v3 .features-content-box p {
  color: #fff;
  margin-bottom: 30px;
}

.features-area-v3 .features-content-box .features-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.features-area-v3 .features-content-box .features-item:last-child {
  margin-bottom: 0px;
}

.features-area-v3 .features-content-box .features-item .chart-1 {
  min-width: 130px;
  max-width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-area-v3 .features-content-box .features-item .chart-1 canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.features-area-v3 .features-content-box .features-item .chart-1 h2 {
  color: #fff;
  font-size: 16px;
}

.features-area-v3 .features-content-box .features-item .chart-1 h2 span {
  font-size: 44px;
  line-height: 10;
}

.features-area-v3 .features-content-box .features-item .info {
  margin-left: 20px;
}

.features-area-v3 .features-content-box .features-item .info h4 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 22px;
}

.features-area-v3 .features-content-box .features-item .info p {
  margin-bottom: 0px;
  color: #fafafa;
}

.bg-white {
  background-color: #fff !important;
}


.agent-top {
  margin-bottom: 25px;
}

.agent-top .agent-title-text {
  margin-top: 30px;
  padding-left: 40px;
}





.testimonials-area {
  padding: 105px 0px 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.testimonials-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: .70;
  z-index: -1;
}



.testimonials-area .testimonials-img img {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 1001;
}

.testimonials-area .testimonials-slider {
  max-width: 1150px;
  margin-top: 30px;
}

.testimonials-area .testimonials-item {
  border-radius: 23px;
  background-color: #fff;
  padding: 30px 90px 30px 30px;
  border: 2px solid #eee;
}

.testimonials-area .testimonials-item .top {
  position: relative;
  padding-left: 75px;
  margin-bottom: 25px;
}

.testimonials-area .testimonials-item .top img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 60px;
  border-radius: 50%;
}

.testimonials-area .testimonials-item .top h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}

.testimonials-area .testimonials-item .top span {
  display: block;
}

.testimonials-area .testimonials-item p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #303030;
}

.testimonials-area .testimonials-item ul {
  margin: 0;
  padding: 0;
}

.testimonials-area .testimonials-item ul li {
  list-style-type: none;
  display: inline-block;
}

.testimonials-area .testimonials-item ul li i.checked {
  color: var(--thm-primary);
}

.testimonials-area .testimonials-item ul li i {
  color: #ddd;
}

.testimonials-area .testimonials-item .icon {
  display: inline-block;
  color: var(--thm-primary);
  font-size: 50px;
  position: absolute;
  bottom: 10px;
  right: 35px;
}





.attribute-box {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}

.attribute-box .attribute-box-columns {
  padding: 10px 0;
  min-width: 25%;
}

.attribute-style {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.attribute-style .attribute-icon {
  color: rgba(67, 195, 112, 1);
}

.attribute-style .attribute-icon {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  line-height: 24px;
  font-size: 27px;
}

#facilities-block .attribute-style .attribute-icon {
  color: var(--thm-primary);
}

.attribute-style .attribute-icon {
  margin-bottom: 0;
  font-size: 48px;
  color: rgba(35, 77, 212, 1);
}

.attribute-style .attribute-parts-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 14px;
}

.attribute-style .attribute-parts-wrap .attribute-value {
  font-weight: 600;
}

#facilities-block .attribute-style .attribute-parts-wrap .attribute-value {
  font-size: 14px;
}




.categories-item {
  background: #ffffff;
  overflow: hidden;
  padding: 30px;
  display: block;
  color: #505050;
  border-radius: 5px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 6%);
}

.categories-item .icon-part {
  float: left;
  margin-right: 25px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  background: #f7f0f2;
  text-align: center;
  transition: all 0.3s ease;
}

.categories-item .icon-part i {
  -webkit-transition: all 0.4s ease;
  transform: scale(1);
  font-size: 40px;
  color: var(--thm-primary);
}

.categories-item:hover {
  -webkit-transition: all 0.4s ease;
  transform: scale(1);
  background: #fafafa;
}

.categories-item .content-part .title {
  color: #000;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  transition: all 0.3s ease;
}



.contact-area {
  padding: 100px 0;
}

.contact-info {
  padding-right: 15px;
}

.contact-info .sub-title {
  display: block;
  text-transform: uppercase;
  color: #fe4a55;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.contact-info h2 {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 800;
  color: #000;
}

.contact-info ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 35px;
  margin-bottom: 0;
}

.contact-info ul li {
  position: relative;
  margin-bottom: 35px;
  padding-left: 100px;
}

.contact-info ul li .icon {
  width: 75px;
  height: 85px;
  line-height: 85px;
  background-color: #f5f5f5;
  border-radius: 3px;
  position: absolute;
  text-align: center;
  left: 0;
  font-size: 40px;
  color: var(--thm-primary);
  -moz-transition: .5s;
  transition: .5s;
  top: 0;
}

.contact-info ul li:hover .icon {
  background-color: var(--thm-primary);
  color: #fff;
}

.contact-info ul li h3 {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.5px;
}

.contact-info ul li p {
  max-width: 300px;
  margin-bottom: 0;
  margin-top: 2px;
}

.contact-form {
  overflow: hidden;
  padding: 35px;
  margin-left: 15px;
  border-radius: 5px;
  background-color: #fe4a55;
  background-image: url(/images/register-shape.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-form h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 33px;
  font-weight: 800;
}

.contact-form p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}

.contact-form form {
  margin-top: 25px;
}

.contact-form form input,
.contact-form form textarea {
  display: block;
  width: 100%;
  border: none;
  color: #fff;
  background-color: #c22b34;
  height: 50px;
  padding-left: 15px;
  border-radius: 5px;
  font-size: 16px;
}

.contact-form form .invalid-feedback {
  color: #fff;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

.contact-form form .default-btn {
  background-color: #221638;
  margin-top: 5px;
  padding: 12px 30px;
  border: none;
  position: relative;
  display: inline-block;
  color: #fff;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #fff;
}

.promo-section {
  background-image: url(../img/banner/1-1.jpg);
  background-position-y: center;
  padding: 100px 0;
}

.promo-section img {
  position: absolute;
  right: 0;
  top: -180px;
}

.promo-content {
  padding: 60px;
  border-radius: 4px;
  background-color: var(--thm-primary);
}

.promo-content h2 {
  line-height: 1.06em;
  font-size: 3.474em;
  color: #fff;
  font-weight: 800;
}

.promo-content p {
  color: #fafafa;
  padding-top: 10px;
  padding-bottom: 20px;
}

.promo-content .casaroyal-button-container {
  margin-bottom: 0;
}

.casaroyal-button-container a.btn-casaroyal {
  padding: 16px 40px;
  font-size: 16px;
  line-height: 24px;
  background: #000;
  color: #fff;
}


/*---------------------------------------------------- */
/*Payment area*/
/*----------------------------------------------------*/

.submit-payment-section {
  padding: 100px 0px;
  background-color: #f2f2f4;
}

.submit-payment-content {
  padding: 35px;
  background-color: #fff;
}

.payment-info {
  background-color: #ff5520;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
  margin: 0px 0px 30px 0px;
}

.payment-info strong {
  color: #fff;
  font-weight: 400;
}

.payment-form {
  margin: 0px 0px 30px 0px;
}

.payment-form:after {
  clear: both;
  content: '';
  display: block;
}

.payment-form .nice-select {
  clear: inherit;
}

.gateway {
  margin: 0px 0px 30px 0px;
}

.gateway-header {
  background-color: rgba(0, 0, 0, 0.04);
  padding: 15px 30px;
}

.gateway-content {
  padding: 30px;
  border: 1px solid #eee;
}

.gateway-header label {
  margin: 0px;
}

.gateway-content label {
  display: block;
  font-size: 15px;
}

.gateway-content:after {
  clear: both;
  content: '';
  display: block;
}

.submission-payment-back {
  float: left;
  display: block;
  padding-top: 7px;
}

.submission-payment-back a {
  border-bottom: 1px solid #25b45b;
  text-decoration: none;
}

.submission-payment-back a:hover {
  color: #25b45b;
  text-decoration: none !important;
}

.submission-payment-process {
  float: right;
}

.gateway-paypal-credit-card-first-name {
  clear: left;
  float: left;
  width: 48%;
}

.gateway-paypal-credit-card-last-name {
  clear: right;
  float: right;
  width: 48%;
}

.gateway-paypal-credit-card-number {
  float: left;
  width: 48%;
}

.gateway-paypal-credit-card-cvv {
  float: left;
  margin-left: 4%;
  width: 15%;
}

.gateway-paypal-credit-card-expires {
  float: left;
  margin-left: 4%;
  width: 29%;
}

.gateway-paypal-credit-card-expires-month {
  float: left !important;
  width: 48% !important;
  line-height: 34px;
  font-size: 16px;
}

.gateway-paypal-credit-card-expires-year {
  float: right !important;
  width: 48% !important;
  line-height: 34px;
  font-size: 16px;
}

.wire-transfer-info {
  margin-bottom: 20px;
}

.wire-transfer-info dt {
  /*color: #828892;*/
  font-size: 15px;
  font-weight: 600;
}

.wire-transfer-section-one {
  float: left;
  width: 45%;
}

.wire-transfer-section-two {
  float: right;
  width: 45%;
}

.alert-info {
  color: #0c5460;
  background-color: #e3002a21;
  border-color: #e3002a21;
}

.submission-payment-process {
  display: inline-block;
  width: 170px;
  color: #fff;
  margin: 0 auto;
  font-weight: 700;
  line-height: 50px;
  background-color: var(--thm-primary);
  text-align: center;
  border: none;
}



.gateway-header input[type="radio"] {
  display: none;
}

.gateway-header input[type="radio"]+label {
  font-weight: 400;
  font-size: 14px;
}

.gateway-header input[type="radio"]+label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #ffffff;
}

.gateway-header input[type="radio"]+label span {
  background-color: #fff;
}

.gateway-header input[type="radio"]:checked+label {
  color: #333;
  font-weight: 700;
}

.gateway-header input[type="radio"]:checked+label span {
  background-color: #ff8800;
  border: 2px solid #ffffff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
}

.gateway-header input[type="radio"]+label span,
input[type="radio"]:checked+label span {
  -webkit-transition: background-color 0.24s linear;
  -o-transition: background-color 0.24s linear;
  -moz-transition: background-color 0.24s linear;
  transition: background-color 0.24s linear;
}



/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/

.service-section {
  padding: 95px 0px 100px;
}

.service-content {
  margin-top: 25px;
}

.service-icon-box-wrapper {
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 30px 0;
}

.service-icon-box-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: flex;
}

.service-icon-box-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.service-icon-box-icon {
  margin-right: 20px;
}

.service-icon {
  fill: var(--thm-primary);
  color: var(--thm-primary);
  border-color: var(--thm-primary);
}

.service-icon {
  font-size: 64px;
}

.service-icon-box-title {
  color: #000;
  font-size: 22px;
  font-weight: 700;

}

.service-icon i {
  transform: rotate(0deg);
}

.service-icon i,
.service-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.service-icon-box-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.service-icon-box-content .service-icon-box-title a {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1px;
}

.service-icon-box-content .service-icon-box-description {
  font-size: 14px;
  line-height: 24px;
}





/*---------------------------------------------------- */
/*blog-details-thumb area*/
/*----------------------------------------------------*/
.blog-details-thumb-section {
  padding: 300px 0px 40px;
}

.blog-details-thumb-section .blog-details-thumb-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: #030014;
}

.blog-details-thumb-content {
  z-index: 1;
  position: relative;
}

.blog-details-thumb-content h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  padding-bottom: 10px;
}

.blog-details-thumb-content .blog-details-thumb-item .blog-details-thumb {
  justify-content: center;
  background-color: transparent;
}



/* Lang */

.lang-quote {
  position: relative;
  display: inline-block;
}

.lang-quote .language {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.lang-quote .language i {
  font-size: 20px;
  margin-right: 5px;
  color: #0C2957;
}

.lang-quote .language .nice-select {
  padding: 0px;
  border: none;
  text-transform: uppercase;
  color: #000;
  padding-right: 25px;
  padding-left: 5px;
  height: auto !important;
  line-height: 1;
}

.lang-quote .language .nice-select .current {
  font-size: 16px;
}

.lang-quote .language .nice-select .list {
  border-radius: 0px;
  margin-left: -17px;
  box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
}

.lang-quote .language .nice-select:after {
  height: 6px;
  width: 6px;
}

.lang-quote:after {
  top: 0;
  right: -3px;
  width: 2px;
  content: "";
  height: 18px;
  position: absolute;
  background-color: #d9d9d9;
}





.property-featured-section {
  padding: 95px 0px 100px;
  background-color: #f9f8f8;
}

#property-featured-slider .owl-stage-outer,
#property-featured-slider-2 .owl-stage-outer {
  overflow: visible;
}

#property-featured-slider .owl-item,
#property-featured-slider-2 .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}

#property-featured-slider .owl-item.active,
#property-featured-slider-2 .owl-item.active {
  opacity: 1;
}

#property-featured-slider .owl-nav,
#property-featured-slider-2 .owl-nav {
  right: 0;
  top: -110px;
  position: absolute;
}

#property-featured-slider .owl-nav .owl-next,
#property-featured-slider .owl-nav .owl-prev,
#property-featured-slider-2 .owl-nav .owl-next,
#property-featured-slider-2 .owl-nav .owl-prev {
  width: 60px;
  height: 60px;
  cursor: pointer;
  line-height: 60px;
  margin-left: 12px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  border: 2px solid var(--thm-primary);
  transition: 0.3s all ease-in-out;
}

#property-featured-slider .owl-nav .owl-next:hover,
#property-featured-slider .owl-nav .owl-prev:hover {
  color: #fff;
  background-color: var(--thm-primary);
}

.property-featured-section .property-featured-btn {
  height: 50px;
  width: 170px;
  color: #fff;
  margin: 0 auto;
  margin-top: 40px;
  font-weight: 700;
  line-height: 50px;
  background-color: var(--thm-primary);
}

.property-featured-img:before {
  content: "";
  opacity: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  visibility: hidden;
  position: absolute;
  transform: scale(0.5);
  transition: 0.4s all ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
}

.property-featured-innerbox:hover .property-featured-img:before {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

.property-featured-innerbox .property-featured-img .prp-hover-icon {
  left: 0;
  top: 40%;
  right: 0;
  opacity: 0;
  z-index: 101;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  visibility: hidden;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  display: inline-block;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  background-color: rgba(255, 255, 255, 0.8);
}





/*--------------------------------------------------------------
# Explore Section
--------------------------------------------------------------*/
.explore-section {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}

.explore-section:after {
  top: 0;
  right: -30px;
  width: 54%;
  content: "";
  height: 100%;
  z-index: -1;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/bg1.jpg);
}

.explore-section:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000c22;
  opacity: .80;
}

.explore-section-left {
  position: relative;
  display: block;
}

.explore-section-left .block-title {
  margin-bottom: 30px;
}

.explore-section-left .block-title h2 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
}

.explore-section-left .block-title h4 {
  color: var(--thm-base);
  top: -60px;
  color: rgb(255 255 255 / 5%);
  line-height: 1;
  font-size: 100px;
  font-weight: 900;
  margin-bottom: 0;
  text-align: right;
  position: absolute;
}

.explore-section-btn {
  z-index: 1;
  color: #fff;
  position: absolute;
}

.explore-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: var(--thm-primary);
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  padding: 14px 40px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.explore-section-btn .explore-btn:hover {
  background-color: #fff;
  color: var(--thm-primary);
}

.explore-section-boxes {
  position: relative;
  display: block;
}

.explore-section-boxes ul {
  position: relative;
  display: block;
  float: right;
}

.explore-section-boxes ul li {
  position: relative;
  display: inline-block;
  max-width: 120px;
  text-align: center;
  width: 100%;
}

.explore-section-boxes ul li+li {
  margin-left: 16px;
}

.explore-section-boxes ul li .explore-section-icon {
  height: 120px;
  width: 120px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 10px solid #ffffff6e;
  margin-bottom: 23px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.explore-section-boxes ul li .explore-section-icon:hover {
  background: var(--thm-primary);
}

.explore-section-boxes ul li .explore-section-icon i {
  font-size: 55px;
  color: var(--thm-primary);
  line-height: 55px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.explore-section-boxes ul li .explore-section-icon:hover i {
  color: #ffffff;
}

.explore-section-boxes ul li .explore-section-boxes_text p {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  line-height: 30px;
  text-transform: uppercase;
}


/*--------------------------------------------------------------
# Compare Section
--------------------------------------------------------------*/

.compare-section {
  padding: 100px 0px;
  background-color: #fff;
}

.bg-gray {
  background-color: #f8f9fd !important;
}



.table thead th {
  border-bottom: 1px solid #dee2e6;
}

.table-compare th {
  color: #000;
  font-weight: 700;
  line-height: 1.556;
}

.table-compare tbody tr td:first-child {
  font-weight: 700;
}


.compare-prp-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.556;
  color: #616e96;
  text-transform: uppercase;
}

.compare-property-location {
  font-weight: 500;
  color: #666;
  font-size: 14px;
}

.compare-prp-price {
  font-size: 12px;
  background: var(--thm-primary);
  display: inline-block;
  color: #fff;
  padding: 10px;
  position: absolute;
  left: 0;
}

.compare-prp-none {
  display: inline-block;
  background-color: #0ec6d5;
  height: 2px;
  width: 32px;
}

.table-align-middle th,
.table-align-middle td {
  vertical-align: middle !important;
}

.compare-property {
  display: block;
  position: relative;
  padding: 0 10px;
  min-height: 260px
}

.compare-property-blank {
  display: block;
  height: 259px
}


span.remove-from-compare {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #e22828;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  line-height: 25px;
  opacity: 0;
  transition: all ease .4s
}

.compare-img {
  position: relative;
  width: 100%;
  border-radius: 6px;
  overflow: hidden
}

.compare-title {
  padding: 12px 0
}

.compare-title h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 0 0 2px 0
}

.compare-property:focus .remove-from-compare,
.compare-property:hover .remove-from-compare {
  opacity: 1
}

.show-mb {
  display: none !important
}

.compare-pricing {
  overflow: hidden
}

.compare-pricing div[class*=col-] {
  transition: .2s linear;
  -webkit-transition: .2s linear;
  -moz-transition: .2s linear;
  padding: 0
}

.compare-pricing .compare-pricing-title {
  min-height: 144px;
  padding: 1.625em 0;
  position: relative
}

.compare-pricing .compare-pricing-title h5,
.compare-pricing .compare-pricing-title h6 {
  margin: 0
}

.compare-pricing .compare-pricing-title h6 {
  opacity: .5
}

.compare-pricing .price {
  margin-top: .8125em
}

.compare-pricing ul {
  margin: 0;
  padding: 0
}

.compare-pricing ul li {
  line-height: 1.625em;
  padding: 1.625em 0;
  list-style: none
}

.compare-pricing ul li:nth-child(odd) {
  background: #f4f4f4
}

.compare-pricing ul li span:not(.btn__text) {
  font-weight: 700;
  color: #000;
}

.checkmark,
.crossmark {
  width: 1.625em;
  height: 1.625em;
  line-height: 1.625em;
  background: #64b671;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  text-align: center
}

.crossmark {
  background: #e34747
}

.checkmark:before,
.crossmark:before {
  content: '\2713';
  position: absolute;
  color: #fff;
  width: 100%;
  left: 0;
  opacity: 1;
  font-size: 13px
}

.crossmark:before {
  content: '\2715'
}

.compare-pricing ul li span:not(:first-child) {
  display: inline-block;
  margin-left: .8125em;
  position: relative;
  bottom: 6px
}


.compare-pricing ul li {
  height: 4.875em
}

.listing-price-with-compare h4 {
  margin: 0;
  flex: 1;
  font-weight: 800;
  display: inline-block;
}


.listing-price-with-compare .lpc-right a {
  width: 40px;
  height: 36px;
  margin-left: 10px;
  display: inline-block;
  background: rgba(0, 0, 0, .3);
  line-height: 36px;
  text-align: center;
  color: #fff;
  border-radius: .2rem;
}

.lpc-right {
  display: inline-block;
  float: right;
}



/*--------------------------------------------------------------
# Service Section
--------------------------------------------------------------*/


.services-area-three {
  position: relative;
  padding: 110px 0;
}

.services-content {
  padding-top: 50px;
}

.services-area-three .services-item-three {
  border-radius: 5px;
  padding: 30px 25px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
  box-shadow: 0 0 0 7px rgb(158 158 158 / 15%);
}


.services-area-three .services-item-three:hover {
  background-color: #18253e;
  box-shadow: 0 0 0 7px #18253e;
}

.services-area-three .services-item-three img {
  position: absolute;
  top: -75px;
  right: -75px;
  max-width: 140px;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-area-three .services-item-three:hover img {
  top: -50px;
  right: -50px;
}

.services-area-three .services-item-three i {
  color: var(--thm-primary);
  font-size: 60px;
  line-height: 60px;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-area-three .services-item-three:hover i {
  color: #f93e45;
}

.services-area-three .services-item-three h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 13px;
}

.services-area-three .services-item-three:hover h3 a {
  color: #fff;
}

.services-area-three .services-item-three p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-area-three .services-item-three:hover p {
  color: #fff;
}



.provide-area {
  padding: 105px 0px 50px;
  background-color: #fff;
}

.provide-area .provide-content {
  margin-bottom: 30px;
}

.provide-area .provide-content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
}

.provide-area .provide-content .inner .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.provide-area .provide-content .inner .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.provide-area .provide-content .inner ul {
  margin: 0;
  padding: 0;
}

.provide-area .provide-content .inner ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 25px;
}

.provide-area .provide-content .inner ul li i {
  display: inline-block;
  font-size: 55px;
  color: #f93e45;
  margin-right: 5px;
  vertical-align: middle;
  line-height: 55px;
}

.provide-area .provide-content .inner ul li h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}





.widget-author {
  padding: 35px 30px;
}

.widget-author .thumb {
  margin-bottom: 15px;
}

.widget-author .thumb img {
  height: 115px;
  width: 115px;
  border-radius: 50%;
  display: inline-block;
}

.widget-author .details h5 {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.widget-author .details p {
  margin-bottom: 20px;
}

.widget-author .details ul {
  margin: 0;
  padding: 0;
}

.widget-author .details ul li {
  display: inline-block;
  list-style: none;
  margin: 0 8px;
  color: #9ba1b0;
  line-height: 1;
}

.widget-author .details ul li a {
  font-size: 15px;
}



.brochure {
  border: 2px solid #e8ecf1;
  background: #eff2f5;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px 10px 80px;
  position: relative;
  font-weight: 500;
  color: #000;
}

.brochure a {
  color: #000;
}

.brochure:hover {
  color: #566b86;
  background: #e8ecf1;
}

.brochure i {
  background: #ffffff;
  color: var(--thm-primary);
  font-size: 40px;
  height: 100%;
  left: 0;
  line-height: 68px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
}

.brochure span {
  font-weight: 400;
  font-size: 15px;
}



.ask-agent-content {
  margin-top: 28px;
}

.ask-agent-content input,
.ask-agent-content textarea {
  width: 100%;
  height: 50px;
  border: none;
  padding-left: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #efeff0;
}

.ask-agent-content input:placeholder {
  color: #555555;
}

.ask-agent-content button {
  color: #fff;
  width: 100%;
  height: 50px;
  border: none;
  font-weight: 700;
  border-radius: 10px;
  margin-bottom: 15px;
  background-color: #ff5520;
}