/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/




:root {
  --thm-font: 'Open Sans', sans-serif;
  --thm-font-2: 'Poppins', sans-serif;
  --thm-gray: #63747c;
  --thm-gray-rgb: 99, 116, 124;
  --thm-white: #ffffff;
  --thm-white-rgb: 255, 255, 255;
  --thm-black: #0f0f0f;
  --thm-black-rgb: 15, 15, 15;
  --thm-primary: #ffb400;
  --thm-primary-rgb: 255, 180, 0;
}


.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--thm-font);
  color: var(--thm-gray);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--thm-gray);
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--thm-black);
  font-family: var(--thm-font-2);
  margin-top: 17px !important;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}



/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}

#contact-form input[type="text"].error {
  border-color: red;
}

#contact-form input[type="email"].error {
  border-color: red;
}

#contact-form select.error {
  border-color: red;
}

#contact-form textarea.error {
  border-color: red;
}


#contact-form label.error {
  display: none !important;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}


#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}


ul,
li {
  margin: 7px;
  padding: 0;
}

ol,
li {
  margin: 0;
  padding: 0;
}



.rating-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.rating-box ul {
  overflow: hidden;
}

.rating-box ul li {
  position: relative;
  float: left;
  margin-right: 3px;
}

.rating-box ul li:last-child {
  margin-right: 0;
}

.rating-box ul li span {
  position: relative;
  display: inline-block;
  color: #ffc75b;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sec-title {
  position: relative;
  display: block;
  margin-top: -3px;
  padding-bottom: 53px;
}

.sec-title .sub-title {
  position: relative;
  display: block;
  padding-bottom: 13px;
}

.sec-title .sub-title h6 {
  color: var(--thm-base);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.sec-title h3 {
  color: var(--thm-black);
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: capitalize;
}



.btn-one {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
  background-color: transparent;
  color: var(--thm-base);
  font-size: 14px;
  line-height: 60px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: var(--thm-font-2);
  z-index: 2;
}

.btn-one:before {
  position: absolute;
  top: 110px;
  left: -50px;
  right: -50px;
  height: 170px;
  content: "";
  background: var(--thm-base);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  border-radius: 50%;
  transition-duration: 800ms;
  z-index: 1;
}

.btn-one:hover:before {
  top: 0%;
  left: -70px;
  right: -70px;
}

.btn-one:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 3px solid #f6f6f6;
  border-radius: 4px;
  opacity: 1;
  transform: scaleX(1.0);
  transition-duration: 800ms;
  z-index: -1;
}

.btn-one:hover:after {
  transform: scaleX(0);
  transition-duration: 1500ms;
}

.btn-one .txt {
  position: relative;
  z-index: 1;
}

.btn-one:hover,
.btn-one:focus {
  color: #ffffff;
}

.btn-one i {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 700;
}



.owl-carousel.owl-dot-style1 .owl-dots {
  position: relative;
  text-align: center;
  line-height: 0;
  margin-top: 50px !important;
  display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 5px;
  background-color: #e7e7e7;
  border: 0px solid #a5a5a5;
  margin: 0px 10px;
  padding: 0px;
  border-radius: 0%;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--thm-base);
  border-radius: 0%;
  transform: scale(0);
  transition: all 500ms ease;
}


.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active:before {
  transform: scale(1.0);
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
  display: none;
}


img {
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}


/* scroll to top */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 15px;
  display: inline-block;
  width: 55px;
  height: 55px;
  background: var(--thm-base);
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 0%;
  transition: all 0.4s ease;
  z-index: 99;
}

.scroll-to-top i {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 55px;
}

.scroll-to-top:hover {
  background-color: var(--thm-black);
}

.scroll-to-top:hover i {
  color: #fff;
}



.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 20px;
}

.styled-pagination.pdtop0 {
  padding-top: 0;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.styled-pagination li:last-child {
  margin-right: 0;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 40px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #ededed;
  color: #cecece;
  font-size: 14px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  transition: all 500ms ease;
  font-family: var(--thm-font);
  z-index: 1;
}

.styled-pagination li a span:before {
  position: relative;
  top: 4px;
  font-size: 20px;
}

.styled-pagination li.prev a span:before {
  position: relative;
  display: inline-block;
  padding-right: 8px;
}

.styled-pagination li.next a span:before {
  position: relative;
  display: inline-block;
  padding-left: 8px;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
  color: #ffffff;
  border-color: var(--thm-base);
  background: var(--thm-base);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  width: 90px;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: #ffffff;
}



.checked-box1 {
  position: relative;
  display: block;
  min-height: 20px;
}

.checked-box1 label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--thm-gray);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
  min-height: 20px;
  font-family: var(--thm-font);
}

.checked-box1 input[type="checkbox"] {
  display: none;
}

.checked-box1 input[type="checkbox"]+label span {
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #80868d;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checked-box1 label span:before {
  font-family: 'icomoon' !important;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  content: "\e922";
  font-size: 10px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  margin: 0px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checked-box1 input[type="checkbox"]:checked+label span {
  border-color: #80868d;
}

.checked-box1 input[type="checkbox"]:checked+label span:before {
  opacity: 1.0;
}




/*=============== Color-Layout =============*/
.switcher {
  position: fixed;
  top: 320px;
  z-index: 99;
}

.switcher .switch_btn {
  position: absolute;
  top: 0px;
  right: -50px;
  z-index: -1;
}

.switcher .switch_btn button {
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
  border-radius: 0;
  margin-left: 0;
  transition: all 500ms ease;
  background: rgba(0, 0, 0, 0.90);
}

.switcher .switch_menu {
  position: absolute;
  width: 220px;
  height: 30px;
  background: transparent;
  display: none;
  top: 0px;
  left: 60px;
  bottom: 0;
  margin: 10px 0;
}

.switcher #styleOptions li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 3px;
}

.switcher #styleOptions li:last-child {
  margin-right: 0;
}

.switcher #styleOptions li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
}

.switcher #styleOptions li a.blue-color {
  background: #1266e3;
}

.switcher #styleOptions li a.pink-color {
  background: #e70887;
}

.switcher #styleOptions li a.violet-color {
  background: #6936d8;
}

.switcher #styleOptions li a.crimson-color {
  background: #ba0913;
}

.switcher #styleOptions li a.orange-color {
  background: #FFA500;
}

.switcher #styleOptions li a.green-color {
  background: #95c41f;
}















/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-base);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--thm-base);
  border: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.search-popup__content .thm-btn i {
  background-color: transparent;
  margin-left: 0;
}

.search-popup__content .thm-btn:hover {
  background-color: var(--thm-base);
}



.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--thm-base);
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--thm-base);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--thm-black);
  color: var(--thm-base);
  cursor: pointer;
}




/* Preloader Css*/
.handle-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--thm-base);
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 9999999;
}

.preloader-close {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 30px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 99999999;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 45px auto;

  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}


.handle-preloader .animation-preloader .txt-loading .letters-loading {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: 15px;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
  font-family: var(--thm-font);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  position: absolute;
  top: 0;
  left: 0;
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  opacity: 0;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.3s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.5s;
}


/**
animation: spinner 1s infinite linear;


.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
**/

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
  border: 3px solid #ffffff;
  /**border-top-color: rgba(255, 255, 255, 0.5); **/
}


/* Animation preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}


@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}

@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 30px;
    letter-spacing: 10px;
  }
}



/*--------------------------------------------------------------
  properties style1 Area
--------------------------------------------------------------*/
.properties-style1-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  z-index: 10;
}

.properties-style1-area.pd-tb120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.properties-style1-title-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 53px;
}

.properties-style1-title-box .sec-title {
  padding: 0;
}

.properties-style1-title-box .right {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 11px;
}

.properties-style1-title-box .right span {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  color: var(--thm-base);
  font-size: 14px;
  line-height: 14px;
}

.properties-style1-title-box .right p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}



.properties-style1-area .container {
  max-width: 1850px;
}

.single-properties-box-colum {
  flex: 0 0 auto;
  width: 20%;
}

.single-properties-box-style1 {
  position: relative;
  display: block;
  transition: all 0.2s ease;
}

.single-properties-box-style1 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.single-properties-box-style1 .img-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  z-index: 1;
  opacity: 0;
  background: rgb(0, 0, 0);
  transition: all 0.5s ease;
}

.single-properties-box-style1:hover .img-holder:before {
  opacity: 0.2;
}

.single-properties-box-style1 .img-holder img {
  width: 100%;
  transition: all 0.5s ease;
}

.single-properties-box-style1:hover .img-holder img {
  transform: rotate(0deg) scale(1.0);
}

.single-properties-box-style1 .img-holder .overlay-content {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
}

.single-properties-box-style1 .img-holder .overlay-content ul {
  position: relative;
  display: block;
}

.single-properties-box-style1 .img-holder .overlay-content ul li {
  position: relative;
  display: block;
  background-color: var(--thm-base);
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 3px;
  text-align: center;
}

.single-properties-box-style1 .img-holder .overlay-content ul li.bg1 {
  background-color: #ff5a3c;
}

.single-properties-box-style1 .img-holder .overlay-content ul li.bg2 {
  background-color: #90c907;
}

.single-properties-box-style1 .img-holder .overlay-content ul li+li {
  margin-top: 5px;
}

.single-properties-box-style1 .img-holder .icon {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 0;
  z-index: 3;
}

.single-properties-box-style1 .img-holder .icon span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  transition: all 0.5s ease;
}

.single-properties-box-style1:hover .img-holder .icon span {
  color: #ffffff;
  transform: scale(1.1);
}


.single-properties-box-style1 .text-holder {
  position: relative;
  display: block;
  border: 1px solid #f6f6f6;
  border-top: none;
  padding: 25px 29px 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: all 0.2s ease;
}

.single-properties-box-style1:hover .text-holder {
  box-shadow: 0px 5px 9.1px 0.9px rgba(15, 15, 15, 0.03);
}

.single-properties-box-style1 .text-holder .top {
  position: relative;
  display: block;
  padding-left: 17px;
}

.single-properties-box-style1 .text-holder .top .dot {
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: var(--thm-base);
  border-radius: 50%;
}

.single-properties-box-style1 .text-holder .top p {
  font-size: 14px;
  line-height: 20px;
}

.single-properties-box-style1 .text-holder .top p a {
  color: var(--thm-base);
}


.single-properties-box-style1 .text-holder h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 10px 0 19px;
}

.single-properties-box-style1 .text-holder h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-properties-box-style1 .text-holder h3 a:hover {
  color: var(--thm-base);
}

.single-properties-box-style1 .text-holder p {
  font-size: 14px;
  line-height: 20px;
}


.single-properties-box-style1 .text-holder .rating-value-box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 19px 0 22px;
}

.single-properties-box-style1 .text-holder .rating-value-box .rating-box {
  position: relative;
  display: flex;
  align-items: center;
}

.single-properties-box-style1 .text-holder .rating-value-box .rating-box .text {
  position: relative;
  display: inline-block;
  padding-left: 8px;
  color: #b2b2b2;
  font-size: 14px;
}

.single-properties-box-style1 .text-holder .rating-value-box .value-box {
  position: relative;
  display: block;
}

.single-properties-box-style1 .text-holder .rating-value-box .value-box h4 {
  color: var(--thm-base);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}


.single-properties-box-style1 .text-holder .info-box {
  position: relative;
  display: block;
  padding: 16px 0 17px;
}

.single-properties-box-style1 .text-holder .info-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  right: -30px;
  height: 1px;
  background-color: #f6f6f6;
}

.single-properties-box-style1 .text-holder .info-box ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-properties-box-style1 .text-holder .info-box ul li {
  position: relative;
  display: block;
  float: left;
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
  padding-right: 15px;
  margin-right: 15px;
}

.single-properties-box-style1 .text-holder .info-box ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.single-properties-box-style1 .text-holder .info-box ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 4px;
  width: 1px;
  background-color: #f6f6f6;
}

.single-properties-box-style1 .text-holder .info-box ul li:last-child::before {
  display: none;
}

.single-properties-box-style1 .text-holder .info-box ul li span {
  position: relative;
  display: inline-block;
  padding-right: 6px;
  font-size: 16px;
  top: 1px;
}



/*--------------------------------------------------------------
  properties style2 Area
--------------------------------------------------------------*/
.properties-style2-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 120px 0 120px;
  z-index: 10;
}

.properties-style2-area .single-properties-box-style1 {
  margin-bottom: 40px;
}

.properties-style2-area__btns-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 10px;
}



/*--------------------------------------------------------------
  properties style1 Area style3 Css
--------------------------------------------------------------*/
.properties-style1-area--style3 {
  position: relative;
  display: block;
  background-color: #f9fafe;
  padding: 120px 0 120px;
}

.properties-style1-area--style3 .single-properties-box-style1 .text-holder {
  border: 1px solid #f0f1f5;
  background-color: #ffffff;
}

.properties-carousel.owl-carousel.owl-dot-style1 .owl-dots {
  margin-top: 30px !important;
}



/*---------------------------------------
  Explore Our properties Area Css
-----------------------------------------*/
.explore-our-properties-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 120px 0 90px;
}

.single-explore-properties-box {
  position: relative;
  display: block;
  border: 1px solid #f6f6f6;
  border-radius: 4px;
  padding: 10px 10px 10px;
  margin-bottom: 30px;
}

.single-explore-properties-box .img-holder {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
}

.single-explore-properties-box .img-holder::before {
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .4);
  border-radius: 50%;
  -webkit-transform: translateX(-50%, -50%);
  transform: translateX(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.single-explore-properties-box:hover .img-holder::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

.single-explore-properties-box .img-holder .icon-box {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
}

.single-explore-properties-box .img-holder .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
}

.single-explore-properties-box .img-holder img {
  width: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  transform: scale(1.0);
}

.single-explore-properties-box:hover .img-holder img {
  transform: scale(1.2) rotate(1deg);
}

.single-explore-properties-box .text-holder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 20px 11px;
}

.single-explore-properties-box .text-holder .inner-title {
  position: relative;
  display: block;
}

.single-explore-properties-box .text-holder .inner-title p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.single-explore-properties-box .text-holder .inner-title h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 6px;
}

.single-explore-properties-box .text-holder .inner-title h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-explore-properties-box .text-holder .inner-title h3 a:hover {
  color: var(--thm-base);
}


.single-explore-properties-box .text-holder .btn-box {
  position: relative;
  display: block;
}

.single-explore-properties-box .text-holder .btn-box a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: #f9fafe;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}

.single-explore-properties-box .text-holder .btn-box a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-base);
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-explore-properties-box .text-holder .btn-box a:hover:before {
  transform: scaleX(1.0);
}

.single-explore-properties-box .text-holder .btn-box a span::before {
  position: relative;
  display: inline-block;
  color: #cecece;
  font-size: 20px;
  line-height: 50px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-explore-properties-box .text-holder .btn-box a:hover span::before {
  color: #ffffff;
}



/*---------------------------------------
  Explore Our properties Style2 Area Css
-----------------------------------------*/
.explore-our-properties-style2-area {
  position: relative;
  display: block;
  background-color: #f9fafe;
  padding: 120px 0 90px;
}

.explore-our-properties-style2-area .container {
  max-width: 1850px;
}

.single-explore-properties-colum {
  flex: 0 0 auto;
  width: 20%;
}

.single-explore-properties-colum .single-explore-properties-box {
  border: 1px solid #f0f1f5;
  background-color: #ffffff;
}



/*---------------------------------------
  Choose Style1 Area Css
-----------------------------------------*/
.choose-style1-area {
  position: relative;
  display: block;
  background: #f9fafe;
  padding: 120px 0 70px;
}

.choose-style1-area.pdtop0 {
  padding-top: 0;
}

.single-choose-style1-box {
  position: relative;
  display: block;
  margin-bottom: 38px;
}

.single-choose-style1-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #f1f3fc;
  margin: 0 auto 42px;
  z-index: 1;
}

.single-choose-style1-box .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-base);
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.5);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  opacity: 0;
}

.single-choose-style1-box:hover .icon:before {
  transform: scaleX(1.0);
  opacity: 1;
}

.single-choose-style1-box .icon span {
  position: relative;
  display: block;
}

.single-choose-style1-box .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 45px;
  line-height: 45px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-choose-style1-box:hover .icon span::before {
  color: #ffffff;
}

.single-choose-style1-box .text {
  position: relative;
  display: block;
}

.single-choose-style1-box .text h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.single-choose-style1-box .text h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-choose-style1-box .text h3 a:hover {
  color: var(--thm-base);
}

.single-choose-style1-box .text p {
  font-size: 14px;
  margin: 0px;
}



/*---------------------------------------
  Choose Style2 Area Css
-----------------------------------------*/
.choose-style2-area {
  position: relative;
  display: block;
  background: #f9fafe;
  padding: 120px 0 80px;
}

.choose-style2-area .single-choose-style1-box {
  position: relative;
  display: block;
  background-color: #ffffff;
  border: 1px solid #f0f1f5;
  padding: 50px 0 42px;
  border-radius: 4px;
  margin-bottom: 40px;
}

.choose-style2-area .single-choose-style1-box .icon {
  margin: 0 auto 24px;
}

.choose-style2-area .single-choose-style1-box .text h3 {
  margin-bottom: 0;
}



/*---------------------------------------
  Choose Style3 Area Css
-----------------------------------------*/
.choose-style3-area {
  position: relative;
  display: block;
  background: #f9fafe;
  padding: 120px 0 120px;
}

.choose-carousel-one.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.choose-carousel-one.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.choose-carousel-one.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.choose-carousel-one.owl-carousel.owl-dot-style1 .owl-dots {
  margin-top: 20px !important;
}



/*---------------------------------------
  Apartments Plan Area Css
-----------------------------------------*/
.apartments-plan-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 120px 0 120px;
}


.apartments-plan-tab__button {
  position: relative;
  display: block;
  padding-bottom: 50px;
  margin-top: -3px;
}

.apartments-plan-tab__button .tabs-button-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apartments-plan-tab__button .tabs-button-box .tab-btn-item {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  margin: 0 20px;
  z-index: 1;
}

.apartments-plan-tab__button .tabs-button-box .tab-btn-item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: var(--thm-base);
  z-index: -1;
  transform: perspective(400px) translateY(0px) scale(0);
  transform-style: preserve-3d;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: right center;
}

.apartments-plan-tab__button .tabs-button-box .tab-btn-item:hover::before,
.apartments-plan-tab__button .tabs-button-box .tab-btn-item.active-btn-item::before {
  transform: perspective(400px) translateY(0px) scale(1);
  transform-origin: left center;
}

.apartments-plan-tab__button .tabs-button-box .tab-btn-item h3 {
  position: relative;
  display: block;
  color: var(--thm-black);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.apartments-plan-tab__button .tabs-button-box .tab-btn-item:hover h3,
.apartments-plan-tab__button .tabs-button-box .tab-btn-item.active-btn-item h3 {
  color: var(--thm-base);
}



.apartments-plan-tab-box .tabs-content-box {
  position: relative;
  display: block;
}

.apartments-plan-tab-box .tab-content-box-item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.apartments-plan-tab-box .tab-content-box-item.tab-content-box-item-active {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.apartments-plan-tab-box .tab-content-box-item .apartments-plan-tab-content-box-item {
  transition: all 0.7s ease;
  opacity: 0;
  transform: scaleY(0.9);
  transform-origin: top bottom;
}

.apartments-plan-tab-box .tab-content-box-item.tab-content-box-item-active .apartments-plan-tab-content-box-item {
  opacity: 1.0;
  transform: scaleY(1);
  transform-origin: bottom top;
}


.apartments-plan-tab-content-box-item {
  position: relative;
}

.apartments-plan-tab-content-box-item .map-box {
  position: relative;
  display: block;
}

.apartments-plan-tab-content-box-item .map-box img {
  width: 100%;
}


.apartments-plan-tab-content-box-item .text-box {
  position: relative;
  display: block;
  margin-top: -6px;
  padding-left: 100px;
}

.apartments-plan-tab-content-box-item .text-box h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 15px;
}


.apartments-plan-tab-content-box-item .text-box p span {
  color: var(--thm-black);
  font-weight: 700;
}

.apartments-plan-tab-content-box-item .text-box .property-details-box {
  position: relative;
  display: block;
  padding: 17px 0 48px !important;
  border: none;
  border-radius: 0;
  margin: 0;
}

.apartments-plan-tab-content-box-item .text-box .property-details-box h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 15px;
}


.property-details-box-item {
  position: relative;
  display: flex;
  align-items: center;
}

.property-details-box-item ul {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50%;
  float: left;
}

.property-details-box-item ul li {
  position: relative;
  display: block;
  font-size: 14px;
}

.property-details-box-item ul li+li {
  margin-top: 10px;
}

.property-details-box-item ul li span {
  position: relative;
  display: inline-block;
  width: 110px;
  color: var(--thm-black);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--thm-font-2);
}

.apartments-plan-tab-content-box-item .text-box .btns-box {
  position: relative;
  display: block;
  line-height: 0;
}



/*** 
=============================================
    Video Gallery Style1 Area Css
=============================================
***/
.video-gallery-style1-area {
  position: relative;
  display: block;
  padding: 230px 0px 230px;
  background: #ffffff;
  z-index: 10;
}

.video-gallery-style1__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.video-gallery-style1__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--thm-base-rgb), 0.0);
  z-index: -2;
  content: "";
}

.video-gallery-style1 {
  position: relative;
  display: block;
}

.video-gallery-style1 .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 2;
}

.video-gallery-style1 .icon:hover {
  background-color: var(--thm-base);
}

.video-gallery-style1 .icon:after,
.video-gallery-style1 .icon:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: -1;

}

.video-gallery-style1 .icon:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.video-gallery-style1 .icon .video-popup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.video-gallery-style1 .icon .video-popup span::before {
  position: relative;
  color: var(--thm-base);
  font-size: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.video-gallery-style1 .icon:hover .video-popup span::before {
  color: #ffffff;
}



/*** 
=============================================
    Slogan Area Css
=============================================
***/
.slogan-area {
  position: relative;
  display: block;
  background-color: var(--thm-base);
  padding: 20px 0;
}

.slogan-content-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.slogan-content-box .inner-title {
  position: relative;
  display: block;
}

.slogan-content-box .inner-title h2 {
  color: #ffffff;
  font-size: 32px;
  line-height: 44px;
  font-weight: 500;
}

.slogan-content-box .inner-title h2 span {
  color: #ff5a3c;
}



.get-app-box {
  position: relative;
  display: block;
}

.get-app-box ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.get-app-box ul li {
  position: relative;
  display: block;
  float: left;
  margin-right: 30px;
}

.get-app-box ul li:last-child {
  margin-right: 0;
}

.get-app-box ul li a {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 10px;
  padding: 11px 19px 12px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.get-app-box ul li a:hover {
  background-color: rgba(255, 255, 255, .10);
}

.get-app-box ul li a .icon {
  width: 40px;
  line-height: 0;
}

.get-app-box ul li a .icon span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.get-app-box ul li a:hover .icon span {
  color: #ff5a3c;
}

.get-app-box ul li a .text {
  position: relative;
  flex: 1;
}

.get-app-box ul li a .text h4 {
  color: #ffffff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 7px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.get-app-box ul li a:hover .text h4 {
  color: var(--thm-black);
}

.get-app-box ul li a .text p {
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.get-app-box ul li a:hover .text p {
  color: var(--thm-black);
}



/*** 
=============================================
    Slogan Style2 Area Css
=============================================
***/
.slogan-style2-area {
  position: relative;
  display: block;
  background-color: transparent;
  padding: 20px 0;
  z-index: 10;
}

.slogan-style2-area-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: #383838;
  background-blend-mode: luminosity;
  z-index: -1;
}

.slogan-style2-area-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.70;
  z-index: -1;
}

.slogan-style2-area .get-app-box ul li a {
  padding: 15px 19px 16px;
}

.slogan-style2-area .get-app-box ul li a:hover {
  border-color: var(--thm-base);
  background-color: var(--thm-base);
}

.slogan-style2-area .get-app-box ul li a:hover .text h4 {
  color: #ffffff;
}

.slogan-style2-area .get-app-box ul li a:hover .text p {
  color: #ffffff;
}



/*** 
=============================================
    Property Search Form Area Css
=============================================
***/
.property-search-form-area {
  position: relative;
  display: block;
  background-color: transparent;
  margin-top: -120px;
  z-index: 11;
}

.search-form-tab-box {
  position: relative;
  display: block;
}



.search-form-tab__button {
  position: relative;
  display: block
}

.search-form-tab__button .tabs-button-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.search-form-tab__button .tabs-button-box .tab-btn-item {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  width: 110px;
  z-index: 1;
}

.search-form-tab__button .tabs-button-box .tab-btn-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f6f6f6;
  z-index: -1;
  transform: perspective(400px) translateY(0px) scale(0);
  transform-style: preserve-3d;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: right center;
}

.search-form-tab__button .tabs-button-box .tab-btn-item:hover::before,
.search-form-tab__button .tabs-button-box .tab-btn-item.active-btn-item::before {
  transform: perspective(400px) translateY(0px) scale(1);
  transform-origin: left center;
}

.search-form-tab__button .tabs-button-box .tab-btn-item h3 {
  position: relative;
  display: block;
  color: var(--thm-black);
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.search-form-tab__button .tabs-button-box .tab-btn-item:hover h3,
.search-form-tab__button .tabs-button-box .tab-btn-item.active-btn-item h3 {
  color: var(--thm-base);
}


.search-form-tabs-content-box-outer {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 40px 30px 20px;
  z-index: 2;
}

.search-form-tabs-content-box-outer:before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0px 2px 9.1px 0.9px rgba(15, 15, 15, 0.06);
  z-index: -1;
}



.search-form-tab-box .tabs-content-box {
  position: relative;
  display: block;
}

.search-form-tab-box .tab-content-box-item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.search-form-tab-box .tab-content-box-item.tab-content-box-item-active {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.search-form-tab-box .tab-content-box-item .search-form-tab-content-box-item {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.7s ease;
  transform-origin: top bottom;
}

.search-form-tab-box .tab-content-box-item.tab-content-box-item-active .search-form-tab-content-box-item {
  opacity: 1.0;
  transform: translateY(0px);
  transform-origin: bottom top;
}



.search-form-tab-content-box-item ul {
  position: relative;
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}

.search-form-tab-content-box-item ul li {
  position: relative;
  display: block;
  float: left;
  width: 20%;
  padding: 0 10px;
}

.search-form-tab-content-box-item ul li .nice-select {
  position: relative;
  display: block;
  height: 45px;
  line-height: 42px;
  background: #ffffff;
  border: 1px solid #f6f6f6 !important;
  font-family: var(--thm-font);
  border-radius: 4px;
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}

.search-form-tab-content-box-item ul li .form-group .field-input input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid #f6f6f6;
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  transition: all 500ms ease 0s;
}

.search-form-tab-content-box-item ul li .form-group .field-input input[type="text"]:focus {
  outline: none;
}


.search-form-tab-content-box-item ul li .nice-select:after {
  position: absolute;
  content: "\e903";
  font-family: 'icomoon' !important;
  color: #cecece;
  font-size: 10px;
  top: 0px;
  right: 20px;
  margin: 0px;
  font-weight: 700;
  border: none !important;
  transform: rotate(0deg) !important;
}

.search-form-tab-content-box-item ul li .nice-select .list {
  padding: 20px 20px !important;
}


.search-form-tab-content-box-item ul li .form-group {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.search-form-tab-content-box-item ul li .form-group label {
  color: var(--thm-black);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}

.search-form-tab-content-box-item ul li .btn-box {
  position: relative;
  display: block;
  padding-top: 29px;
}

.search-form-tab-content-box-item ul li .btn-box button {
  color: #ffffff;
  width: 100%;
  background-color: var(--thm-base);
}

.search-form-tab-content-box-item ul li .btn-box button.btn-one:after {
  background-color: var(--thm-base);
  border: 3px solid var(--thm-base);
}



/*** 
=============================================
    Property Search Form Style2 Area Css
=============================================
***/
.property-search-form-style2-area {
  position: relative;
  display: block;
  background-color: #f9fafe;
  padding: 120px 0 120px;
  z-index: 11;
}

.property-search-form-style2-area .search-form-tabs-content-box-outer:before {
  top: 0px;
  box-shadow: 0px 10px 9.1px 0.9px rgb(15 15 15 / 3%);
}



/*** 
=============================================
    Agents Style1 Area Css
=============================================
***/
.agents-style1-area {
  position: relative;
  display: block;
  background: #f9fafe;
  padding: 120px 0 80px;
  z-index: 10;
}

.agents-style1-area.bg-white {
  background-color: #ffffff;
}

.single-agents-style1 {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.single-agents-style1 .img-holder {
  position: relative;
  display: block;
  padding-bottom: 60px;
}

.single-agents-style1 .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background-color: var(--thm-base);
  z-index: 1;
}

.single-agents-style1 .img-holder .inner img {
  width: 100%;
  transition: all 500ms linear;
  transition-delay: 0.2s;
}

.single-agents-style1:hover .img-holder .inner img {
  transform: scale(1.1) rotate(0deg);
  opacity: 0.20;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}



.single-agents-style1 .title-holder {
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 10px;
  padding: 19px 30px 23px;
  background-color: #ffffff;
  border: 1px solid #f0f1f5;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transform: perspective(400px) rotateX(0deg);
  transform-origin: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 5;
}

.single-agents-style1:hover .title-holder {
  transform: perspective(400px) rotateX(10deg);
  box-shadow: 0px 5px 9.1px 0.9px rgba(15, 15, 15, 0.03);
  border: 1px solid transparent;
}

.single-agents-style1 .title-holder .inner-title {
  position: relative;
  display: block;
}

.single-agents-style1 .title-holder .inner-title span {
  font-size: 14px;
}

.single-agents-style1 .title-holder .inner-title h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 6px 0 0;
}

.single-agents-style1 .title-holder .inner-title h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-agents-style1 .title-holder .inner-title h3 a:hover {
  color: var(--thm-base);
}

.single-agents-style1 .title-holder .social-links {
  position: relative;
  display: block;
}

.single-agents-style1 .title-holder .social-links a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #f9fafe;
  border-radius: 50%;
  color: #cecece;
  font-size: 14px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.single-agents-style1 .title-holder .social-links a:hover {
  color: #ffffff;
}

.single-agents-style1 .title-holder .social-links a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-base);
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-agents-style1 .title-holder .social-links a:hover::before {
  transform: scaleX(1.0);
}



/*** 
=============================================
    Fact Counter Property Search Area Css
=============================================
***/
.fact-counter-property-search-area {
  position: relative;
  display: block;
  background-color: #f9fafe;
  z-index: 11;
}


.fact-counter-box-style2 {
  position: relative;
  display: block;
  padding: 120px 0 71px;
  border-bottom: 1px solid #e8e9ed;
}



.fact-counter-box-style2 {
  position: relative;
  display: block;
}

.fact-counter-box-style2 ul {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.fact-counter-box-style2 .single-fact-counter {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 42px;
}


.search-form-tab-box--style2 {
  position: relative;
  margin-top: -220px;
}

.search-form-tab-box--style2 .search-form-tab__button .tabs-button-box {
  background-color: var(--thm-base);
}

.search-form-tab-box--style2 .search-form-tab__button .tabs-button-box .tab-btn-item {
  width: 123.5px;
}

.search-form-tab-box--style2 .search-form-tab__button .tabs-button-box .tab-btn-item h3 {
  color: #ffffff;
}

.search-form-tab-box--style2 .search-form-tab__button .tabs-button-box .tab-btn-item:before {
  background: rgba(255, 255, 255, .10);
}

.search-form-tab-box--style2 .search-form-tab__button .tabs-button-box .tab-btn-item:hover h3,
.search-form-tab-box--style2 .search-form-tab__button .tabs-button-box .tab-btn-item.active-btn-item h3 {
  color: #ffffff;
}


.search-form-tab-box--style2 .search-form-tabs-content-box-outer {
  padding: 30px 30px 30px;
}

.search-form-tab-box--style2 .search-form-tabs-content-box-outer:before {
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
}


.search-form-tab-box--style2 .search-form-tab-content-box-item ul {
  margin-left: 0px;
  margin-right: 0px;
}

.search-form-tab-box--style2 .search-form-tab-content-box-item ul li {
  float: none;
  width: 100%;
  padding: 0 0px;
}

.search-form-tab-box--style2 .search-form-tab-content-box-item ul li .form-group {
  margin-bottom: 10px;
}

.search-form-tab-box--style2 .search-form-tab-content-box-item ul li .nice-select .option {
  padding-left: 15px !important;
  padding-right: 10px !important;
}

.search-form-tab-box--style2 .search-form-tab-content-box-item ul li .btn-box {
  padding-top: 20px;
  text-align: center;
}

.search-form-tab-box--style2 .search-form-tab-content-box-item ul li .btn-box button {
  color: var(--thm-base);
  width: auto;
  background-color: transparent;
}

.search-form-tab-box--style2 .search-form-tab-content-box-item ul li .btn-box button:hover {
  color: #ffffff;
}

.search-form-tab-box--style2 .search-form-tab-content-box-item ul li .btn-box button.btn-one:after {
  background-color: #ffffff;
  border: 3px solid rgba(var(--thm-base-rgb), .10);
}



/*** 
=============================================
    Video Gallery Style2 Area Css
=============================================
***/
.video-gallery-style2-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  overflow: hidden;
  padding: 0 0 120px;
}


.video-gallery-style2-content {
  position: relative;
  display: block;
  min-height: 620px;
}

.video-gallery-style2-content-inner {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 3;
}

.video-gallery-style2-content-inner .sub-title {
  position: relative;
  display: inline-flex;
  background-color: var(--thm-base);
  padding: 12px 25px 12px;
  border-radius: 4px;
}

.video-gallery-style2-content-inner .sub-title h5 {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.video-gallery-style2-content-inner .big-title {
  position: relative;
  display: block;
  padding: 18px 0 32px;
}

.video-gallery-style2-content-inner .big-title h2 {
  color: #ffffff;
  font-size: 72px;
  line-height: 1.2em;
  font-weight: 600;
}




.video-gallery-style2-content .swiper-slide {
  min-height: 620px;
}

.video-gallery-style2-content .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.video-gallery-style2-content .image-layer:before {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background-color: #0f0f0f;
  opacity: 0.20;
  z-index: -1;
}



.video-gallery-style2-thumb-box {
  position: relative;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 5px 9.1px 0.9px rgba(15, 15, 15, 0.03);
  padding: 30px 30px 30px;
  border-radius: 75px;
  max-width: 1030px;
  width: 100%;
  margin: -75px auto 0;
  z-index: 11;
}

.video-gallery-style2-thumb-box .swiper-container {
  overflow: hidden;
  border-radius: 45px;
}

.video-gallery-style2-thumb-box .thumb-img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--thm-bg);
  cursor: pointer;
}

.video-gallery-style2-thumb-box .thumb-img-holder img {
  width: 100%;
  transition: all 500ms linear;
  transition-delay: 0.2s;
  filter: grayscale(.5) opacity(1.0);
}

.video-gallery-style2-thumb-box .swiper-slide-thumb-active .thumb-img-holder img {
  opacity: 0.50;
}



/*--------------------------------------------------------------
# Agents Details Area
--------------------------------------------------------------*/
.agents-details-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 112px 0px 120px;
}

.agents-details__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}

.agents-details__top-content-box {
  position: relative;
  display: block;
}

.agents-details__top-content-box h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
}

.agents-details__top-content-box-bottom {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.agents-details__top-content-box-bottom .text {
  position: relative;
  display: block;
}

.agents-details__top-content-box-bottom .text p {
  font-size: 14px;
  text-transform: capitalize;
}

.agents-details__top-content-box-bottom .review-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 70px;
}

.agents-details__top-content-box-bottom .review-box ul {
  position: relative;
  display: block;
}

.agents-details__top-content-box-bottom .review-box ul li {
  position: relative;
  display: inline-block;
}

.agents-details__top-content-box-bottom .review-box ul li span::before {
  position: relative;
  display: inline-block;
  color: #ffc75b;
  font-size: 12px;
}

.agents-details__top-content-box-bottom .review-box .review-counter {
  position: relative;
  display: block;
  margin-left: 10px;
}

.agents-details__top-content-box-bottom .review-box .review-counter p {
  color: #b2b2b2;
  font-size: 13px;
  margin: 0px;
}


.agents-details__top-contact-btn {
  position: relative;
  display: block;
}

.agents-details__top-contact-btn a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 17px 25px 15px;
  border-radius: 4px;
  background: var(--thm-base);
  font-family: var(--thm-font-2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.agents-details__top-contact-btn a span::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  margin-right: 5px;
  top: 1px;
}

.agents-details__top-contact-btn a:hover {
  background-color: var(--thm-black);
}



.agents-details__bottom {
  position: relative;
  display: block;
}

.agents-details__bottom-content {
  position: relative;
  display: block;
  top: -8px;
  padding-top: 30px;
  padding-bottom: 51px;
  border-bottom: 1px solid #eeeeee;
}

.agents-details__bottom-content .text-box1 {
  position: relative;
  display: block;
}

.agents-details__bottom-content .text-box1 p span {
  color: var(--thm-black);
  font-weight: 700;
}

.agents-details__bottom-content .text-box2 {
  position: relative;
  display: block;
  padding: 13px 0 13px;
}

.agents-details__bottom-content .text-box2 p span {
  color: var(--thm-black);
  font-weight: 700;
}



.agents-details__bottom {
  position: relative;
  display: block;
}

.agents-details__bottom-content {
  position: relative;
  display: block;
}

.agents-details__bottom-content ul {
  position: relative;
  display: block;
}

.agents-details__bottom-content ul li {
  position: relative;
  display: block;
  padding-left: 25px;
}

.agents-details__bottom-content ul li+li {
  margin-top: 13px;
}

.agents-details__bottom-content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'icomoon' !important;
  content: "\e922";
  font-size: 16px;
  color: var(--thm-base);
}


.agents-info-box {
  position: relative;
  display: block;
  padding: 30px;
  border: 1px solid #f6f6f6;
  margin-top: 30px;
}

.agents-info-box .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.agents-info-box .img-box img {
  width: 100%;
}

.agents-info-box .text-box {
  position: relative;
  display: block;
}

.agents-info-box .text-box ul {
  position: relative;
  display: block;
  padding: 21px 0 20px;
}

.agents-info-box .text-box ul li {
  position: relative;
  display: block;
  color: var(--thm-gray);
  font-size: 14px;
  margin-bottom: 6px;
}

.agents-info-box .text-box ul li:last-child {
  margin-bottom: 0;
}

.agents-info-box .text-box ul li span {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  color: var(--thm-black);
  font-weight: 700;
}

.agents-info-box .text-box ul li a {
  color: var(--thm-gray);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.agents-info-box .text-box ul li a:hover {
  color: var(--thm-base);
}

.agents-info-box .text-box .btns-box {
  position: relative;
  display: block;
  line-height: 0;
}

.agents-info-box .text-box .btns-box a.btn-one {
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.agents-info-box .text-box .btns-box a.btn-one:after {
  background-color: var(--thm-base);
  border: 3px solid var(--thm-base);
}

.agents-info-box .text-box .btns-box a.btn-one:before {
  background-color: var(--thm-black);
  border: 3px solid var(--thm-black);
}




.review-box-holder {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 60px;
}

.review-box-holder .title {
  position: relative;
  display: block;
  padding-bottom: 31px;
}

.review-box-holder .title h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.review-box-holder .outer-box {
  position: relative;
  display: block;
}


.review-box-holder .single-review {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.review-box-holder .single-review-box {
  position: relative;
  display: block;
  padding-left: 100px;
  min-height: 100px;
}

.review-box-holder .single-review-box .img-holder {
  position: absolute;
  left: 0;
  top: 7px;
  width: 100px;
  height: 100px;
}

.review-box-holder .single-review-box .img-holder img {
  width: 100%;
  border-radius: 0%;
}

.review-box-holder .single-review-box .text-holder {
  position: relative;
  display: block;
  padding-left: 30px;
  padding-bottom: 23px;
  min-height: 100px;
}

.review-box-holder .single-review-box .text-holder:before {
  position: absolute;
  left: 30px;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #e5e5e5;
  content: "";
}

.review-box-holder .single-review-box .text-holder .top {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.review-box-holder .single-review-box .text-holder .top .left {
  position: relative;
  display: flex;
  align-items: center;
}

.review-box-holder .single-review-box .text-holder .top .left h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.review-box-holder .single-review-box .text-holder .top .left p {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: var(--thm-base);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.review-box-holder .single-review-box .text-holder .top .left p i {
  position: relative;
  display: inline-block;
  padding-right: 5px;
}

.review-box-holder .single-review-box .text-holder .top .rating-box {
  position: relative;
}

.review-box-holder .single-review-box .text-holder .top .rating-box ul li span {
  font-size: 14px;
}


.review-box-holder .single-review-box .text-holder .text {
  position: relative;
  display: block;
  padding-top: 12px;
}

.review-box-holder .single-review-box .text-holder .text p {
  margin: 0;
}


.review-box-holder .single-review-box .text-holder .repost-reply {
  position: relative;
  display: block;
  padding-top: 10px;
}

.review-box-holder .single-review-box .text-holder .repost-reply a {
  position: relative;
  display: inline-block;
  color: #cecece;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: var(--thm-font-2);
}

.review-box-holder .single-review-box .text-holder .repost-reply a+a {
  margin-left: 20px;
}

.review-box-holder .single-review-box .text-holder .repost-reply a span:before {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-right: 6px;
}



.add-review-box {
  position: relative;
  display: block;
  margin-top: 28px;
}

.add-review-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 21px;
}

.add-review-box .inner-title h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.add-review-box .rating-box {
  position: relative;
  display: block;
  padding-bottom: 20px;
}



.add-review-box #add-review-form {
  position: relative;
  display: block;
}

.add-review-box #add-review-form .input-box {
  position: relative;
  display: block;
  margin-bottom: 29px;
}

.add-review-box #add-review-form .input-box h5 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  margin: 0 0 13px;
}

.add-review-box #add-review-form input[type="text"],
.add-review-box #add-review-form input[type="email"],
.add-review-box #add-review-form textarea {
  position: relative;
  display: block;
  background-color: #ffffff;
  border: 1px solid #f6f6f6;
  width: 100%;
  height: 50px;
  color: #cecece;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  padding: 0 20px;
  transition: all 500ms ease;
  font-family: var(--thm-font);
}

.add-review-box #add-review-form textarea {
  height: 150px;
  padding: 15px 30px;
}

.add-review-box #add-review-form input[type="text"]:focus {
  border-color: var(--thm-base);
  outline: none;
}

.add-review-box #add-review-form input[type="email"]:focus {
  border-color: var(--thm-base);
  outline: none;
}

.add-review-box #add-review-form textarea:focus {
  border-color: var(--thm-base);
  outline: none;
}

.add-review-box #add-review-form .button-box {
  position: relative;
  display: block;
  padding-top: 10px;
  line-height: 0;
}

.add-review-box #add-review-form .button-box button {
  padding-left: 50px;
  padding-right: 50px;
}



/*---------------------------------------
# Add Property Area Css
----------------------------------------*/
.add-property-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 120px 0 120px;
}

.create-listing-box {
  position: relative;
  display: block;
  border: 1px solid #e8e8e8;
  padding: 27px 29px 30px;
  border-radius: 4px;
}

.create-listing-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 14px;
}

.create-listing-box .inner-title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}


.create-listing-form {
  position: relative;
  display: block;
}

.create-listing-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.create-listing-form .form-group label {
  color: var(--thm-black);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}

.create-listing-form .form-group .field-input input[type="text"],
.create-listing-form .form-group .field-input input[type="number"] {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #cecece;
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  transition: all 500ms ease 0s;
}

.create-listing-form .form-group .field-input input[type="text"]:focus,
.create-listing-form .form-group .field-input input[type="number"]:focus {
  color: var(--thm-black);
}

.create-listing-form .form-group .field-input .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #e8e8e8;
  color: #cecece;
  font-size: 14px;
  font-weight: 400;
  line-height: 43px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.2s ease-in-out;
  font-family: var(--thm-font)
}

.create-listing-form .form-group .field-input .nice-select .option {
  color: var(--thm-black);
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}

.create-listing-form .form-group .field-input .nice-select:after {
  position: absolute;
  content: "\e903";
  font-family: 'icomoon' !important;
  color: #cecece;
  font-size: 9px;
  top: 0px;
  right: 22px;
  margin: 0px;
  font-weight: 400;
  border: none !important;
  transform: rotate(0deg) !important;
  background: #fff;
  padding-left: 10px;
  height: 43px;
}



.create-listing-form .btn-box {
  position: relative;
  display: block;
  padding-top: 11px;
}

.create-listing-form .btn-box button {
  display: block;
  width: 100%;
  color: #ffffff;
}

.create-listing-form .btn-box button:after {
  background-color: var(--thm-base);
  border: 3px solid var(--thm-base);
}

.create-listing-form .btn-box button:before {
  background: var(--thm-black);
}



.location-form-box {
  position: relative;
  display: block;
  border: 1px solid #e8e8e8;
  padding: 27px 29px 30px;
  border-radius: 4px;
}

.location-form-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 14px;
}

.location-form-box .inner-title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.location-form {
  position: relative;
  display: block;
}

.location-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.location-form .form-group label {
  color: var(--thm-black);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}

.location-form .form-group .field-input input[type="text"],
.location-form .form-group .field-input input[type="number"] {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #cecece;
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  transition: all 500ms ease 0s;
}

.location-form .form-group .field-input input[type="text"]:focus,
.location-form .form-group .field-input input[type="number"]:focus {
  color: var(--thm-black);
}

.location-form .form-group .field-input .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #e8e8e8;
  color: #cecece;
  font-size: 14px;
  font-weight: 400;
  line-height: 43px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.2s ease-in-out;
  font-family: var(--thm-font)
}

.location-form .form-group .field-input .nice-select .option {
  color: var(--thm-black);
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}

.location-form .form-group .field-input .nice-select:after {
  position: absolute;
  content: "\e903";
  font-family: 'icomoon' !important;
  color: #cecece;
  font-size: 9px;
  top: 0px;
  right: 24px;
  margin: 0px;
  font-weight: 400;
  border: none !important;
  transform: rotate(0deg) !important;
  background: #fff;
  padding-left: 10px;
  height: 43px;
}

.location-form-google-map {
  position: relative;
  display: block;
  background-color: #cccccc;
  margin: 11px 0 20px;
}

.google-map__three {
  position: relative;
  display: block;
  border: none;
  height: 290px;
  width: 100%;
  mix-blend-mode: luminosity;
}

.location-form .btn-box {
  position: relative;
  display: block;
  padding-top: 10px;
}

.location-form .btn-box .btn-one {
  padding-left: 40px;
  padding-right: 40px;
  line-height: 50px;
}

.location-form .btn-box .btn-one:hover {
  color: #ffffff;
}



.property-details-box {
  position: relative;
  display: block;
  border: 1px solid #e8e8e8;
  padding: 27px 29px 30px;
  border-radius: 4px;
  margin: 30px 0 30px;
}

.property-details-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 14px;
}

.property-details-box .inner-title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.property-details-form {
  position: relative;
  display: block;
}

.property-details-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.property-details-form .form-group label {
  color: var(--thm-black);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}

.property-details-form .form-group .field-input input[type="text"],
.property-details-form .form-group .field-input input[type="number"] {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #cecece;
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  transition: all 500ms ease 0s;
}

.property-details-form .form-group .field-input input[type="text"]:focus,
.property-details-form .form-group .field-input input[type="number"]:focus {
  color: var(--thm-black);
}

.property-details-form .form-group .field-input .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #e8e8e8;
  color: #cecece;
  font-size: 14px;
  font-weight: 400;
  line-height: 43px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.2s ease-in-out;
  font-family: var(--thm-font)
}

.property-details-form .form-group .field-input .nice-select .option {
  color: var(--thm-black);
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}

.property-details-form .sidebar-features-box {
  padding-top: 7px;
}

.property-details-form .btn-box {
  position: relative;
  display: block;
  padding-top: 22px;
}

.property-details-form .btn-box .btn-one {
  padding-left: 40px;
  padding-right: 40px;
  line-height: 50px;
}

.property-details-form .btn-box .btn-one:hover {
  color: #ffffff;
}



.property-media-box {
  position: relative;
  display: block;
  border: 1px solid #e8e8e8;
  padding: 27px 29px 30px;
  border-radius: 4px;
}

.property-media-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 25px;
}

.property-media-box .inner-title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.property-media-form {
  position: relative;
  display: block;
}



.add-photo-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  float: left;
  width: 100%;
  height: 155px;
  border: 1px dashed #e7e7e7;
  border-radius: 4px;
}

.add-photo-box .inner {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s linear;
}

.add-photo-box .inner input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 100;
}

.add-photo-box .inner span {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 40px;
  line-height: 40px;
}

.add-photo-box .inner p {
  color: var(--thm-base);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px 0 0;
}

.property-media-form .single-img-box {
  position: relative;
  display: block;
}

.property-media-form .single-img-box img {
  width: 100%;
}

.property-media-form .single-img-box .delete {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  color: var(--thm-base);
  font-size: 12px;
  cursor: pointer;
  z-index: 5;
}



.property-media-form .attachments-file {
  position: relative;
  display: block;
  padding-top: 26px;
}

.property-media-form .attachments-file .inner-title {
  padding-bottom: 10px;
}

.property-media-form .attachments-file .inner-box {
  position: relative;
  display: block;
}

.property-media-form .attachments-file input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #cecece;
  font-size: 14px;
  font-weight: 400;
  padding-top: 6px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  transition: all 500ms ease 0s;
}

.property-media-form .attachments-file .text {
  position: absolute;
  top: 8px;
  right: 5px;
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
  padding: 2px 20px 2px;
  border-radius: 4px;
  z-index: 99;
}

.property-media-form .attachments-file .text p {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  color: #63747c;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--thm-font);
}

.property-media-form .attachments-file .text i {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 14px;
  line-height: 14px;
}

.property-media-form .btn-box {
  position: relative;
  display: block;
  padding-top: 20px;
}

.property-media-form .btn-box .btn-one {
  padding-left: 40px;
  padding-right: 40px;
  line-height: 50px;
}

.property-media-form .btn-box .btn-one:hover {
  color: #ffffff;
}




.floor-plans-box {
  position: relative;
  display: block;
  border: 1px solid #e8e8e8;
  padding: 27px 29px 30px;
  border-radius: 4px;
  margin-top: 30px;
}

.floor-plans-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 15px;
}

.floor-plans-box .inner-title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.floor-plans-form {
  position: relative;
  display: block;
}


.floor-plans-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.floor-plans-form .form-group label {
  color: var(--thm-black);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}

.floor-plans-form .form-group .field-input input[type="text"],
.floor-plans-form .form-group .field-input input[type="number"],
.floor-plans-form .form-group .field-input textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #cecece;
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  transition: all 500ms ease 0s;
}

.floor-plans-form .form-group .field-input textarea {
  height: 180px;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}

.floor-plans-form .form-group .field-input textarea::-webkit-input-placeholder {
  color: #cecece;
}

.floor-plans-form .form-group .field-input textarea:-moz-placeholder {
  color: #cecece;
}

.floor-plans-form .form-group .field-input textarea::-moz-placeholder {
  color: #cecece;
}

.floor-plans-form .form-group .field-input textarea:-ms-input-placeholder {
  color: #cecece;
}

.floor-plans-form .form-group .field-input input[type="text"]:focus,
.floor-plans-form .form-group .field-input input[type="number"]:focus,
.floor-plans-form .form-group .field-input textarea {
  color: var(--thm-black);
}

.floor-plans-form .form-group .field-input .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #e8e8e8;
  color: #cecece;
  font-size: 14px;
  font-weight: 400;
  line-height: 43px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.2s ease-in-out;
  font-family: var(--thm-font)
}

.floor-plans-form .form-group .field-input .nice-select .option {
  color: var(--thm-black);
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}

.floor-plans-form .form-group .field-input .nice-select:after {
  position: absolute;
  content: "\e903";
  font-family: 'icomoon' !important;
  color: #cecece;
  font-size: 9px;
  top: 0px;
  right: 24px;
  margin: 0px;
  font-weight: 400;
  border: none !important;
  transform: rotate(0deg) !important;
  background: #fff;
  padding-left: 10px;
  height: 43px;
}

.floor-plans-form .btn-box {
  position: relative;
  display: block;
  padding-top: 11px;
}

.floor-plans-form .btn-box .btn-one {
  padding-left: 40px;
  padding-right: 40px;
  line-height: 50px;
}

.floor-plans-form .btn-box .btn-one:hover {
  color: #ffffff;
}



/*---------------------------------------
# property grid Css
----------------------------------------*/
.property-grid {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 120px 0 120px;
}

.property-grid .property-sidebar-content {
  margin-right: 0px;
}

.property-grid-content-box {
  position: relative;
  display: block;
}

.single-properties-box-style1--style2 .img-holder {
  border-top-left-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
}

.single-properties-box-style1--style2 .text-holder {
  margin-left: -30px;
  border: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
  border-left: none;
  padding: 24px 29px 0;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}



/*---------------------------------------
# property List Css
----------------------------------------*/
.property-list {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 120px 0 120px;
}

.property-list .property-sidebar-content {
  margin-right: 0px;
}

.property-list-content-box {
  position: relative;
  display: block;
}


/*---------------------------------------
# Property grid Fullwidth Css
----------------------------------------*/
.property-grid-fullwidth {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 120px 0 120px;
}

.property-grid-fullwidth .single-properties-box-style1 {
  margin-bottom: 30px;
}



/*---------------------------------------
# Property Details Img Box Css
----------------------------------------*/
.property-details-img-box {
  position: relative;
  display: block;
  background-color: #ffffff;
}

.property-details-img-box .container {
  max-width: 100%;
  padding: 0 50px;
}

.property-details-img-box-inner {
  position: relative;
  display: block;
  min-height: 350px;
}

.property-details-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 347px;
}

.property-details-img-box-inner .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: rgba(var(--thm-base-rgb), .70);
  border-radius: 6px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
  z-index: 2;
}



/*---------------------------------------
# Property Details Area Css
----------------------------------------*/
.property-details-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 0px 0 120px;
}

.property-details-top {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.property-details-top__left {
  position: relative;
  display: block;
}

.property-details-top__left h2 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 8px;
}

.property-details-top__left p {
  margin: 13px 0 18px;
}


.property-details-top__left .rating-value-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 350px;
}

.property-details-top__left .rating-value-box .rating-box {
  position: relative;
  display: flex;
  align-items: center;
}

.property-details-top__left .rating-value-box .rating-box .text {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
  top: -1px;
}

.property-details-top__left .rating-value-box .value-box {
  position: relative;
  display: block;
}

.property-details-top__left .rating-value-box .value-box h3 {
  color: var(--thm-base);
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.property-details-top__left .rating-value-box .value-box h3 del {
  position: relative;
  display: inline-block;
  top: -4px;
  color: #cecece;
  font-size: 16px;
  line-height: 16px;
}

.property-details-top__right {
  position: relative;
  display: block;
}

.property-details-top__right a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 17px 30px 15px;
  border-radius: 4px;
  background: var(--thm-base);
  font-family: var(--thm-font-2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.property-details-top__right a span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  margin-right: 5px;
  top: 1px;
}

.property-details-top__right a:hover {
  background-color: var(--thm-black);
}



.property-details-content {
  position: relative;
  display: block;
}

.property-details-content .text-box1 {
  position: relative;
  display: block;
  margin-top: -8px;
}

.property-details-content .text-box1 p span {
  color: #0f0f0f;
  font-weight: 700;
}

.property-details-content .text-box2 {
  position: relative;
  display: block;
  padding: 13px 0 13px;
}

.property-details-content .text-box2 p span {
  color: #0f0f0f;
  font-weight: 700;
}

.property-details-content .text-box3 {
  position: relative;
  display: block;
}

.property-details-content .text-box3 ul {
  position: relative;
  display: block;
}

.property-details-content .text-box3 ul li {
  position: relative;
  display: block;
  padding-left: 30px;
}

.property-details-content .text-box3 ul li+li {
  margin-top: 13px;
}

.property-details-content .text-box3 ul li .icon {
  position: absolute;
  top: 5px;
  left: 0;
}

.property-details-content .text-box3 ul li .icon span {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 20px;
  line-height: 20px;
}


.property-info {
  position: relative;
  display: block;
  padding-top: 48px;
}

.property-info .inner-title {
  position: relative;
  display: block;
  padding-bottom: 25px;
}

.property-info .inner-title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.property-info ul {
  position: relative;
  display: block;
}

.property-info ul li {
  position: relative;
  display: block;
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--thm-font);
}

.property-info ul li+li {
  margin-top: 10px;
}

.property-info ul li span {
  position: relative;
  display: inline-block;
  width: 140px;
  color: var(--thm-black);
  font-weight: 500;
  font-family: var(--thm-font-2);
}


.property-details-content .sidebar-features-box {
  padding-top: 46px;
}

.property-details-content .sidebar-features-box .inner-title {
  padding-bottom: 23px;
}



.property-details-video-gallery {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 400px;
  border-radius: 6px;
  margin: 52px 0 57px;
  z-index: 1;
}

.property-details-video-gallery-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.property-details-video-gallery .video-gallery-style1 .icon {
  width: 100px;
  height: 100px;
}

.property-details-video-gallery .video-gallery-style1 .icon .video-popup span::before {
  font-size: 20px;
}



.property-details-location-box {
  position: relative;
  display: block;
}

.property-details-location-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 31px;
}

.property-details-location-box .inner-title h5 {
  color: var(--thm-black);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.property-details-location-box .inner-title p {
  margin: 16px 0 0;
}

.property-details-location-box .map-box {
  position: relative;
  display: block;
  background-color: #cccccc;
}

.property-details-location-map {
  position: relative;
  display: block;
  border: none;
  height: 370px;
  width: 100%;
  mix-blend-mode: luminosity;
}



.property-details-floor-plans {
  position: relative;
  display: block;
  padding-top: 57px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}

.property-details-floor-plans .inner-title {
  position: relative;
  display: block;
  padding-bottom: 16px;
}

.property-details-floor-plans .inner-title h5 {
  color: var(--thm-black);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}


.property-details-floor-plans .floor {
  position: relative;
  display: block;
  padding-left: 140px;
}

.property-details-floor-plans .floor .title {
  position: absolute;
  top: 0;
  left: 0;
}

.property-details-floor-plans .floor .title h6 {
  color: #63747c;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
}

.property-details-floor-plans .floor .floor-info {
  position: relative;
  display: block;
}

.property-details-floor-plans .floor .floor-info ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.property-details-floor-plans .floor .floor-info ul li {
  position: relative;
  display: block;
  float: left;
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 600;
}

.property-details-floor-plans .floor .floor-info ul li span {
  color: var(--thm-black);
}

.property-details-floor-plans .floor .floor-info ul li+li {
  margin-left: 50px;
}




.property-details-sidebar {
  position: relative;
  display: block;
  border: 1px solid #f7f8fd;
  padding: 30px 29px 30px;
}

.sidebar-author-info-box {
  position: relative;
  display: block;
}

.sidebar-author-info-box__inner {
  position: relative;
  display: block;
  padding-left: 70px;
}

.sidebar-author-info-box__inner .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 80px;
  overflow: hidden;
  border-radius: 4px;
}

.sidebar-author-info-box__inner .img-box img {
  width: 100%;
}

.sidebar-author-info-box__inner .text-box {
  position: relative;
  display: block;
  padding-left: 20px;
}

.sidebar-author-info-box__inner .text-box h5 {
  color: var(--thm-black);
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.sidebar-author-info-box__inner .text-box p {
  font-size: 14px;
  margin: 7px 0 10px;
}

.sidebar-author-info-box__inner .text-box .rating-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 7px;
}

.sidebar-author-info-box__inner .text-box .rating-box .text {
  position: relative;
  top: -2px;
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 500;
}

.sidebar-author-info-box__inner .text-box ul {
  position: relative;
  display: block;
}

.sidebar-author-info-box__inner .text-box ul li {
  position: relative;
  display: block;
  color: var(--thm-black);
  font-size: 14px;
  font-weight: 700;
}



.sidebar-author-info-box__inner .text-box ul li a {
  color: var(--thm-gray);
  font-weight: 400;
}

.sidebar-author-info-box .btns-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 20px;
}

.sidebar-author-info-box .btns-box a {
  color: #ffffff;
  line-height: 50px;
  display: block;
  width: 100%;
}

.sidebar-author-info-box .btns-box a:after {
  background-color: var(--thm-base);
  border: 3px solid var(--thm-base);
}

.sidebar-author-info-box .btns-box a:before {
  background-color: var(--thm-black);
}



.listed-by-form {
  position: relative;
  display: block;
  padding: 47px 0 47px;
}

.listed-by-form .inner-title {
  position: relative;
  display: block;
  padding-bottom: 14px;
}

.listed-by-form .inner-title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.listed-by-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.listed-by-form .form-group label {
  color: var(--thm-black);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}

.listed-by-form .form-group .input-box {
  position: relative;
  display: block;
}

.listed-by-form .form-group .input-box input[type="text"],
.listed-by-form .form-group .input-box input[type="email"],
.listed-by-form .form-group .input-box textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid #f6f6f6;
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  transition: all 500ms ease 0s;
}

.listed-by-form .form-group .input-box textarea {
  height: 140px;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}

.listed-by-form .button-box {
  position: relative;
  display: block;
}

.listed-by-form .button-box button {
  line-height: 50px;
  display: block;
  width: 100%;
}



.advanced-search {
  position: relative;
  display: block;
}

.advanced-search .inner-title {
  position: relative;
  display: block;
  padding-bottom: 14px;
}

.advanced-search .inner-title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}



























/*---------------------------------------
# property five Css
----------------------------------------*/
.property-five {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0 120px;
}

.property-five .container {
  max-width: 1850px;
}


.property-sidebar-content {
  position: relative;
  display: block;
  border: 1px solid #f7f8fd;
  padding: 25px 29px 30px;
  margin-right: -17px;
}

.property-sidebar-content .inner-title {
  position: relative;
  display: block;
  padding-bottom: 14px;
}

.property-sidebar-content .inner-title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.advanced-search-box {
  position: relative;
  display: block;
}

.advanced-search-box .form-group {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.advanced-search-box .form-group label {
  color: var(--thm-black);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}

.advanced-search-box .form-group .field-input input[type="text"],
.advanced-search-box .form-group .field-input input[type="number"] {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid #f6f6f6;
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  transition: all 500ms ease 0s;
}

.advanced-search-box .form-group .field-input .nice-select {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #f6f6f6;
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-weight: 400;
  line-height: 43px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.2s ease-in-out;
  font-family: var(--thm-font)
}

.advanced-search-box .form-group .field-input .nice-select:after {
  position: absolute;
  content: "\e903";
  font-family: 'icomoon' !important;
  color: #cecece;
  font-size: 9px;
  top: 0px;
  right: 22px;
  margin: 0px;
  font-weight: 400;
  border: none !important;
  transform: rotate(0deg) !important;
  background: #fff;
  padding-left: 10px;
  height: 43px;
}


.sidebar-map-box {
  position: relative;
  display: block;
  background-color: #cccccc;
}

.google-map__two {
  position: relative;
  display: block;
  border: none;
  height: 220px;
  width: 100%;
  mix-blend-mode: luminosity;
}


.sidebar-features-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 26px;
}

.sidebar-features-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 13px;
}

.sidebar-features-box .inner-title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.sidebar-features-box .checkboxes {
  list-style: none;
  padding: 0;
}

.sidebar-features-box .checkboxes input[type=checkbox] {
  display: none;
}

.sidebar-features-box .checkboxes label {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 25px;
  color: #63747c;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--thm-font);
  margin-top: 5px;
}

.sidebar-features-box .checkboxes label:before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #f6f6f6;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.sidebar-features-box .checkboxes input[type=checkbox]:checked+label:before {
  content: "\e922";
  font-family: 'icomoon' !important;
  color: #fff;
  font-size: 8px;
  text-align: center;
  line-height: 13px;
  background-color: var(--thm-base);
  border: 1px solid var(--thm-base);
  transition: border-color 0.1s;
}


.scrollbar {
  float: left;
  height: 150px;
  width: 100%;
  overflow-y: scroll;
}

.force-overflow {
  min-height: 350px;
}

#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0px;
  background-color: #ffffff;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: none;
  background-color: #f1f3fc;
  cursor: pointer;
}

#style-1::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
  cursor: pointer;
}


.advanced-search-box .btn-box {
  position: relative;
  display: block;
  padding-top: 30px;
}

.advanced-search-box .btn-box button {
  display: block;
  width: 100%;
  color: #ffffff;
}

.advanced-search-box .btn-box button:after {
  background-color: var(--thm-base);
  border: 3px solid var(--thm-base);
}

.advanced-search-box .btn-box button:before {
  background: var(--thm-black);
}



.property-content-box {
  position: relative;
  display: block;
  margin-left: 17px;
  margin-right: 108px;
}


.property-item-shorting {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.property-item-shorting .left-column {
  position: relative;
  display: flex;
  align-items: center;
}

.short-menu {
  position: relative;
  width: 160px;
  display: flex;
  align-items: center;
}

.short-menu .inner-title {
  position: relative;
  display: block;
  padding-right: 10px;
}

.short-menu .inner-title h6 {
  color: var(--thm-gray);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.short-menu .btn-box {
  position: relative;
  display: block;
}

.short-menu .btn-box button {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 35px;
  border: 1px solid #f6f6f6;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.short-menu .btn-box button i {
  position: relative;
  display: inline-block;
  color: #cecece;
  font-size: 14px;
  line-height: 14px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.short-menu .btn-box button:hover,
.short-menu .btn-box button.on {
  border-color: var(--thm-base);
  background-color: var(--thm-base);
}

.short-menu .btn-box button:hover i,
.short-menu .btn-box button.on i {
  color: #ffffff;
}


.short-box {
  position: relative;
  display: flex;
  align-items: center;
}

.short-box .inner-title {
  position: relative;
  display: block;
  padding-right: 10px;
}

.short-box .inner-title h6 {
  color: var(--thm-gray);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}


.short-box .select-box {
  position: relative;
  display: block;
  width: 120px;
}

.short-box .select-box .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 35px;
  border-radius: 0px;
  border: solid 1px #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  font-family: var(--thm-font);
}

.short-box .select-box .nice-select:after {
  position: absolute;
  content: "\e903";
  font-family: 'icomoon' !important;
  color: #cecece;
  font-size: 9px;
  top: 0px;
  right: 18px;
  margin: 0px;
  font-weight: 400;
  border: none !important;
  transform: rotate(0deg) !important;
  background: #fff;
  padding-left: 10px;
  height: 33px;
}


.property-item-shorting .right-column {
  position: relative;
  display: block;
}

.property-item-shorting .right-column p {
  color: var(--thm-gray);
}

.property-item-shorting .right-column p span {
  color: var(--thm-base);
  font-weight: 500;
}



.property-content-box__inner {
  position: relative;
}

.property-content-box__inner .single-properties-box-style1 {
  margin-bottom: 30px;
}

.property-content-box__inner.list .property-list-content {
  display: block;
}

.property-content-box__inner.grid .property-list-content {
  display: none;
}


.property-content-box__inner.list .property-grid-content {
  display: none
}

.property-content-box__inner.grid .property-grid-content {
  display: block
}



.listings-page-map {
  position: relative;
  display: block;
  height: 100%;
  background: #ddd;
  margin-left: -108px;
}

.listings-page-map .google-map {
  width: 100%;
  height: 100%;
  border: none;
}



.location-box {
  position: absolute;
  width: 25px;
  height: 25px;
}

.location-box.one {
  top: 10%;
  left: 50px;
}

.location-box.two {
  top: 5%;
  right: 50px;
}

.location-box.three {
  top: 20%;
  left: 50%;
}

.location-box.four {
  top: 40%;
  left: 20%;
}

.location-box.five {
  top: 45%;
  right: 20%;
}

.location-box.six {
  left: 20%;
  bottom: 40%;
}

.location-box.seven {
  right: 20%;
  bottom: 35%;
}

.location-box.eight {
  right: 50%;
  bottom: 20%;
}






.location-box .map-marker {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: var(--thm-base);
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  z-index: 1;
  cursor: pointer;
}

.location-box .map-marker:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 50%;
}


.map-marker-content {
  position: absolute;
  top: 50px;
  left: -20px;
  width: 270px;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: perspective(400px) rotateX(90deg) translateY(10px);
  transform-origin: bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}

.map-marker-content:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 0px;
  top: -20px;
  left: 15px;
  border-bottom: 30px solid #ffffff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.location-box:hover .map-marker-content {
  opacity: 1.0;
  transform: perspective(400px) rotateX(0deg) translateY(0);
  transition-delay: .3s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}


.map-marker-content.left {
  left: auto;
  right: -20px;
}

.map-marker-content.left:before {
  left: auto;
  right: 15px;
}




.map-marker-content .img-box {
  width: 90px;
}

.map-marker-content .text-box {
  position: relative;
  flex: 1;
  margin-left: 20px;
}

.map-marker-content .text-box p {
  font-size: 12px;
  line-height: 12px;
  margin: 0 0 8px;
}

.map-marker-content .text-box h5 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}



.map-marker-content .text-box .rating-value-box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 5px;
  padding-right: 20px;
}

.map-marker-content .text-box .rating-value-box .value-box {
  position: relative;
  display: block;
}

.map-marker-content .text-box .rating-value-box .value-box h4 {
  color: var(--thm-base);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}



.map-marker-content .text-box .rating-value-box .rating-box {
  position: relative;
  display: flex;
  align-items: center;
}

.map-marker-content .text-box .rating-value-box .rating-box .text {
  position: relative;
  display: inline-block;
  padding-left: 8px;
  color: #b2b2b2;
  font-size: 14px;
}















/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area {
  position: relative;
  display: block;
  padding: 112px 0 120px;
  background: #ffffff;
  z-index: 10;
}

.error-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error-content .big-title {
  position: relative;
  display: block;
  z-index: 1;
}

.error-content .big-title h2 {
  color: var(--thm-base);
  font-size: 72px;
  line-height: 70px;
  font-weight: 800;
  text-transform: uppercase;
}

.error-content .title {
  position: relative;
  display: block;
  padding-top: 23px;
  padding-bottom: 28px;
}

.error-content .title h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

.error-content .text {
  position: relative;
  display: block;
  padding-bottom: 29px;
}

.error-content .text p {
  margin: 0;
}

.error-page-search-box {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

.error-page-search-box form.search-form {
  position: relative;
  display: block;
  width: 100%;
}

.error-page-search-box .search-form input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 0px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em;
  padding-left: 30px;
  padding-right: 60px;
  transition: all 500ms ease 0s;
  font-family: var(--thm-font);
}

.error-page-search-box .search-form button {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: var(--thm-base);
  color: #ffffff;
  font-size: 16px;
  line-height: 10px;
  display: block;
  text-align: center;
  border: 0px solid #e1e1e1;
  transition: all 500ms ease 0s;
}

.error-page-search-box .search-form button i {
  font-size: 16px
}

.error-page-search-box .search-form input[type="text"]:focus {
  color: var(--thm-primary);
  border-color: var(--thm-base);
}

.error-page-search-box .search-form input[type="text"]:focus+button,
.error-page-search-box .search-form button:hover {
  color: #fff;
}

.error-page-search-box .search-form input::-webkit-input-placeholder {
  color: #757575;
}

.error-page-search-box .search-form input:-moz-placeholder {
  color: #757575;
}

.error-page-search-box .search-form input::-moz-placeholder {
  color: #757575;
}

.error-page-search-box .search-form input:-ms-input-placeholder {
  color: #757575;
}

.error-content .btns-box {
  line-height: 0;
  padding-top: 20px;
}

.error-content .btns-box a {
  padding-left: 40px;
  padding-right: 40px;
}




/*** 
=============================================
    Faq Page One Css
=============================================
***/
.faq-page-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0 120px;
  z-index: 10;
}

.faq-style1-content {
  position: relative;
  display: block;
}


.accordion-box {
  position: relative;
  display: block;
}

.accordion-box .block {
  position: relative;
  display: block;
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.accordion-box .block:last-child {
  margin-bottom: 0px;
}




.accordion-box .block .acc-btn {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 500ms ease;
  background: rgba(var(--thm-base-rgb), .02);
  padding-top: 19px;
  padding-left: 40px;
  padding-bottom: 19px;
  padding-right: 40px;
  border: 1px solid #ebf1ed;
}

.accordion-box .block .acc-btn.active {
  background: #ffffff;
}

.accordion-box .block .acc-btn h3 {
  color: var(--thm-black);
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h3 {
  color: var(--thm-base);
}

.accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 20px;
  color: var(--thm-base);
  font-size: 18px;
  text-align: right;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  transform: translateY(-50%) rotate(0deg);
  transition: all 500ms ease;
  z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer {
  color: var(--thm-gray);
  transform: translateY(-50%) rotate(360deg);
}

.accordion-box .block .acc-btn .icon-outer i:before {
  font-weight: 400;
}

.accordion-box .block .acc-btn.active .icon-outer i:before {
  position: relative;
  font-size: 18px;
  font-family: 'icomoon' !important;
  font-weight: 400;
  margin: 0px;
  content: "\e92e";
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding-top: 31px;
  padding-left: 40px;
  padding-bottom: 28px;
  padding-right: 30px;
  border: 1px solid #ebf1ed;
  border-top: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .acc-content p {
  margin: 0;
}



.faq-form-box {
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
  padding: 62px 40px 61px;
  z-index: 1;
}

.faq-form-box .top-title {
  position: relative;
  display: block;
  padding-bottom: 31px;
}

.faq-form-box .top-title h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 14px;
}

.faq-form-box .top-title p {
  margin: 0;
}



.faq-form-box form {
  position: relative;
  display: block;
}

.faq-form-box form .input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.faq-form-box form input[type="text"],
.faq-form-box form input[type="email"],
.faq-form-box form textarea {
  position: relative;
  display: block;
  background: rgba(var(--thm-base-rgb), .02);
  width: 100%;
  height: 60px;
  border: 1px solid #ebf1ed;
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0px;
  transition: all 500ms ease;
  font-family: var(--thm-font);
}

.faq-form-box form textarea {
  height: 120px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.faq-form-box form input[type="text"]:focus {
  color: var(--thm-black);
  border-color: var(--thm-base);
}

.faq-form-box form input[type="email"]:focus {
  color: var(--thm-black);
  border-color: var(--thm-base);
}

.faq-form-box form textarea:focus {
  color: var(--thm-black);
  border-color: var(--thm-base);
}


.faq-form-box form input[type="text"]::-webkit-input-placeholder {
  color: var(--thm-gray);
}

.faq-form-box form input[type="text"]:-moz-placeholder {
  color: var(--thm-gray);
}

.faq-form-box form input[type="text"]::-moz-placeholder {
  color: var(--thm-gray);
}

.faq-form-box form input[type="text"]:-ms-input-placeholder {
  color: var(--thm-gray);
}


.faq-form-box form input[type="email"]::-webkit-input-placeholder {
  color: var(--thm-gray);
}

.faq-form-box form input[type="email"]:-moz-placeholder {
  color: var(--thm-gray);
}

.faq-form-box form input[type="email"]::-moz-placeholder {
  color: var(--thm-gray);
}

.faq-form-box form input[type="email"]:-ms-input-placeholder {
  color: var(--thm-gray);
}


.faq-form-box form textarea::-webkit-input-placeholder {
  color: var(--thm-gray);
}

.faq-form-box form textarea:-moz-placeholder {
  color: var(--thm-gray);
}

.faq-form-box form textarea::-moz-placeholder {
  color: var(--thm-gray);
}

.faq-form-box form textarea:-ms-input-placeholder {
  color: var(--thm-gray);
}



.faq-form-box form .button-box {
  position: relative;
  display: block;
}

.faq-form-box form .button-box button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.faq-form-box .bottom-box {
  position: relative;
  display: block;
  padding-top: 22px;
  text-align: center;
}

.faq-form-box .bottom-box p {
  margin: 0;
}

.faq-form-box .bottom-box p span {
  color: var(--thm-base);
}






/*** 
=============================================
    Element Page Css
=============================================
***/
.properties-element-page-five {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 120px 0 120px;
}

.properties-element-page-five .auto-container {
  max-width: 1600px;
}

.properties-element-page-five .properties-carousel.owl-carousel.owl-dot-style1 .owl-dots {
  margin-top: 50px !important;
}



.explore-element-three {
  padding-bottom: 120px;
}

.explore-element-three .owl-carousel.owl-dot-style1 .owl-dots {
  margin-top: 10px !important;
}



.testimonial-element-page-one {
  padding-top: 120px;
}



.testimonial-element-page-two {
  padding-top: 120px;
  padding-bottom: 80px;
}

.testimonial-element-page-two .single-testimonial-style1 {
  margin-bottom: 40px;
}



.agents-element-page-two {
  padding: 120px 0 120px;
}

.agent-carousel-one.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.agent-carousel-one.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.agent-carousel-one.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.agents-element-page-two .owl-carousel.owl-dot-style1 .owl-dots {
  margin-top: 10px !important;
}



.news-element-page-two {
  padding: 120px 0 120px;
}

.news-carousel-one.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.news-carousel-one.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.news-carousel-one.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.news-element-page-two .owl-carousel.owl-dot-style1 .owl-dots {
  margin-top: 10px !important;
}










/*--------------------------------------------------------------
# End Css 
--------------------------------------------------------------*/