body {
    font-family: Ubuntu, sans-serif;
}
.desktop {
    display: block !important;
}
.mobile {
    display: none !important;
}
.section-title-font-light-300 {
    font-weight: 300 !important;
}
.home-slider {
    position: relative;
}
.banner-contain {
    z-index: 333;
    position: absolute;
    background: rgba(27, 25, 24, 0.7);
    color: #fff;
    width: 40%;
    padding: 20px;
}
.banner-1 {
    top: 35%;
    left: 15%;
}
.banner-contain h2 {
    font-weight: 400 !important;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3.5vw;
}
.banner-contain p {
    font-weight: 300 !important;
    letter-spacing: 0.7px;
    font-size: 1.2vw;
}
.home-navbar {
    z-index: 22;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.black-overlay {
    background: #262322 !important;
}
.top-header .navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand {
    padding-top: 5px !important;
}
.navbar-toggler {
    background: #262322;
    color: #fff;
}
.top-header .navbar .navbar-nav {
    padding-top: 20px;
}
.top-header .navbar .navbar-nav .nav-item {
    margin-right: 15px;
}
.top-header .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}
.top-header .navbar .navbar-nav .properties-page a{
    color:rgb(244,209,112) !important;
}
.top-header .navbar .navbar-nav .properties-page{
     background: #EACB77;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(38,35,34,0.8);
    animation: pulse 2s infinite;
    border-radius:25px;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(38,35,34,0.8);
  }
  70% {
      -webkit-box-shadow: 0 0 0 15px rgba(38,35,34,0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(38,35,34,0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(38,35,34,0.8);
    box-shadow: 0 0 0 0 rgba(38,35,34,0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(38,35,34,0);
      box-shadow: 0 0 0 20px rgba(38,35,34,0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(38,35,34,0);
      box-shadow: 0 0 0 0 rgba(38,35,34,0);
  }
}
.home-properties .heading-highlighter{
    background:rgb(38,35,34) !important;
    color:#fff !important;
    display:inline-block;
    padding:5px;
    margin:0px !important;
    border-top:4px solid #caaf74 !important;
    border-radius:0px 0px 2px 2px;
}
.home-slider-bottom {
    background: #1b1918;
    padding-top: 20px;
    padding-bottom: 20px;
}
.home-slider-bottom h2 {
    font-size: 20px;
    letter-spacing: 0.7px;
}
.home-slider-bottom h2 a {
    text-decoration: none;
    color: #fff;
}
.white-heading-h2 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}
.header-form {
    display:contents;
    z-index: 22;
    position: absolute;
    top: -340px;
    background: #262322;
    padding: 30px;
}
.header-form h2 {
    font-weight: 300 !important;
    font-size: 22px;
}
.input-group .form-control {
    padding: 10px;
    border-radius: 0;
    border-left: 1px solid #fff;
    box-shadow: none;
    outline: 0;
    transition: all 0.3s ease-in-out;
}
.input-group .input-group-text {
    text-align: center;
    background: #fff !important;
    border: 1px solid silver !important;
    width: 40px;
    color: #7b7674;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}
.input-group:hover i {
    color: #b79e69;
}
.form-btn {
    background-color: #b79e69;
    background-image: -webkit-linear-gradient(#e8cf99, #b79e69);
    background-image: linear-gradient(#e8cf99, #b79e69);
    border: none;
    border-radius: 0;
    padding: 15px 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #54492f;
    display: inline-block;
    font-size: 18px;
}
.button:hover,
form button:hover,
form input[type="reset"]:hover,
form input[type="submit"]:hover {
    background: #c8b48b;
}
.header-form .form-check-label {
    color: #fff;
}
.property-card {
    background: #caaf74;
    border: 4px solid #caaf74 !important;
    padding: 10px 10px;
    border-radius: 3px;
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 30%);
    margin-top: 25px;
    margin-bottom: 25px;
}
.property-card-img {
    position: relative;
}
.property-card-content {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
}
.property-card-content .name-tag {
    color: #fff;
    height: 60px;
    font-size: 20px;
    font-weight: 300 !important;
}
.property-card-content .price-tag {
    color: #fff;
    font-size: 19px;
}
.property-card-content .property-address {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    height: 50px;
}
.property-card-content .property-label {
    padding-left: 0;
    margin-bottom: 0;
    height: 80px;
}
.property-card-content .property-label li {
    list-style: none;
    display: inline-block;
    margin-left: 5px;
}
.property-card-content .property-label li label {
    border: 2px solid #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #fff;
    padding: 3px;
}
.property-card-footer {
    text-align: center;
}
.btn-view {
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 10px;
    background: #fff !important;
}
#property .owl-theme .owl-nav [class*="owl-"] {
    background: #262322 !important;
    color: #b79e69;
    border: 1px solid #302c2b;
    width: 50px;
    height: 50px;
    z-index: 99;
    font-size: 30px;
    border-radius: 5px !important;
    line-height: 0;
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 30%);
}
#property .owl-nav .owl-prev-properties {
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    position: absolute;
    top: 40%;
    left: -7%;
}
#property .owl-nav .owl-next-properties {
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    position: absolute;
    top: 42%;
    right: -7%;
}
#related-properties .owl-theme .owl-nav [class*="owl-"] {
    background: #262322 !important;
    color: #b79e69;
    border: 1px solid #302c2b;
    width: 50px;
    height: 50px;
    z-index: 99;
    font-size: 30px;
    border-radius: 5px !important;
    line-height: 0;
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 30%);
}
#related-properties .owl-nav .owl-prev-properties {
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    position: absolute;
    top: 40%;
    left: -7%;
}
#related-properties .owl-nav .owl-next-properties {
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    position: absolute;
    top: 42%;
    right: -7%;
}
.properties-1 .property-card {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.pagination-block {
    padding: 80px 0;
}
.page-item:first-child .page-link {
    border-radius: 0 !important;
}
.page-item:last-child .page-link {
    border-radius: 0 !important;
}
.pagination li {
    margin: 0 5px;
}
.page-item .page-link {
    color: #b79e69 !important;
    text-transform: uppercase;
    padding: 15px;
    letter-spacing: properties-map.8px;
    transition: all 0.5s linear;
}
.page-item.active .page-link {
    color: #fff !important;
    background: #262322 !important;
    border: 1px solid #262322 !important;
    box-shadow: none !important;
    transition: all 0.5s linear;
}
.page-item .page-link:hover,
.page-item.active .page-link:focus {
    box-shadow: none !important;
    color: #fff !important;
    background: #262322 !important;
    border: 1px solid #262322 !important;
}
#lg-share {
    display: none;
}
.single-properties-slider {
    position: relative;
}
.single-properties-slider img {
    cursor: pointer !important;
}
.single-properties-slider .first-owl-item:after {
    z-index: 12;
    content: "View All Images";
    position: absolute;
    bottom: 6%;
    left: 4%;
    font-size: 18px !important;
    padding: 6px 30px;
    border-radius: 4px;
    background: #262322;
    color: #fff;
    cursor: pointer;
}
.single-properties-1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.properties-map iframe {
    width: 100% !important;
}
.properties-status label {
    color: #7b7674;
    padding-left: 10px;
}
.properties-status .available i {
    color: #228b22;
}
.properties-status .sold {
    color: red;
}
.single-properties-left p {
    color: #7b7674;
    font-weight: 300;
    font-size: 17px;
}
.properties-name h1 {
    color: #262322;
    font-size: 30px;
}
.properties-pirce h2 {
    color: #7b7674;
    font-size: 30px;
}
.properties-description .property-label {
    padding-left: 0;
    margin-bottom: 0;
}
.properties-description .property-label li {
    list-style: none;
    display: inline-block;
    margin-left: 5px;
}
.properties-description .property-label li label {
    border: 2px solid #a0a0a0;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #7b7674;
    padding: 3px 5px;
}
.properties-content {
    padding-top: 20px;
}
.properties-content h3 {
    color: #7b7674;
    font-size: 25px;
    padding-bottom: 10px;
}
.properties-content ul li {
    color: #7b7674;
    font-weight: 300;
    font-size: 17px;
}
.properties-subhead {
    color: #7b7674;
    font-size: 25px;
    padding-bottom: 10px;
}
.properties-anemities h4 {
    font-size: 21px;
    color: #7b7674;
}
.properties-anemities ul li {
    font-size: 17px;
    color: #7b7674;
}
.single-properties-right {
    position: sticky;
    top: 1%;
}
.area-cal {
    padding-bottom: 20px;
}
.area-cal-div label {
    color: #7b7674;
    font-size: 18px;
}
.area-cal-div {
    margin-top: 10px;
}
.area-cal-div input {
    width: 38%;
    height: 40px;
    border: 2px solid transparent;
    border-bottom-color: #7b7674;
}
.area-cal-div #selectareaform {
    width: 60%;
    height: 40px;
    border: 2px solid transparent;
    border-bottom-color: #7b7674;
}
.area-cal-div #selectareato {
    width: 100%;
    height: 40px;
    border: 2px solid transparent;
    border-bottom-color: #7b7674;
}
.area-cal-div button {
    width: 100% !important;
}
.property-message-btn {
    display: none;
}
.property-modal .modal-body {
    padding: 0 !important;
}
.property-modal .properties-form {
    padding: 20px !important;
}
.properties-form {
    background: #262322;
    padding: 25px;
    border-radius: 3px;
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 30%);
}
.agent-name {
    color: #fff;
}
.agent-contact {
    color: #fff;
}
.agent-linkedin {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    padding-top: 3.5px;
    border-radius: 2px;
}
.agent-linkedin i {
    color: #fff;
    font-family: 22px;
}
.properties-input-div {
    margin-top: 1rem;
}
.properties-input-div textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    border-radius: 3px;
    border: none !important;
}
.properties-form input[type="text"] {
    border: none !important;
}
.properties-form input[type="email"] {
    border: none !important;
}
.properties-input-div .input-group-textarea {
    align-items: start !important;
    padding-top: 15px;
}
.home-2 {
    padding-top: 100px;
    padding-bottom: 40px;
}
.section-title {
    font-size: 35px;
    color: #7b7674;
    font-weight: 700;
}
.home-2-ul {
    position: relative;
    margin-bottom: 0;
}
.home-2-ul li {
    list-style: none;
}
.home-2-ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #b79e69;
    display: block;
    position: absolute;
    left: 0;
    text-align: center;
    color: #b79e69;
}
.home-2-ul li p {
    color: #7b7674;
    font-weight: 300;
    font-size: 18px;
}
.para {
    color: #7b7674;
    font-weight: 300;
    font-size: 18px;
}
.what-content {
    background: #262322;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    height: 60px;
}
.what-content .heading {
    font-size: 15px;
}
.what-content .para {
    font-size: 12px;
    margin-bottom: 0;
}
#our-team {
    padding-top: 20px;
    background: #262322 !important;
}
#our-team .owl-theme .owl-nav [class*="owl-"] {
    background: 0 0;
    color: #b79e69;
    border: 1px solid #302c2b;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -70px;
    right: 0;
    z-index: 99;
    font-size: 25px;
    border-radius: 0 !important;
}
#our-team .owl-nav .owl-prev-team {
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    margin-right: 68px;
}
#our-team .owl-nav .owl-next-team {
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
}
#what-can .owl-theme .owl-nav [class*="owl-"] {
    background: 0 0;
    color: #b79e69;
    border: 1px solid #302c2b;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -5px;
    right: 0;
    z-index: 99;
    font-size: 25px;
    border-radius: 0 !important;
    display: none;
}
#what-can .owl-nav .owl-prev {
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    margin-right: 68px;
}
#what-can .owl-nav .owl-next {
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
}
.deal-team{
    margin-top:12%;
    background-color:#caaf74; 
}
.deal-team h4{
    padding-top:10px;
    padding-bottom:10px;
    color:#fff;
}
.home-3 {
    background-color: #f0f0f0;
    padding-top: 60px;
    padding-bottom: 60px;
}
.home-3-card {
    padding-top: 20px;
}
.home-3-card-content {
    color: #b79e69;
}
.home-3-card-content p {
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
    line-height: 28px;
}
.home-3-card-content p a {
    text-decoration: none !important;
    color: #b79e69 !important;
}
.offer-1 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.offer-1-card {
    background: #262322;
}
.offer-1-card-content {
    padding: 30px;
}
.offer-1-card-content h3 {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 1.5rem;
}
.offer-1-card-content h3:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #b79e69;
}
.offer-1-card-content p {
    color: #d1cfce;
    font-size: 14px;
}
.button {
    background-color: #b79e69;
    background-image: -webkit-linear-gradient(#e8cf99, #b79e69);
    background-image: linear-gradient(#e8cf99, #b79e69);
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #54492f !important;
    display: inline-block;
    text-decoration: none !important;
}
.reveiw-input {
    width: 100%;
    height: 40px;
    padding: 4px 10px;
    margin-bottom: 10px;
    border: none;
}
textarea.reveiw-input {
    height: 120px !important;
}
.comment {
    padding: 25px;
    background: #caaf74;
    margin-bottom: 30px;
    position: relative;
    height: 190px;
    color: #fff;
}
.comment:after {
    content: " ";
    z-index: 99;
    position: absolute;
    bottom: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 25px solid #caaf74;
    border-bottom: 15px solid transparent;
}
.comment p {
    font-size: 15px;
}
.user-name img {
    width: 10% !important;
    display: inline-block;
}
.user-name .user-images {
    width: 40px;
    height: 40px;
    border: 3px solid #f8f8f8;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding-top: 1px;
    font-size: 20px;
    background-color: #b79e69;
    background-image: -webkit-linear-gradient(#e8cf99, #b79e69);
    background-image: linear-gradient(#e8cf99, #b79e69);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #54492f !important;
}
.user-name label {
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 5px;
}
.meet-team-1 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.back-top {
    display: none;
    z-index: 89;
    position: fixed;
    bottom: 0.5em;
    right: 0.8em;
    width: 45px;
    height: 45px;
    color: #b79e69;
    background: #262322 !important;
    text-align: center;
    font-size: 30px;
    border-radius: 50px;
    text-decoration: none;
    transition: all ease 0.3s;
    opacity: 1;
}
.back-top i {
    color: #fff;
}
.back-top:hover {
    opacity: 0.75;
    transition: all ease 0.3s;
}
.whatsapp-fixed {
    z-index: 90;
    bottom: 2.1em;
    right: 0.6em;
    position: fixed;
    color: #fff !important;
    text-decoration: none !important;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    font-size: 35px;
    text-align: center;
    box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.3);
}
.thank-1 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.thank-heading {
    text-transform: uppercase;
    font-size: 5vw;
    font-weight: 1000;
}
.thank-1 .fa-thumbs-up {
    font-size: 8vw;
    color: #00b446;
    padding-top: 10px;
    padding-bottom: 20px;
}
.thank-head-para {
    font-size: 2vw;
}
.head-para-1 {
    color: #d20c0b;
}
.thank-ul {
    padding-top: 40px;
    padding-left: 0;
    text-align: center;
}
.thank-ul li {
    display: inline-block;
    border-right: 2px solid #000;
    padding-left: 15px;
    padding-right: 15px;
}
.thank-ul li:last-child {
    border: none !important;
}
.thank-ul li p {
    margin-bottom: 0;
}
.thank-ul li p a {
    text-decoration: none;
    color: #000;
    font-size: 1.5vw;
    line-height: 20px;
}
.thank-navbar-toggler {
    border: 1px solid #fff !important;
}
.thank-whatsaspp-fixed {
    bottom: 15px !important;
}
.footer-quick-link{
    padding-left:0px;
}
.footer-quick-link li{
    list-style:none;
    margin-right:10px;
    display:inline-block;
}
.footer-quick-link li a{
    font-size:18px;
    color:#7b7674;
    transition:all 0.3s ease-in-out;
    font-weight:500;
}
.footer-quick-link li a:hover{
    color:#caaf74;
}
.footer-row {
    border-top: 1px solid #cfcfcf;
    padding-top: 20px;
}
.copyright {
    color: #7b7674;
    font-size: 14px;
    padding-bottom: 20px;
}
.footer-social-link {
    padding-left: 10px;
    text-align: center;
}
.footer-social-link li {
    list-style: none;
    display: inline-block;
    margin-right: 2px;
}
.footer-social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-top: 9px;
    font-size: 18px;
    font-size: 1.2857142857em;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    color: #fff;
    line-height: normal;
}
.whatsapp {
    background-color: #25d366;
}
.facebook {
    background-color: #204385;
}
.twitter {
    background-color: #2aa9e0;
}
.linkedin {
    background-color: #0e76a8;
}
.instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.google-plus {
    background-color: #d3492c;
}
.youtube {
    background-color: #c4302b;
}
.footer-social-link .pinterest {
    background-color: #ca2128;
}
.fixed-social {
    z-index: 92;
    position: fixed;
    top: 34%;
}
.fixed-social-ul {
    padding-left: 0;
}
.fixed-social-ul li {
    list-style: none;
}
.fixed-social-ul li a {
    display: inline-block;
    text-decoration: none !important;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 10px;
}
.fixed-social-ul li a i {
    font-size: 22px;
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
body {
    font-family: Ubuntu, sans-serif;
}
.desktop {
    display: block !important;
}
.mobile {
    display: none !important;
}
.section-title-font-light-300 {
    font-weight: 300 !important;
}
.section-title-font-light-400 {
    font-weight: 400 !important;
}
.section-title-font-light-500 {
    font-weight: 500 !important;
}
.text-black{
    color:#000 !important;
}
.text-brown-black{
    color:#514f4e !important
}
.home-slider {
    position: relative;
}
.banner-contain {
    z-index: 333;
    position: absolute;
    background: rgba(27, 25, 24, 0.7);
    color: #fff;
    width: 40%;
    padding: 20px;
}
.banner-1 {
    top: 35%;
    left: 15%;
}
.banner-contain h2 {
    font-weight: 400 !important;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3.5vw;
}
.banner-contain p {
    font-weight: 300 !important;
    letter-spacing: 0.7px;
    font-size: 1.2vw;
}
.home-navbar {
    z-index: 22;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.black-overlay {
    background: #262322 !important;
}
.top-header .navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand {
    padding-top: 0;
}
.navbar-toggler {
    background: #262322;
    color: #fff;
}
.top-header .navbar .navbar-nav {
    padding-top: 20px;
}
.top-header .navbar .navbar-nav .nav-item {
    margin-right: 15px;
}
.top-header .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}
.home-slider-bottom {
    background: #1b1918;
    padding-top: 20px;
    padding-bottom: 20px;
}
.home-slider-bottom h2 {
    font-size: 20px;
    letter-spacing: 0.7px;
}
.home-slider-bottom h2 a {
    text-decoration: none;
    color: #fff;
}
.white-heading-h2 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}
.header-form {
    z-index: 22;
    position: absolute;
    top: -340px;
    background: #262322;
    padding: 30px;
}
.header-form h2 {
    font-weight: 300 !important;
    font-size: 22px;
}
.input-group .form-control {
    padding: 10px;
    border-radius: 0;
    border-left: 1px solid #fff;
    box-shadow: none;
    outline: 0;
    transition: all 0.3s ease-in-out;
}
.input-group .input-group-text {
    text-align: center;
    background: #fff !important;
    border: 1px solid silver !important;
    width: 40px;
    color: #7b7674;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}
.input-group:hover i {
    color: #b79e69;
}
.form-btn {
    background-color: #b79e69;
    background-image: -webkit-linear-gradient(#e8cf99, #b79e69);
    background-image: linear-gradient(#e8cf99, #b79e69);
    border: none;
    border-radius: 0;
    padding: 15px 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #54492f;
    display: inline-block;
    font-size: 18px;
}
.button:hover,
form button:hover,
form input[type="reset"]:hover,
form input[type="submit"]:hover {
    background: #c8b48b;
}
.header-form .form-check-label {
    color: #fff;
}
.property-card {
    background: #caaf74;
    border: 4px solid #caaf74 !important;
    padding: 10px 10px;
    border-radius: 3px;
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 30%);
    margin-top: 25px;
    margin-bottom: 25px;
}
.property-card-img {
    position: relative;
}
.property-card-content {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
}
.property-card-content .name-tag {
    color: #fff;
    height: 60px;
    font-size: 20px;
    font-weight: 300 !important;
}
.property-card-content .price-tag {
    color: #fff;
    font-size: 19px;
}
.property-card-content .property-address {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    height: 50px;
}
.property-card-content .property-label {
    padding-left: 0;
    margin-bottom: 0;
    height: 80px;
}
.property-card-content .property-label li {
    list-style: none;
    display: inline-block;
    margin-left: 5px;
}
.property-card-content .property-label li label {
    border: 2px solid #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #fff;
    padding: 3px;
}
.property-card-footer {
    text-align: center;
}
.btn-view {
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 10px;
    background: #fff !important;
}
#property .owl-theme .owl-nav [class*="owl-"] {
    background: #262322 !important;
    color: #b79e69;
    border: 1px solid #302c2b;
    width: 50px;
    height: 50px;
    z-index: 99;
    font-size: 30px;
    border-radius: 5px !important;
    line-height: 0;
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 30%);
}
#property .owl-nav .owl-prev-properties {
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    position: absolute;
    top: 40%;
    left: -7%;
}
#property .owl-nav .owl-next-properties {
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    position: absolute;
    top: 42%;
    right: -7%;
}
#related-properties .owl-theme .owl-nav [class*="owl-"] {
    background: #262322 !important;
    color: #b79e69;
    border: 1px solid #302c2b;
    width: 50px;
    height: 50px;
    z-index: 99;
    font-size: 30px;
    border-radius: 5px !important;
    line-height: 0;
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 30%);
}
#related-properties .owl-nav .owl-prev-properties {
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    position: absolute;
    top: 40%;
    left: -7%;
}
#related-properties .owl-nav .owl-next-properties {
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    position: absolute;
    top: 42%;
    right: -7%;
}
.properties-1 .property-card {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.pagination-block {
    padding: 80px 0;
}
.page-item:first-child .page-link {
    border-radius: 0 !important;
}
.page-item:last-child .page-link {
    border-radius: 0 !important;
}
.pagination li {
    margin: 0 5px;
}
.page-item .page-link {
    color: #b79e69 !important;
    text-transform: uppercase;
    padding: 15px;
    letter-spacing: properties-map.8px;
    transition: all 0.5s linear;
}
.page-item.active .page-link {
    color: #fff !important;
    background: #262322 !important;
    border: 1px solid #262322 !important;
    box-shadow: none !important;
    transition: all 0.5s linear;
}
.page-item .page-link:hover,
.page-item.active .page-link:focus {
    box-shadow: none !important;
    color: #fff !important;
    background: #262322 !important;
    border: 1px solid #262322 !important;
}
#lg-share {
    display: none;
}
.single-properties-slider {
    position: relative;
}
.single-properties-slider img {
    cursor: pointer !important;
}
.single-properties-slider .first-owl-item:after {
    z-index: 12;
    content: "View All Images";
    position: absolute;
    bottom: 6%;
    left: 4%;
    font-size: 18px !important;
    padding: 6px 30px;
    border-radius: 4px;
    background: #262322;
    color: #fff;
    cursor: pointer;
}
.single-properties-1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.properties-map iframe {
    width: 100% !important;
}
.properties-status label {
    color: #7b7674;
    padding-left: 10px;
}
.properties-status .available i {
    color: #228b22;
}
.properties-status .sold {
    color: red;
}
.single-properties-left p {
    color: #7b7674;
    font-weight: 300;
    font-size: 17px;
}
.properties-name h1 {
    color: #262322;
    font-size: 30px;
}
.properties-pirce h2 {
    color: #7b7674;
    font-size: 30px;
}
.properties-description .property-label {
    padding-left: 0;
    margin-bottom: 0;
}
.properties-description .property-label li {
    list-style: none;
    display: inline-block;
    margin-left: 5px;
}
.properties-description .property-label li label {
    border: 2px solid #a0a0a0;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #7b7674;
    padding: 3px 5px;
}
.properties-content {
    padding-top: 20px;
}
.properties-content h3 {
    color: #7b7674;
    font-size: 25px;
    padding-bottom: 10px;
}
.properties-content ul li {
    color: #7b7674;
    font-weight: 300;
    font-size: 17px;
}
.properties-subhead {
    color: #7b7674;
    font-size: 25px;
    padding-bottom: 10px;
}
.properties-anemities h4 {
    font-size: 21px;
    color: #7b7674;
}
.properties-anemities ul li {
    font-size: 17px;
    color: #7b7674;
}
.single-properties-right {
    position: sticky;
    top: 1%;
}
.area-cal {
    padding-bottom: 20px;
}
.area-cal-div label {
    color: #7b7674;
    font-size: 18px;
}
.area-cal-div {
    margin-top: 10px;
}
.area-cal-div input {
    width: 38%;
    height: 40px;
    border: 2px solid transparent;
    border-bottom-color: #7b7674;
}
.area-cal-div #selectareaform {
    width: 60%;
    height: 40px;
    border: 2px solid transparent;
    border-bottom-color: #7b7674;
}
.area-cal-div #selectareato {
    width: 100%;
    height: 40px;
    border: 2px solid transparent;
    border-bottom-color: #7b7674;
}
.area-cal-div button {
    width: 100% !important;
}
.property-message-btn {
    display: none;
}
.property-modal .modal-body {
    padding: 0 !important;
}
.property-modal .properties-form {
    padding: 20px !important;
}
.properties-form {
    background: #262322;
    padding: 25px;
    border-radius: 3px;
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 30%);
}
.agent-name {
    color: #fff;
}
.agent-contact {
    color: #fff;
}
.agent-linkedin {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    padding-top: 3.5px;
    border-radius: 2px;
}
.agent-linkedin i {
    color: #fff;
    font-family: 22px;
}
.properties-input-div {
    margin-top: 1rem;
}
.properties-input-div textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    border-radius: 3px;
    border: none !important;
}
.properties-form input[type="text"] {
    border: none !important;
}
.properties-form input[type="email"] {
    border: none !important;
}
.properties-input-div .input-group-textarea {
    align-items: start !important;
    padding-top: 15px;
}
.home-2 {
    padding-top: 100px;
    padding-bottom: 40px;
}
.section-title {
    font-size: 35px;
    color: #7b7674;
    font-weight: 700;
}
.home-2-ul {
    position: relative;
    margin-bottom: 0;
}
.home-2-ul li {
    list-style: none;
}
.home-2-ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #b79e69;
    display: block;
    position: absolute;
    left: 0;
    text-align: center;
    color: #b79e69;
}
.home-2-ul li p {
    color: #7b7674;
    font-weight: 300;
    font-size: 18px;
}
.para {
    color: #7b7674;
    font-weight: 300;
    font-size: 18px;
}
.what-content {
    background: #262322;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    height: 60px;
}
.what-content .heading {
    font-size: 15px;
}
.what-content .para {
    font-size: 12px;
    margin-bottom: 0;
}
#our-team {
    padding-top: 20px;
    background: #262322 !important;
}
#our-team .owl-theme .owl-nav [class*="owl-"] {
    background: 0 0;
    color: #b79e69;
    border: 1px solid #302c2b;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -70px;
    right: 0;
    z-index: 99;
    font-size: 25px;
    border-radius: 0 !important;
}
#our-team .owl-nav .owl-prev-team {
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    margin-right: 68px;
}
#our-team .owl-nav .owl-next-team {
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
}
#what-can .owl-theme .owl-nav [class*="owl-"] {
    background: 0 0;
    color: #b79e69;
    border: 1px solid #302c2b;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -5px;
    right: 0;
    z-index: 99;
    font-size: 25px;
    border-radius: 0 !important;
    display: none;
}
#what-can .owl-nav .owl-prev {
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    margin-right: 68px;
}
#what-can .owl-nav .owl-next {
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
}
.home-3 {
    background-color: #f0f0f0;
    padding-top: 60px;
    padding-bottom: 60px;
}
.home-3-card {
    padding-top: 20px;
}
.home-3-card-content {
    color: #b79e69;
}
.home-3-card-content p {
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
    line-height: 28px;
}
.home-3-card-content p a {
    text-decoration: none !important;
    color: #b79e69 !important;
}
.offer-1 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.offer-1-card {
    background: #262322;
}
.offer-1-card-content {
    padding: 30px;
}
.offer-1-card-content h3 {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 1.5rem;
}
.offer-1-card-content h3:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #b79e69;
}
.offer-1-card-content p {
    color: #d1cfce;
    font-size: 14px;
}
.button {
    background-color: #b79e69;
    background-image: -webkit-linear-gradient(#e8cf99, #b79e69);
    background-image: linear-gradient(#e8cf99, #b79e69);
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #54492f !important;
    display: inline-block;
    text-decoration: none !important;
}
.reveiw-input {
    width: 100%;
    height: 40px;
    padding: 4px 10px;
    margin-bottom: 10px;
    border: none;
}
textarea.reveiw-input {
    height: 120px !important;
}
.comment {
    padding: 25px;
    background: #caaf74;
    margin-bottom: 30px;
    position: relative;
    height: 190px;
    color: #fff;
}
.comment:after {
    content: " ";
    z-index: 99;
    position: absolute;
    bottom: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 25px solid #caaf74;
    border-bottom: 15px solid transparent;
}
.comment p {
    font-size: 15px;
}
.user-name img {
    width: 10% !important;
    display: inline-block;
}
.user-name .user-images {
    width: 40px;
    height: 40px;
    border: 3px solid #f8f8f8;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding-top: 1px;
    font-size: 20px;
    background-color: #b79e69;
    background-image: -webkit-linear-gradient(#e8cf99, #b79e69);
    background-image: linear-gradient(#e8cf99, #b79e69);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #54492f !important;
}
.user-name label {
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 5px;
}
.meet-team-1 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.back-top {
    display: none;
    z-index: 89;
    position: fixed;
    bottom: 0.5em;
    right: 0.8em;
    width: 45px;
    height: 45px;
    color: #b79e69;
    background: #262322 !important;
    text-align: center;
    font-size: 30px;
    border-radius: 50px;
    text-decoration: none;
    transition: all ease 0.3s;
    opacity: 1;
}
.back-top i {
    color: #fff;
}
.back-top:hover {
    opacity: 0.75;
    transition: all ease 0.3s;
}
.whatsapp-fixed {
    z-index: 90;
    bottom: 2.1em;
    right: 0.6em;
    position: fixed;
    color: #fff !important;
    text-decoration: none !important;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    font-size: 35px;
    text-align: center;
    box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.3);
}
.thank-1 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.thank-heading {
    text-transform: uppercase;
    font-size: 5vw;
    font-weight: 1000;
}
.thank-1 .fa-thumbs-up {
    font-size: 8vw;
    color: #00b446;
    padding-top: 10px;
    padding-bottom: 20px;
}
.thank-head-para {
    font-size: 2vw;
}
.head-para-1 {
    color: #d20c0b;
}
.thank-ul {
    padding-top: 40px;
    padding-left: 0;
    text-align: center;
}
.thank-ul li {
    display: inline-block;
    border-right: 2px solid #000;
    padding-left: 15px;
    padding-right: 15px;
}
.thank-ul li:last-child {
    border: none !important;
}
.thank-ul li p {
    margin-bottom: 0;
}
.thank-ul li p a {
    text-decoration: none;
    color: #000;
    font-size: 1.5vw;
    line-height: 20px;
}
.thank-navbar-toggler {
    border: 1px solid #fff !important;
}
.thank-whatsaspp-fixed {
    bottom: 15px !important;
}
.footer-row {
    border-top: 1px solid #cfcfcf;
    padding-top: 20px;
}
.copyright {
    color: #7b7674;
    font-size: 14px;
    padding-bottom: 20px;
}
.footer-social-link {
    padding-left: 10px;
    text-align: center;
}
.footer-social-link li {
    list-style: none;
    display: inline-block;
    margin-right: 2px;
}
.footer-social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-top: 9px;
    font-size: 18px;
    font-size: 1.2857142857em;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    color: #fff;
    line-height: normal;
}
.whatsapp {
    background-color: #25d366;
}
.facebook {
    background-color: #204385;
}
.twitter {
    background-color: #2aa9e0;
}
.linkedin {
    background-color: #0e76a8;
}
.instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.google-plus {
    background-color: #d3492c;
}
.youtube {
    background-color: #c4302b;
}
.footer-social-link .pinterest {
    background-color: #ca2128;
}
.fixed-social {
    z-index: 92;
    position: fixed;
    top: 34%;
}
.fixed-social-ul {
    padding-left: 0;
}
.fixed-social-ul li {
    list-style: none;
}
.fixed-social-ul li a {
    display: inline-block;
    text-decoration: none !important;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 10px;
}
.fixed-social-ul li a i {
    font-size: 22px;
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
body {
    font-family: Ubuntu, sans-serif;
}
.desktop {
    display: block !important;
}
.mobile {
    display: none !important;
}
.section-title-font-light-300 {
    font-weight: 300 !important;
}
.home-slider {
    position: relative;
}
.banner-contain {
    z-index: 333;
    position: absolute;
    background: rgba(27, 25, 24, 0.7);
    color: #fff;
    width: 40%;
    padding: 20px;
}
.banner-1 {
    top: 35%;
    left: 15%;
}
.banner-contain h2 {
    font-weight: 400 !important;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3.5vw;
}
.banner-contain p {
    font-weight: 300 !important;
    letter-spacing: 0.7px;
    font-size: 1.2vw;
}
.home-navbar {
    z-index: 22;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.black-overlay {
    background: #262322 !important;
}
.top-header .navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand {
    padding-top: 0;
}
.navbar-toggler {
    background: #262322;
    color: #fff;
}
.top-header .navbar .navbar-nav {
    padding-top: 20px;
}
.top-header .navbar .navbar-nav .nav-item {
    margin-right: 15px;
}
.top-header .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}
.home-slider-bottom {
    background: #1b1918;
    padding-top: 20px;
    padding-bottom: 20px;
}
.home-slider-bottom h2 {
    font-size: 20px;
    letter-spacing: 0.7px;
}
.home-slider-bottom h2 a {
    text-decoration: none;
    color: #fff;
}
.white-heading-h2 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}
.header-form {
    z-index: 22;
    position: absolute;
    top: -440px;
    background: #262322;
    padding: 30px;
}
.header-form h2 {
    font-weight: 300 !important;
    font-size: 22px;
}
.input-group .form-control {
    padding: 10px;
    border-radius: 0;
    border-left: 1px solid #fff;
    box-shadow: none;
    outline: 0;
    transition: all 0.3s ease-in-out;
}
.input-group .input-group-text {
    text-align: center;
    background: #fff !important;
    border: 1px solid silver !important;
    width: 40px;
    color: #7b7674;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}
.input-group:hover i {
    color: #b79e69;
}
.form-btn {
    background-color: #b79e69;
    background-image: -webkit-linear-gradient(#e8cf99, #b79e69);
    background-image: linear-gradient(#e8cf99, #b79e69);
    border: none;
    border-radius: 0;
    padding: 15px 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #54492f;
    display: inline-block;
    font-size: 18px;
}
.button:hover,
form button:hover,
form input[type="reset"]:hover,
form input[type="submit"]:hover {
    background: #c8b48b;
}
.header-form .form-check-label {
    color: #fff;
}
.property-card {
    background: #caaf74;
    border: 4px solid #caaf74 !important;
    padding: 10px 10px;
    border-radius: 3px;
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 30%);
    margin-top: 25px;
    margin-bottom: 25px;
}
.property-card-img {
    position: relative;
}
.property-card-content {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
}
.property-card-content .name-tag {
    color: #fff;
    height: 60px;
    font-size: 20px;
    font-weight: 300 !important;
}
.property-card-content .price-tag {
    color: #fff;
    font-size: 19px;
}
.property-card-content .property-address {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    height: 50px;
}
.property-card-content .property-label {
    padding-left: 0;
    margin-bottom: 0;
    height: 80px;
}
.property-card-content .property-label li {
    list-style: none;
    display: inline-block;
    margin-left: 5px;
}
.property-card-content .property-label li label {
    border: 2px solid #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #fff;
    padding: 3px;
}
.property-card-footer {
    text-align: center;
}
.btn-view {
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 10px;
    background: #fff !important;
}
#property .owl-theme .owl-nav [class*="owl-"] {
    background: #262322 !important;
    color: #b79e69;
    border: 1px solid #302c2b;
    width: 50px;
    height: 50px;
    z-index: 99;
    font-size: 30px;
    border-radius: 5px !important;
    line-height: 0;
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 30%);
}
#property .owl-nav .owl-prev-properties {
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    position: absolute;
    top: 40%;
    left: -7%;
}
#property .owl-nav .owl-next-properties {
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    position: absolute;
    top: 42%;
    right: -7%;
}
#related-properties .owl-theme .owl-nav [class*="owl-"] {
    background: #262322 !important;
    color: #b79e69;
    border: 1px solid #302c2b;
    width: 50px;
    height: 50px;
    z-index: 99;
    font-size: 30px;
    border-radius: 5px !important;
    line-height: 0;
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 30%);
}
#related-properties .owl-nav .owl-prev-properties {
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    position: absolute;
    top: 40%;
    left: -7%;
}
#related-properties .owl-nav .owl-next-properties {
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    position: absolute;
    top: 42%;
    right: -7%;
}
.properties-1 .property-card {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.pagination-block {
    padding: 80px 0;
}
.page-item:first-child .page-link {
    border-radius: 0 !important;
}
.page-item:last-child .page-link {
    border-radius: 0 !important;
}
.pagination li {
    margin: 0 5px;
}
.page-item .page-link {
    color: #b79e69 !important;
    text-transform: uppercase;
    padding: 15px;
    letter-spacing: properties-map.8px;
    transition: all 0.5s linear;
}
.page-item.active .page-link {
    color: #fff !important;
    background: #262322 !important;
    border: 1px solid #262322 !important;
    box-shadow: none !important;
    transition: all 0.5s linear;
}
.page-item .page-link:hover,
.page-item.active .page-link:focus {
    box-shadow: none !important;
    color: #fff !important;
    background: #262322 !important;
    border: 1px solid #262322 !important;
}
#lg-share {
    display: none;
}
.single-properties-slider {
    position: relative;
}
.single-properties-slider img {
    cursor: pointer !important;
}
.single-properties-slider .first-owl-item:after {
    z-index: 12;
    content: "View All Images";
    position: absolute;
    bottom: 6%;
    left: 4%;
    font-size: 18px !important;
    padding: 6px 30px;
    border-radius: 4px;
    background: #262322;
    color: #fff;
    cursor: pointer;
}
.single-properties-1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.properties-map iframe {
    width: 100% !important;
}
.properties-status label {
    color: #7b7674;
    padding-left: 10px;
}
.properties-status .available i {
    color: #228b22;
}
.properties-status .sold {
    color: red;
}
.single-properties-left p {
    color: #7b7674;
    font-weight: 300;
    font-size: 17px;
}
.properties-name h1 {
    color: #262322;
    font-size: 30px;
}
.properties-pirce h2 {
    color: #7b7674;
    font-size: 30px;
}
.properties-description .property-label {
    padding-left: 0;
    margin-bottom: 0;
}
.properties-description .property-label li {
    list-style: none;
    display: inline-block;
    margin-left: 5px;
}
.properties-description .property-label li label {
    border: 2px solid #a0a0a0;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #7b7674;
    padding: 3px 5px;
}
.properties-content {
    padding-top: 20px;
}
.properties-content h3 {
    color: #7b7674;
    font-size: 25px;
    padding-bottom: 10px;
}
.properties-content ul li {
    color: #7b7674;
    font-weight: 300;
    font-size: 17px;
}
.properties-subhead {
    color: #7b7674;
    font-size: 25px;
    padding-bottom: 10px;
}
.properties-anemities h4 {
    font-size: 21px;
    color: #7b7674;
}
.properties-anemities ul li {
    font-size: 17px;
    color: #7b7674;
}
.single-properties-right {
    position: sticky;
    top: 1%;
}
.area-cal {
    padding-bottom: 20px;
}
.area-cal-div label {
    color: #7b7674;
    font-size: 18px;
}
.area-cal-div {
    margin-top: 10px;
}
.area-cal-div input {
    width: 38%;
    height: 40px;
    border: 2px solid transparent;
    border-bottom-color: #7b7674;
}
.area-cal-div #selectareaform {
    width: 60%;
    height: 40px;
    border: 2px solid transparent;
    border-bottom-color: #7b7674;
}
.area-cal-div #selectareato {
    width: 100%;
    height: 40px;
    border: 2px solid transparent;
    border-bottom-color: #7b7674;
}
.area-cal-div button {
    width: 100% !important;
}
.property-message-btn {
    display: none;
}
.property-modal .modal-body {
    padding: 0 !important;
}
.property-modal .properties-form {
    padding: 20px !important;
}
.properties-form {
    background: #262322;
    padding: 25px;
    border-radius: 3px;
    box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 30%);
}
.agent-name {
    color: #fff;
}
.agent-contact {
    color: #fff;
}
.agent-linkedin {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    padding-top: 3.5px;
    border-radius: 2px;
}
.agent-linkedin i {
    color: #fff;
    font-family: 22px;
}
.properties-input-div {
    margin-top: 1rem;
}
.properties-input-div textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    border-radius: 3px;
    border: none !important;
}
.properties-form input[type="text"] {
    border: none !important;
}
.properties-form input[type="email"] {
    border: none !important;
}
.properties-input-div .input-group-textarea {
    align-items: start !important;
    padding-top: 15px;
}
.share-col ul {
    list-style: none;
}
.share-col ul li {
    display: inline-block;
    list-style: none;
}
.share-col ul li a {
    text-decoration: none !important;
    color: #fff;
    font-size: 20px;
    padding: 5px 20px;
    border-radius: 4px;
}
.share-col ul li a i {
    font-size: 22px;
    padding-left: 4px;
}
.home-2 {
    padding-top: 100px;
    padding-bottom: 40px;
}
.section-title {
    font-size: 35px;
    color: #7b7674;
    font-weight: 700;
}
.home-2-ul {
    position: relative;
    margin-bottom: 0;
}
.home-2-ul li {
    list-style: none;
}
.home-2-ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #b79e69;
    display: block;
    position: absolute;
    left: 0;
    text-align: center;
    color: #b79e69;
}
.home-2-ul li p {
    color: #7b7674;
    font-weight: 300;
    font-size: 18px;
}
.para {
    color: #7b7674;
    font-weight: 300;
    font-size: 18px;
}
.what-content {
    background: #262322;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    height: 60px;
}
.what-content .heading {
    font-size: 15px;
}
.what-content .para {
    font-size: 12px;
    margin-bottom: 0;
}
#our-team {
    padding-top: 20px;
    background: #262322 !important;
}
#our-team .owl-theme .owl-nav [class*="owl-"] {
    background: 0 0;
    color: #b79e69;
    border: 1px solid #302c2b;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -70px;
    right: 0;
    z-index: 99;
    font-size: 25px;
    border-radius: 0 !important;
}
#our-team .owl-nav .owl-prev-team {
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    margin-right: 68px;
}
#our-team .owl-nav .owl-next-team {
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
}
#what-can .owl-theme .owl-nav [class*="owl-"] {
    background: 0 0;
    color: #b79e69;
    border: 1px solid #302c2b;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -5px;
    right: 0;
    z-index: 99;
    font-size: 25px;
    border-radius: 0 !important;
    display: none;
}
#what-can .owl-nav .owl-prev {
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
    margin-right: 68px;
}
#what-can .owl-nav .owl-next {
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    transition: all 0.4s ease;
}
.home-3 {
    background-color: #f0f0f0;
    padding-top: 60px;
    padding-bottom: 60px;
}
.home-3-card {
    padding-top: 20px;
}
.home-3-card-content {
    color: #b79e69;
}
.home-3-card-content p {
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
    line-height: 28px;
}
.home-3-card-content p a {
    text-decoration: none !important;
    color: #b79e69 !important;
}
.offer-1 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.offer-1-card {
    background: #262322;
}
.offer-1-card-content {
    padding: 30px;
}
.offer-1-card-content h3 {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 1.5rem;
}
.offer-1-card-content h3:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #b79e69;
}
.offer-1-card-content p {
    color: #d1cfce;
    font-size: 14px;
}
.button {
    background-color: #b79e69;
    background-image: -webkit-linear-gradient(#e8cf99, #b79e69);
    background-image: linear-gradient(#e8cf99, #b79e69);
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #54492f !important;
    display: inline-block;
    text-decoration: none !important;
}
.reveiw-input {
    width: 100%;
    height: 40px;
    padding: 4px 10px;
    margin-bottom: 10px;
    border: none;
}
textarea.reveiw-input {
    height: 120px !important;
}
.comment {
    padding: 25px;
    background: #caaf74;
    margin-bottom: 30px;
    position: relative;
    height: 190px;
    color: #fff;
}
.comment:after {
    content: " ";
    z-index: 99;
    position: absolute;
    bottom: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 25px solid #caaf74;
    border-bottom: 15px solid transparent;
}
.comment p {
    font-size: 15px;
}
.user-name img {
    width: 10% !important;
    display: inline-block;
}
.user-name .user-images {
    width: 40px;
    height: 40px;
    border: 3px solid #f8f8f8;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding-top: 1px;
    font-size: 20px;
    background-color: #b79e69;
    background-image: -webkit-linear-gradient(#e8cf99, #b79e69);
    background-image: linear-gradient(#e8cf99, #b79e69);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #54492f !important;
}
.user-name label {
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 5px;
}
.meet-team-1 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.back-top {
    display: none;
    z-index: 89;
    position: fixed;
    bottom: 0.5em;
    right: 0.8em;
    width: 45px;
    height: 45px;
    color: #b79e69;
    background: #262322 !important;
    text-align: center;
    font-size: 30px;
    border-radius: 50px;
    text-decoration: none;
    transition: all ease 0.3s;
    opacity: 1;
}
.back-top i {
    color: #fff;
}
.back-top:hover {
    opacity: 0.75;
    transition: all ease 0.3s;
}
.whatsapp-fixed {
    z-index: 90;
    bottom: 2.1em;
    right: 0.6em;
    position: fixed;
    color: #fff !important;
    text-decoration: none !important;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    font-size: 35px;
    text-align: center;
    box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.3);
}
.thank-1 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.thank-heading {
    text-transform: uppercase;
    font-size: 5vw;
    font-weight: 1000;
}
.thank-1 .fa-thumbs-up {
    font-size: 8vw;
    color: #00b446;
    padding-top: 10px;
    padding-bottom: 20px;
}
.thank-head-para {
    font-size: 2vw;
}
.head-para-1 {
    color: #d20c0b;
}
.thank-ul {
    padding-top: 40px;
    padding-left: 0;
    text-align: center;
}
.thank-ul li {
    display: inline-block;
    border-right: 2px solid #000;
    padding-left: 15px;
    padding-right: 15px;
}
.thank-ul li:last-child {
    border: none !important;
}
.thank-ul li p {
    margin-bottom: 0;
}
.thank-ul li p a {
    text-decoration: none;
    color: #000;
    font-size: 1.5vw;
    line-height: 20px;
}
.thank-navbar-toggler {
    border: 1px solid #fff !important;
}
.thank-whatsaspp-fixed {
    bottom: 15px !important;
}
.footer-row {
    border-top: 1px solid #cfcfcf;
    padding-top: 20px;
}
.copyright {
    color: #7b7674;
    font-size: 14px;
    padding-bottom: 20px;
}
.footer-social-link {
    padding-left: 10px;
    text-align: center;
}
.footer-social-link li {
    list-style: none;
    display: inline-block;
    margin-right: 2px;
}
.footer-social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-top: 9px;
    font-size: 18px;
    font-size: 1.2857142857em;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    color: #fff;
    line-height: normal;
}
.whatsapp {
    background-color: #25d366;
}
.facebook {
    background-color: #204385;
}
.twitter {
    background-color: #2aa9e0;
}
.linkedin {
    background-color: #0e76a8;
}
.instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.google-plus {
    background-color: #d3492c;
}
.youtube {
    background-color: #c4302b;
}
.footer-social-link .pinterest {
    background-color: #ca2128;
}
.fixed-social {
    z-index: 92;
    position: fixed;
    top: 34%;
}
.fixed-social-ul {
    padding-left: 0;
}
.fixed-social-ul li {
    list-style: none;
}
.fixed-social-ul li a {
    display: inline-block;
    text-decoration: none !important;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 10px;
}
.fixed-social-ul li a i {
    font-size: 22px;
}
.blog-desc {
    padding-top: 25px;
}
.blog-banner {
    position: relative;
}
.blog-date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    text-align: center;
    background: #262322;
    padding: 10px 10px;
}
.blog-date span {
    display: block;
    color: #fff;
    font-size: 16px;
}
.blog-date span:first-child {
    border-bottom: 1px solid #fff;
}
.blog-date .blog-day {
    font-size: 23px;
}
.blog-content {
    padding-top: 20px;
}
.blog-content .blog-head {
    padding-top: 5px;
    padding-bottom: 10px;
}
.blog-head h1 {
    font-size: 29px;
}
.blog-content p {
    font-size: 15px;
}
.blog-content li {
    font-size: 15px;
    margin-bottom: 10px;
}
.blog-read-btn a {
    padding: 6px 20px;
    text-decoration: none;
}
.blog-read-btn a:hover {
    background: #262322;
    color: #fff;
}
.blog-head-sub h2 {
    font-size: 22px;
}
.blog-head-sub-2 h3 {
    font-size: 18px;
}
.blog-sub-head-2 h3 {
    font-size: 25px;
    text-transform: uppercase;
}
.recent-blog-right h4 {
    font-size: 18px;
}
.recent-blog-list-row {
    margin-top: 15px;
}
.recent-blog-anchor {
    text-decoration: none !important;
    color: #212529;
}
.recent-blog-anchor:hover {
    color: #212529;
}
.blog-detail-main-head {
    font-size: 30px;
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
#about-us p.para {
    color: #000 !important;
    font-weight: 420 !important;
    }
    .home-navbar {
    z-index: 22;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    transition: background-color 0.4s ease-in-out;
}
#backToTop {
    position: fixed;
    bottom: 20px;
    left: 20px; /* Changed from right to left */
    display: none;
    background-color: #EACB77;
    color: black;
    font-weight:500;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
/* Default font size for larger screens */
