@charset "UTF-8";
/**
  * Name: DreamHome - Real Estate HTML Template
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import "responsive.css";
@import "animate.css";
@import "jquery.fancybox.min.css";
@import "../dist/font-awesome.css";
@import "magnific-popup.css";
@import "swiper-bundle.min.css";
@import "nice-select.css";
@import "../../assets/fonts/style.css";
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import "bootstrap.css";
/**
  	* Reset Browsers
	* Elements
  	* Forms
	* Typography
	* Extra classes
	* link style
    * search
    * Header Fixed
    * Pagination
    * Scroll Top
    * PreLoad
    * heading 
    * dropdown
    * progress bar
    * map
    * up load 
    * price range 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th,
td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Elements
-------------------------------------------------------------- */
html {
  margin-right: 0 !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #120A21;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

ul, li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.center {
  text-align: center;
}

.container7 {
  max-width: 1570px;
}

.container6 {
  max-width: 1750px;
}

.container5 {
  max-width: 1890px;
}

.container4 {
  max-width: 1710px;
}

.container3 {
  max-width: 1520px;
}

.container2 {
  max-width: 1750px;
}

.container {
  max-width: 1140px;
}

.container7,
.container6,
.container5,
.container4,
.container3,
.container2,
.container {
  width: 100%;
  margin: auto;
}

.container7,
.container6,
.container5,
.container4,
.container3,
.container2,
.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Mulish", sans-serif;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
  border-radius: 4px;
  padding: 13px 15px 13px 27px;
  width: 100%;
  background: #F6F6F6;
  color: #fff;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  font-family: "Poppins", sans-serif;
  color: #120A21;
  line-height: 26px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: #8A8AA0;
}

:-moz-placeholder {
  color: #8A8AA0;
}

::-moz-placeholder {
  color: #8A8AA0;
  opacity: 1;
}

.error {
  font-size: 16px;
  color: #120A21;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: #8A8AA0;
}

.text-p,
p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #8E8E93;
}

.p-12 {
  font-size: 12px;
  line-height: 18px;
}

.p-16 {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8E8E93;
}

/* Typography
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

h2 {
  font-size: 45px;
  line-height: 54px;
  font-weight: 700;
}

h3 {
  font-size: 18px;
  line-height: 27px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  line-height: 21px;
}

h6 {
  font-size: 18px;
  line-height: 20px;
}

.title-16 {
  font-size: 16px;
  line-height: 20px;
}

.title-24 {
  font-size: 24px;
  line-height: 30px;
}

.title-14 {
  font-size: 14px;
  line-height: 18px;
}

.title-30 {
  font-size: 30px;
  line-height: 36px;
}

.title-35 {
  font-size: 35px;
  line-height: 44px;
}

.title-36 {
  font-size: 36px;
  line-height: 40px;
}

/* Extra classes
-------------------------------------------------------------- */
.msg-success {
  background: linear-gradient(to right, #E250E5, #4B50E6, #E250E5);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 700;
  background-size: 200% 200%;
  animation: rainbow 2s ease-in-out infinite;
  color: rgba(0, 0, 0, 0);
  transition: color 0.2s ease-in-out;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

label.error {
  color: red;
}

.shaw-box {
  padding: 50px;
  margin: -50px;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-one {
  justify-content: space-between;
  display: flex;
}

.flex-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-three {
  display: flex;
  align-items: center;
}

.flex-five {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center,
.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.flex-none {
  flex: none !important;
}

.text-t {
  text-transform: capitalize;
}

.text-u {
  text-transform: uppercase;
}

.text-unset {
  text-transform: unset !important;
}

.text-line {
  text-decoration-line: underline !important;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.justify-space {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.text-end {
  text-align: end;
}

.font-italic {
  font-style: italic;
}

.show-boder {
  margin-top: -140px !important;
  padding-top: 140px !important;
}

#wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
}

.wrapper-style {
  background: #FAF8FF;
}

button {
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

.font {
  font-family: "Poppins", sans-serif;
}

.font-2 {
  font-family: "Mulish", sans-serif;
}

.fw-1 {
  font-weight: 100;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.lh-16 {
  line-height: 16px;
}

.lh-18 {
  line-height: 18px;
}

.lh-24 {
  line-height: 24px;
}

.lh-26 {
  line-height: 26px;
}

.lh-27 {
  line-height: 27px;
}

.lh-28 {
  line-height: 28px;
}

.lh-29 {
  line-height: 29px;
}

.lh-30 {
  line-height: 30px;
}

.lh-33 {
  line-height: 33px;
}

.lh-37 {
  line-height: 37px;
}

.lh-45 {
  line-height: 45px;
}

.lh-56 {
  line-height: 56px;
}

.lh-75 {
  line-height: 75px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-26 {
  font-size: 26px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.z-2 {
  z-index: 2;
}

.br-10 {
  border-radius: 10px;
}

.tf-section {
  padding: 100px 0;
}

.tf-section2 {
  padding-bottom: 95px;
}

.bg-1 {
  background-color: #F7F7F7;
}

.bg-white {
  background-color: #fff;
}

.img-border {
  border-radius: 10px;
}

/* link style
-------------------------------------------------------------- */
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: unset;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
}
a:focus, a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
  color: unset;
}

@keyframes rainbow {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
.link-style-1 a {
  text-decoration: none;
  color: #120A21;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-style-1 a:focus, .link-style-1 a:hover {
  color: #FFA920;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-2 a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-style-2 a:focus, .link-style-2 a:hover {
  color: #120A21;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-3 a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-style-3 a:focus, .link-style-3 a:hover {
  color: #FFA920;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-4 a {
  text-decoration: none;
  color: #120A21;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-style-4 a:focus, .link-style-4 a:hover {
  color: #3A3A3C;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-5 a {
  text-decoration: none;
  color: #120A21;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-style-5 a:focus, .link-style-5 a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-color-1 {
  color: #fff !important;
}

.text-color-2 {
  color: #000 !important;
}

.text-color-3 {
  color: #FFA920 !important;
}

.text-color-4 {
  color: #8E8E93 !important;
}

.text-color-5 {
  color: #F6F6F6 !important;
}

.text-color-6 {
  color: #FFF5E0 !important;
}

.text-color-7 {
  color: #3A3A3C !important;
}

.text-color-8 {
  color: #F1FAEE;
}

path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-wg {
  margin-left: -30px;
}
.form-wg .wg-box {
  width: calc(50% - 30px) !important;
  margin-left: 30px;
}
.form-wg .wg-box2 {
  width: calc(33.333% - 30px) !important;
  margin-left: 30px;
}
.form-wg .wg-box3 {
  width: calc(25% - 30px);
  margin-left: 30px;
}

/* Search */
.search .search-submit {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 17px;
  font-weight: 400;
  background: transparent;
  color: #fff;
  border: none;
  line-height: 20px;
  padding: 17.5px 21.5px 17px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.search .search-submit:hover {
  background: #FFA920;
}
.search .search-submit.search-icon::after {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
}

.search-form {
  position: relative;
}
.search-form .search-field {
  background: #fff;
  color: #120A21;
  width: 100%;
  border: 1px solid #E5E5EA;
  line-height: 24px;
  padding: 14px 49px 14px 17px;
  border-radius: 10px;
}
.search-form .search-field::placeholder {
  color: #120A21 !important;
  line-height: 19px;
  font-size: 14px !important;
  font-weight: 400;
}
.search-form .search-field:focus {
  color: #120A21;
  border: 1px solid #FFA920;
}

/* Header Fixed */
#header.style-absolute.is-fixed,
.header.is-fixed {
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  background: #fff;
  border: none;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header.style-absolute.is-fixed {
  background: #120A21;
}

.header.is-fixed.is-small,
#header.style-absolute.is-small {
  top: 0;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 0.8s;
  animation-name: fadeInDown;
  animation-duration: 0.8s;
}

/* Pagination
-------------------------------------------------------------- */
.themesflat-pagination {
  margin-top: 30px;
}
.themesflat-pagination.style {
  margin-top: 19px;
}
.themesflat-pagination.style2 {
  margin-top: 0px;
}
.themesflat-pagination.style3 {
  margin-top: 40px;
}
.themesflat-pagination ul {
  position: relative;
}
.themesflat-pagination ul li {
  display: inline-block;
  margin-right: 6px;
}
.themesflat-pagination ul li:last-child {
  margin-right: 0;
}
.themesflat-pagination ul li .page-numbers {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #120A21;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 10px;
  object-fit: cover;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid #EFEFEF;
}
.themesflat-pagination ul li .page-numbers:hover, .themesflat-pagination ul li .page-numbers.current {
  background-color: #FFA920;
  color: #fff;
  border-color: #FFA920;
}
.themesflat-pagination ul li .page-numbers.style {
  line-height: 42px;
}
.themesflat-pagination ul li .page-numbers.style i {
  font-size: 22px;
  font-weight: 400;
  vertical-align: middle;
}

/* Scroll Top
-------------------------------------------------------------- */
.button-go {
  position: fixed;
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 6px;
  text-align: center;
  z-index: 999;
  right: 25px;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
}
.button-go.show {
  right: 20px;
  opacity: 1;
  visibility: visible;
}
.button-go::before, .button-go::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-go::before {
  z-index: -1;
  background-color: #FFA920;
}
.button-go::after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  color: #ffffff;
  font-weight: 600;
}
.button-go:hover {
  transform: translateY(-3px);
}

/* PreLoad
-------------------------------------------------------------- */
.preload {
  overflow: hidden;
}

.preload-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.boxes {
  --size: 32px;
  --duration: 800ms;
  height: calc(var(--size) * 2);
  width: calc(var(--size) * 3);
  position: relative;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  margin-top: calc(var(--size) * 1.5 * -1);
  transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
}
.boxes .box {
  width: var(--size);
  height: var(--size);
  top: 0;
  left: 0;
  position: absolute;
  transform-style: preserve-3d;
}
.boxes .box:nth-child(1) {
  transform: translate(100%, 0);
  animation: box1 var(--duration) linear infinite;
}
.boxes .box:nth-child(2) {
  transform: translate(0, 100%);
  animation: box2 var(--duration) linear infinite;
}
.boxes .box:nth-child(3) {
  transform: translate(100%, 100%);
  animation: box3 var(--duration) linear infinite;
}
.boxes .box:nth-child(4) {
  transform: translate(200%, 0);
  animation: box4 var(--duration) linear infinite;
}
.boxes .box > div {
  --background: #FFA920;
  --top: auto;
  --right: auto;
  --bottom: auto;
  --left: auto;
  --translateZ: calc(var(--size) / 2);
  --rotateY: 0deg;
  --rotateX: 0deg;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--background);
  top: var(--top);
  right: var(--right);
  bottom: var(--bottom);
  left: var(--left);
  transform: rotateY(var(--rotateY)) rotateX(var(--rotateX)) translateZ(var(--translateZ));
}
.boxes .box > div:nth-child(1) {
  --top: 0;
  --left: 0;
}
.boxes .box > div:nth-child(2) {
  --background: #d38100;
  --right: 0;
  --rotateY: 90deg;
}
.boxes .box > div:nth-child(3) {
  --background: #ff9f07;
  --rotateX: -90deg;
}
.boxes .box > div:nth-child(4) {
  --background: #DBE3F4;
  --top: 0;
  --left: 0;
  --translateZ: calc(var(--size) * 3 * -1);
}

@keyframes box1 {
  0%, 50% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(200%, 0);
  }
}
@keyframes box2 {
  0% {
    transform: translate(0, 100%);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@keyframes box3 {
  0%, 50% {
    transform: translate(100%, 100%);
  }
  100% {
    transform: translate(0, 100%);
  }
}
@keyframes box4 {
  0% {
    transform: translate(200%, 0);
  }
  50% {
    transform: translate(200%, 100%);
  }
  100% {
    transform: translate(100%, 100%);
  }
}
html {
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

body .dribbble {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 20px;
}
body .dribbble img {
  display: block;
  height: 28px;
}

.heading-section {
  margin-bottom: 50px;
}
.heading-section h2 {
  margin-bottom: 14px;
}
.heading-section.style {
  margin-bottom: 24px;
}
.heading-section.style2 {
  margin-bottom: 45px;
}

.dropdown > a {
  position: relative;
  display: block;
  padding: 0px 13px 0px 0px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.dropdown > a::after {
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  font-weight: 500;
  content: "\f078";
  position: absolute;
  color: #fff;
  right: 0px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dropdown > a ul {
  position: absolute;
}

.seclect-box.style-2 .dropdown > a:after {
  right: 15px;
}

.dropdown ul.show {
  opacity: 1;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown li {
  border-top: 0.5px solid rgba(122, 121, 138, 0.1);
  background: #fff;
  color: #000;
  width: 100%;
  padding: 9px 10px 8px 16px;
  list-style: none;
  display: inline-block;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.dropdown .country {
  position: absolute;
  z-index: 99;
  margin-left: 13px;
  margin-top: 5px;
  color: #818089;
}

.dropdown ul,
.dropdown li.active,
.dropdown ul,
.dropdown li:hover {
  background: #e0e0e0;
}

.dropdown.style-2 ul {
  min-width: 100px;
}

/* donat progress */
.progress-bar {
  margin: 16px 0 42px;
}
.progress-bar:last-child {
  margin-bottom: 0;
}

.progress-title-holder {
  padding-bottom: 20px;
  position: relative;
}

.progress-content-outter {
  height: 5px;
  background-color: rgba(8, 4, 34, 0.1);
  border-radius: 5px;
}

.progress-content {
  height: 5px;
  background-color: #FFA920;
  width: 0%;
}

.progress-number-mark {
  margin-bottom: 4px;
  position: absolute;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

/* MAP */
.map-marker-container {
  position: absolute;
  margin-top: 10px;
  transform: translate3d(-50%, -100%, 0);
}

.marker-container {
  position: relative;
  top: 25px;
  left: 10px;
  width: 46px;
  height: 46px;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  -webkit-perspective: 1000;
}

.face {
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  color: #fff;
  z-index: 100;
  background: #6E55FF;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: content-box;
  background-clip: content-box;
  line-height: 46px;
  font-size: 24px;
}

.face::before,
.face::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 50px rgba(110, 85, 255, 0.1);
  -o-box-shadow: 0 0px 0 50px rgba(110, 85, 255, 0.1);
  box-shadow: 0px 0px 0px 20px rgba(110, 85, 255, 0.2);
  -webkit-animation: ripple 2s infinite;
  animation: ripple 2s infinite;
}

.face::before {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.face::after {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.face > div {
  background-image: url(../../assets/images/section/bg-icon.jpg);
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 99;
}

#singleListingMap .marker-container {
  cursor: default;
}

.marker-card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 1;
}

#map .infoBox {
  margin-left: 170px;
  margin-bottom: -100px;
}

.map-listing-item {
  position: relative;
}

.map-listing-item .infoBox-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: #fff;
  color: #202124;
  line-height: 24px;
  font-size: 20px;
  border-radius: 8px;
  z-index: 9;
  text-align: center;
  cursor: pointer;
  transition: all 300ms ease;
}

.map-listing-item .infoBox-close:hover {
  font-weight: 700;
  color: #FFA920;
}

.map-listing-item .inner-box {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  min-width: 359px;
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
}

.map-listing-item .image img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all 500ms ease;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.map-listing-item .content {
  position: relative;
  padding: 21px 20px;
}

.map-listing-item .title {
  color: #ffffff;
  opacity: 0.6;
  margin-left: 3px;
}

.map-listing-item h4 {
  position: relative;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}

.map-listing-item h4 a {
  transition: all 300ms ease;
}

.map-listing-item h4 a:hover {
  color: #FFA920;
}

.map-listing-item h3 {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #FFA920;
}

.map-listing-item .location {
  font-size: 12px;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
  color: #120A21;
  margin-bottom: 6px;
}
.map-listing-item .location::before {
  content: "\f279";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  color: #8E8E93;
}

.map-listing-item .location .type {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #14a077;
  background: rgba(20, 129, 96, 0.1);
  border-radius: 24px;
  padding: 7px 12px;
  transition: all 0.3s ease-in-out;
}

.map-listing-item .location .type:hover {
  color: #fff;
  background: #14a077;
}

.map-listing-item .job-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.map-listing-item .job-info li {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #696969;
  font-weight: 400;
  padding-left: 25px;
  margin-right: 20px;
}

.map-listing-item .job-info li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 22px;
  color: #696969;
}

.map-listing-item .job-info li a {
  color: #696969;
}

.cluster-map-visible {
  text-align: center;
  font-size: 16px !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  background-color: #14a077;
  border: 7px solid rgba(25, 103, 210, 0.2);
  box-shadow: 0 7px 30px rgba(33, 33, 33, 0.3);
  box-sizing: content-box;
  background-clip: content-box;
}

.btn-upload {
  padding: 16px 47px;
}

#upload-profile {
  margin-bottom: 15px;
}

#tf-upload-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  opacity: 0;
}

/* price-range */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 3px;
}

.noUi-horizontal .noUi-handle {
  position: relative;
  width: 17px;
  height: 17px;
  border-radius: 5px;
  left: 0px;
  top: -6.5px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
}

.caption {
  margin-bottom: 10px;
}

/* Styling; */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #FFA920;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  width: 100%;
  height: 7px;
  border-radius: 2px;
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
  left: -7px;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 1px solid #FFA920;
}

/* Disabled state; */
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed;
}

.slider-labels .caption {
  font-weight: 500;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
}

#slider-range-value01::after,
#slider-range-value1::after {
  content: " — ";
  margin: 0 2px;
}

/*# sourceMappingURL=style.css.map */
