@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,300i,400,500,700,800,900&display=swap');

*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}
@media (max-width: 768px){
	.f-width{
		width: 100%;
	}
}
.header h2{
	color: darkorange;
}
.header{
	color: darkorange;
}
.header p{
	color: gray;
}
.navbar
{
    background-color:rgba(255,255,255,0.5)!important;
	padding: 0.2rem 0.2rem 0 0.2rem;
	z-index: 20;
	box-shadow: 5px 0 10px #2F3C4F;
}
.navbar-fixed-top.scrolled {
	background-color: rgba(255,255,255,0.9) !important;
	transition: background-color 200ms linear;
  }
  
.nav-link{
	font-size: .8rem;
	color: #2F3C4F!important;
	font-weight: 500;
}
.nav-link:hover{
	color: darkorange!important;
	transition: ease 1s;
}
.navbar-light .navbar-toggler{
	border-color: transparent!important;
}
/* dropdown-menu */
.dropdown-menu.show{
    background-color: rgba(255,255,255,0.5)!important;
    padding: 0;
    margin-top: .1rem !important;
	border: none!important;
}
.dropdown-item:focus, .dropdown-item{
    font-size: .7rem;
}
.dropdown-item{
	color: #2F3C4F!important;
	font-weight: 500;
}
.dropdown-item:hover{
	color: darkorange!important;
	transition: ease 1s;
}
/*carousel*/
.carousel-item{
	height: 75vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.carousel-caption{
	position: absolute;
	top: 35%;
	right: 0;
	left: 0;
	text-transform: uppercase;
	width: 100%;

}
.carousel-caption h1{
	font-size: 3.5em;
	font-weight: 700;
	letter-spacing: .3rem;
	text-shadow: .1rem .1rem .8rem black;
	padding-bottom: 1rem;
}

.carousel-caption h3{
	font-size: 2rem;
	text-shadow: .1rem .1rem .5rem black;
	padding-bottom: 1.6rem;
}
/*search */

#search{
    padding: 3.5rem 0;
}
#search .col-md-3{
	margin-top: 1rem;
}
.f-width{
    width: 80%;
    margin: auto;
}
/* search advanced */
  /* Custom dropdown */

  .customSelect select{
	height:100%;
	width: 100%;
	background: none;
	border: none;
	 -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: .5rem;
	padding-bottom: .5rem;
	cursor: pointer;
	text-indent: 5px;
	font-size: .9rem;
}
.customSelect .select{
	position: relative;
	background: #fff;
	border: .1rem solid darkorange;
	cursor: pointer;
}
.customSelect .select::before{
	content: '';
	background: darkorange;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 27px;
	pointer-events: none;
}
.customSelect .select:focus{
	outline: none;
}
.customSelect option{
	padding: .5rem 0;
}
.customSelect option:focus{
	background: darkorange;
}
.customSelect .active{
	background: darkorange;
}
.customSelect select::-ms-expand{
	display: none;

}
.customSelect .select::after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5px 0;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	
}
  /* end of search advanced */

button.search-i{
	background: darkorange;
	outline: none;
	border-radius: 1px darkorange solid;
	color: #fff;
	display: block;
	width: 100%;
	font-size: 1rem;
	text-align: center;
	height: 40.19px;
	border-style: none;
}
/* advertise */

#join-us{
	padding: 2rem 0 4rem 0;
	position: relative;
	background-image: linear-gradient(
                                        rgba(0, 0, 0, 0.45), 
                                        rgba(0, 0, 0, 0.45)
									  ), url(../img/blur-botanical-cactus-1022922.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
#join-us .join-wrapper{
	padding-top: 3rem;

}
#join-us .join-wrapper h1{
	color: #fff;

}
#join-us .join-wrapper a.btn{
	margin-top: 2rem;
	border-radius:0;
	padding: .10rem 1rem .10rem 1rem;
}

/* propertis */
#properties{
	background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.properties{
	position: relative;
	border-radius: 0;
	color: white;
}
.properties:hover{
	box-shadow: 3px 3px 15px darkorange;
	transition: ease-in 1s;
	translate: scale(3px);
}

.properties img{
	height: 220px;

}
.properties:hover img{
	filter: grayscale(1);
	transition: ease-in 1s;
	
}
.list-pro{
	position: absolute;
	top: 5%;
	left: 5%;
	background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
	padding: .10rem 1rem .10rem 1rem;
	color: white;
	border-radius: 5px;
}
.properties .card-body h5{
	font-size: .8rem;
	color: gray;
	text-align: center;
	margin-bottom: 0;
}
.properties .card-body p{
	color: gray;
	text-align: center;


}
.properties a{
	width: 100%;
	border-radius: 0;
	cursor: pointer;
	border-style: none;
	outline: none;
	text-align: center;
	text-decoration: none;
}
.properties .btn-block:hover{
	background: darkorange;
	transition: ease-in 1s;
	border-style: none;
	color: gray;
}
.properties .card-body .icons{
	display: flex;
}

.properties .card-body div{
	color: gray;
	justify-content: space-between;
}
.properties .card-body div i{
padding-right: .5rem;
}
/* popular places */
#popular-places{
	padding: 4rem 0;
	background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
}
.img-container{
	position: relative;
	box-sizing: border-box;
}
.image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
	height: 250px;
	margin-bottom: 1.7rem;
  }
  
  .middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
  }
  
  .image:hover{
	opacity: 0.3;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	filter: blur(1px);
  }
  
  
  
 .img-container .text {
	border:2px solid #fff;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: .5rem 1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border-radius: 0;
	z-index: 22;
  }
  .text:hover{
	  color: darkorange;
	  border: 2px solid darkorange;
  }

  .margin-places{
	padding-top: 3rem;
  }

  /* counter images
   */

.stat{
	background: #121212;
	padding: 2rem 0 2rem 0;
	color: #fff;
	background-attachment: fixed;
}

.stat i{
	font-size: 50px;

}
 .stat-items h2{
	 font-weight: bold;
	 font-size: 43px;
	 color:  darkorange;
 }
 .stat-items p{
	 font-weight: bold;
	 letter-spacing: 1px;

 }
  
/* testimonials section*/
#testimonials{
	padding-top: 2rem;
	padding-bottom: 1.5rem;
	background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
}
#customers-testimonials{
	padding: 2rem 0;
}
.testimonial img{
	width: 159px;
	height: 159px;
	margin: 0 auto 0 auto;
	border: 2px solid white;
	padding: 5px;
	margin-bottom: 13px;
	border-radius: 100%;
}
blockquote p{
	padding: 2rem 0 0 0;
	font-weight: 300;
}
blockquote p span{
	color: darkorange;
}

.testimonial-author p{
	/* color: #fff; */
	font-size: 1.1rem;
	
}
.testimonial-author p strong{
	display: block;
	color: darkorange;

}
.testimonial-author span{
	font-weight: 300;
}
.header-3{
	/* color: #fff; */
	text-transform: uppercase;
}
.slick-slide{
	height: auto!important;
}
.slick-prev:before, .slick-next:before{
	color: darkorange!important;
}
/* properties tab */
#properties-tab{
	background-image: linear-gradient( 109.6deg,  rgba(255,179,71,1) 11.2%, rgba(255,155,57,1) 91.1% );
	padding: 2rem 0 2rem 0;
}
#properties-tab h4{
	color: #fff;
	font-weight: bolder;
	font-size: 2rem;
}
#properties-tab p{
	color: #fff;
}
#properties-tab a{
	padding: 1rem .8rem;
	color: #fff;
	border: 1px solid #fff;
	max-width: 400px;
}



/* footer section */
#footer{
	width: 100%;
	background-color: #121212;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;

}
 
#footer div h3{
	color: darkorange;
	font-weight: bold;
	font-size: 1.3rem;
}
#footer div h3 span{
	color:#fff;
}
#footer div .vertical-line{
	width: 6rem;
	background: darkorange;
	height: .2rem;
}
#footer div p{
	padding-top: 1.5rem;
	color: #fff;
	font-size: .9rem;
	font-weight: 300;
}
#footer div p small i{
	padding-right: .3rem;
}
footer{
	background-color: #121212;
	color: white;
}
.Final-footer{
	display: block;
	text-align: center;
	padding: .5rem 0 .2rem 0;
}
.Final-footer p a{
	color: white;
}
.Final-footer p a:hover{
	color: darkorange;
	transition: ease 1s;
	text-decoration: none;
}


/* contact us section page  */
/* contact us  */
#c-landing-image{
	position: relative;
	height: 50vh;
	background-image:
	linear-gradient( rgba(245, 246, 252, 0.52), rgba(22, 21, 22, 0.73)),
	url(../img/city.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	width: 100%;
}
.c-landing-text{
	position: absolute;
	top: 35%;
	right: 0;
	left: 0;
	text-align: center;
}
.c-landing-text h2{
	font-size: 3.8rem;
	font-weight: 700;
	letter-spacing: .3rem;
	text-shadow: .1rem .1rem .8rem black;
	padding-bottom: 1rem;
	color: darkorange;
}
.c-landing-text p{
	color: #fff;
	font-size: 1rem;
}
/* contact us */
/* contact details from section */
.c-contact-form{
	padding: 4rem 0;
}

.form-spacing{
	padding-top: 3rem;
}
.feedback-input {
	font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: transparent;
	border:2px solid darkorange;
	transition: all 0.3s;
	padding: .8rem;
	margin-bottom: 15px;
	width:100%;
	box-sizing: border-box;
	outline:0;
  }
  
  .feedback-input:focus {
	   border:2px solid darkorange; }
  
  textarea {
	height: 150px;
	line-height: 150%;
	resize:vertical;
  }
  
  [type="submit"] {
	width: 100%;
	background:darkorange;
	border-radius:0;
	border:0;
	cursor:pointer;
	color:white;
	font-size:.8rem;
	padding-top:.5rem;
	padding-bottom:.5rem;
	transition: all 0.3s;
	margin-top:-4px;
	font-weight:700;
	border: .2rem solid darkorange;
  }
  [type="submit"]:hover {
	   background:#fff;
	   color: darkorange;
	   border: .2rem solid darkorange;
	 }
/* right side form contact information */
.icons-detail{
	padding-top: 3rem;
}
.icons-detail i{
	color: darkorange;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.icons-detail p{
	color: gray;
}
/* map-border */
.map-border{
	border-top: .5rem  solid darkorange;

}

/* about us page */
/* color gradient section  */
.color-gradient{
	background-image: linear-gradient( 109.6deg,  rgba(255,179,71,1) 11.2%, rgba(255,155,57,1) 91.1% );
	padding: 14rem 0 2rem 0;
	position: relative;
}
.color-gradient h2{
	position: absolute;
	top: 15%;
	right: 0;
	left: 0;
	text-align: center;
	display: block;
	color: #fff;
	font-weight: 700;
}

/* image */
.image-about img{
	margin: auto;
	display: block;
	margin-top: -8rem;
	height: 16rem;
	border-radius: 5px;
	filter: blur(1px);
	filter: brightness(110%);
}
.who-are-we{
	padding-top: 3rem;
}
.image-about{
	padding-bottom: 3rem;
}

/* landing page revision */
.landing-page{
	width: 100%;
	height: 50vh;
	background: #000;
	position: relative;
	overflow: hidden;
	box-shadow: 8px 0 8px darkorange;
  }
  .landing-page::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/city.jpg) no-repeat;
	background-size: cover;
	opacity: .3;
  }
  
  .page-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	width: 100%;
	max-width: 800px;
	text-align: center;
	padding: 0 40px;
	box-sizing: border-box;
  }
  .page-content h1{
	color: darkorange;
	font-size: 3.2em;
	font-weight: 700;
	margin-bottom: 20px;
	text-shadow: 3px 3px 10px #121212;
  }
  .page-content p{
	color: #fff;
	margin-bottom: 20px;
  }
  .text div{
	margin-bottom: 6px;
  }
  /* landing page   */
  /* pagination editing  */
  .page-link, .page-item{
	  color: gray!important;
  }
  #properties .tab-section a{
	background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
	color: #fff;
	width: 100%;
	padding-top: .5rem;
	padding-bottom: .5rem;
	display: block;
	text-align: center;
  }
  #properties .tab-section a:hover{
	  background: darkorange!important;
  }
  #properties .tab-section .center{
	 padding: 0;
  }
  #properties .tab-section .left{
	padding-right: 0;
 }
 #properties .tab-section .right{
	padding-left: 0;
 }
 #properties .small-section .update{
	background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
	color: #fff;
	width: 100%;
	padding-top: .5rem;
	padding-bottom: .5rem;
	display: block;
	text-align: center;
	
 }
 #properties .small-section .second-p{
	 margin-top: 4.5rem;
 }
 #properties .small-section .text-small{
	 color: gray;
 }
 #properties .small-section .border-small{
	 /* border: .1rem solid gray; */
	 background-color: whitesmoke;
	 padding: .5rem .2rem;
	 box-shadow: 3px 3px 15px darkorange;
	 margin-top: 1rem;
 }
 #properties .small-section .text-small a{
	color: gray;
	text-decoration: none;
	margin-top: -10px;
	cursor: pointer;
}
#properties .small-section .text-small a{
	color: gray;
	text-decoration: none;
	margin-top: -10px;
	cursor: pointer;
}
#properties  .text-a{
	color: gray;
}
#properties  .text-a:hover{
	color: darkorange;
	text-decoration: none;
}

/* property  */
/* breadcrumb */
#bread .breadcrumb{
	border-radius: 0!important;
}
#bread .breadcrumb-item{
	color: gray;

}
#bread .breadcrumb-item:hover{
	text-decoration: none;
	transition: ease-in 1s;
	color: darkorange;
}
/* header-2 */
.header-2 h2{
color: darkorange;
font-size: 1.5em;
}
.header-2 p{
	color: gray;
	font-size: 1em;
	font-weight: bold;
}
/* property images */

.cards{
	width: 100%;
	background: #f1f1f1;
  }
  .top-section{
	display: block;
	overflow: hidden;
	background: #fff;
	position: relative;
  }
  #image-container{
	height: 50vh;
	width: 100%;
  }
  .top-section .nav{
	text-align: center;
	box-shadow: 1px 1px 10px gray;
  }
  .top-section .nav img{
	width: 80px;
	height: 70px;
	border: 1px solid #ddd;
	margin-top: .3rem 0;
	cursor: pointer;
	transition: 0.3s;
  }
  .top-section .nav img:hover{
	border-color: darkorange;
  }
  .cards-holder{
	  position: relative;
  }
  .cards .slick-dots{
	  bottom: -5px!important;
  }
  /* descritption */
  .border-description{
	  margin-top: .3rem;
	  /* border: 1px solid gray; */
	  padding: 1rem .7rem .7rem .7rem;;
	  box-shadow: 1px 1px 10px gray;
  }
  
  .border-description h2{
	  color: gray;
	  font-size: 1.7em;
	  font-weight: 600;

  }
  .border-description p{
	  font-size: 1em;
	  color: #2F3C4F;
	  font-weight: 300;
  }
  .border-description p small{
	  color: darkorange;
  }

  .border-list{
	margin: 1rem 0;
	padding: 1rem 1.7rem .7rem .7rem;;
	box-shadow: 1px 1px 10px gray;
}

  /* overview for the descrition */
  .border-overview{
	  margin: 1rem 0;
	  padding: 1rem .7rem .7rem .7rem;;
	  box-shadow: 1px 1px 10px gray;
  }
  .border-overview h2{
	color: gray;
	font-size: 1.5em;
	font-weight: 600;
}

  .border-overview .icons{
	display: flex;
}

.border-overview div{
	color: gray;
	justify-content: space-between;
}
.border-overview div i{
padding-right: .5rem;
}

/* agent card */
.agent-card{
	border-radius: 0;
	margin-top: .3rem;
	box-shadow: 1px 1px 10px gray;
	padding-bottom: 2rem;
}
.agent-card .card-body h4{
	font-size: 1.4rem;
	font-weight: 500;
	color: gray;
	text-align: center;
}
.agent-card .card-body p{
	font-weight: 500;
	color:darkorange;
	text-align: center;
}

.user-message{
	padding: 1rem 1rem;
	
}
.user-message h2{
	color: gray;
	font-size: 1.5em;
	font-weight: 600;
}

.user-message .row{
	margin-top: 1rem;
}
.user-message input{
	border-radius: 0;
}
.user-message a{
	border-radius: 0;
}
#bread .after-image{
	margin-top: 1rem;
}

/* Footer */
#footer{
	position: absolute;
	bottom: 0;
	}

	body{
	min-height: 100vh;
	position: relative;
	padding-bottom: 268.38px;
}
@media (max-width: 992px){
	
	body{
		padding-bottom: 376.38px;
	}
}
@media (max-width: 768px){
	.f-width{
		width: 100%;
		
	}
	body{
		padding-bottom: 535.94px;
	}
}
@media (max-width: 576px){
	
	body{
		padding-bottom: 514.94px;
	}
}

@media (max-width: 504px){
	
	body{
		padding-bottom: 535.94px;
	}
}
@media (max-width: 458px){
	
	body{
		padding-bottom: 577.94px!important;
	}
}
@media (max-width: 360px){
	
	body{
		padding-bottom: 577.94px;
	}
}