/* CSS Document */

.whatsapp{left:20px; bottom:20px; position:fixed;
width:110px; 
z-index:1000;
font-size:80px;
color:#e6b91b;
}
.whatsapp .whatbtn{color:#e6b91b;}
.whatsapp .whatbtn a{color:#e6b91b;}
.whatsapp .whatbtn a:hover{color:#51c55f !important;}


.main_wrapper{position: relative;}
.contact-form-wrapper form.contact-form {
    z-index: 1000;
    position: fixed;
    bottom: 90px;
    right: 25px;
    box-shadow: 3px 3px 2px 1px #ccc;
    border-radius: 10px;display: none;
}
.contact-form a#par-click1{
    position: absolute;
    right: 12px;
    top: 2px;
    font-size: 21px;
    color: #987a3a;
}
.contact-form-wrapper .img-icon{
    position: fixed;
    bottom: 10px;
    z-index: 1000;
    right: 20px;
    background: #987a3a;
    padding: 15px;
    border-radius: 50px;
    cursor: pointer;
}
.contact-form-wrapper .img-icon img{width:40px;}
.contact-form {
    padding: 20px 25px;
    background-color: #ffffff;
    border-radius: 12px;
    max-width: 300px;
}

.contact-form textarea {
  resize: none;
}

.contact-form .form-input, .form-text-area {
    background-color: #f0f4f5;
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
}

.contact-form .form-text-area {
  background-color: #f0f4f5;
  height: auto;
  padding-left: 16px;
}

.contact-form .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control:focus {
  border-color: #f33fb0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #f33fb0;
}
.contact-form .title {
  text-align: center;
  color: #464646;
  font-size: 16px;
  color: #987a3a;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: 600;
  font-family: Gotham Book;
}
.contact-form .description {
  color: #aeb4b9;
  font-size: 14px;
  text-align: center;
}
.contact-form a#par-click1 {
  position: absolute;
  right: 8px;
  top: 5px;
  font-size: 21px;
  color: #d9b392;
}

.contact-form a#par-click1 img{

  width: 18px;
}
.contact-form .submit-button-wrapper {
  text-align: center;
}

.contact-form .submit-button-wrapper input {
    border: none;
    border-radius: 4px;
    background-color: #987a3a;
    color: white;
    text-transform: uppercase;
    padding: 10px 60px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: Gotham Book;
    font-size: 16px;
    letter-spacing: 1px;
    min-width: 150px;
    /* padding: 10px 15px; */
    position: relative;
    text-align: center;
    transition: all .25s;
}

.contact-form .submit-button-wrapper input:hover {
  background-color: #987a3a;
}

.text-and-image a{    color: #d4922c;}
.text-and-image a:hover{color:#fff;}
.sec_Designed_me{background-color: #f9f5ec;}
.sec_Designed_me .content h3 {
    font-size: 15px;
    font-weight: 600;
    font-family: Gotham Book;
    line-height: 20px;
    margin-top: 15px;
}
.sec_Designed_me .intro{
padding: 1rem 0 2rem;}
.sec_Designed_me .content img{
width: 100%;height: 80px ;
max-width: 80px;}

.project_hub.background-2 {
  background-image: url(../images/residential/hub-108/background-2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6rem 0 7rem;
}
.project_hub.background-2 .intro .content h1{color: #fff;}
.project_hub.background-2 .intro {
  padding: 1rem 0 2rem;
}
.project_hub.background-2 figure {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  padding: 15px 10px;
  margin: 0 0 15px 0;
  background: hsl(0deg 0% 100% / 70%);
  cursor: pointer;
  height: 70px;
}
.project_hub.background-2 figure img {
  height: 50px;
  width: 50px;
  float: left;
  margin: 0;
  margin-right: 10px;
}
.project_hub.background-2 figcaption {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  margin: 0;
  color: #d4922c;
  line-height: 20px;
}
.hub_108{padding:80px 0;}
.hub_108.icon-and-image .img-container{
    min-height: 100vh !important;}
.hub_108.icon-and-image .content {
    padding: 15px 100px 0;
    text-align: left;
}

.hub_108.icon-and-image .content p {
    color: #fff;
    font-family: Gotham Book;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
}

.text-over-image.hub_back .img-container .content {
    background: hsl(0deg 0% 100% / 84%);
    padding: 50px 10% 50px 50px;
}
.hub_back_new.text-over-image .img-container {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 75vh;
	min-height: unset;
}