.price_section .container,.price_section .container-fluid {
    position: relative;
    z-index: 4;
    transition: .8s ease-in-out;
}

.price_section .price_row {
    margin: auto;
    justify-content: center;
    color: white;
}
.kBaazy {
    opacity: .9;
    height: 0.1px;
}
/* .price_section .price_col:hover {
    background-image: url(../img/rupee1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #b18e4e1c;
    opacity: .2;
    z-index: 1;
  } */

.price_section .single_price {
    box-shadow: 0 5px 25px rgb(0 0 0 / 5%);
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
}
.price_col {
    color: white;
    border-style: solid;
    border-width: 10px 2px 10px 2px;
    border-radius: 10px;
    margin: 10px;
    padding: 30px 20px;
    z-index: 2;
}
.typology{
    font-size: 23px; 
}
.onw{
    font-size: 18px;  
}
.sizes p{
    font-size: 23px;
}
.sizes p span, .price span{
    font-size: 18px;
}
.price_c {
    margin-bottom: 18px;
}
.content .title{
    font-size: 18px;
    margin: 20px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.price_section {
    position: relative;
    padding: 100px 0;
    background: url(../img/gallery/Calista.webp) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.price_section:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 80%);
    z-index: 0;
}
.price_section .head-title .sub-title h2 {
    background-color: rgb(0, 0, 0);
    z-index: 9;
    text-transform: capitalize;
    font-weight: normal;
    color: rgb(255, 255, 255);
}
.price_section .head-title h3:after {
    content: "";
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 36px;
    bottom: 0;
    z-index: 9;
    left: 0;
    position: absolute;
}
.price_section .arrow-btn {
    width: 200px;
    /* max-width: 350px; */
    /* min-width: 120px; */
    position: relative;
    /* height: 48px; */
    /* border-radius: 100px; */
    background: #c08830;
    border-color: transparent;
    padding: 8px 0px;
    color: #fff;
}
.g-0, .gy-0 {
    --bs-gutter-y: 0;
}
#amenities {
    background-color: #EEE;
}
.head-title{
    margin-bottom: 30px;
}
.lightborder{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #02010121;
}

.imgsize{
   margin-bottom: 10px;
    border-radius: 5%;
  }


.px_30 {
    padding-left: 30px!important;
    padding-right: 30px!important;
}
.form-group p{
    margin-top: 10px;
    font-size: 10px;
}

@media (min-width: 750px) {
    .sayhello {
        padding: 120px 0px;
       
    }
    .separator:last-child{
        display: none;
    }
    .carousel-caption{
        background: transparent;
        z-index: 8;
        padding: 50px 0px;
        color: #c08830;
        left: 64%;
        bottom: 10.25rem;
        right: 43%;
        width: 39%;
        background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0.849), rgba(0, 0, 0, 0.623), rgba(245, 245, 245, 0));
       
    }
    .ongoing p,.Completed p{
        padding: 17px 0px!important;
    }
    .authorAvatar >p{
        padding: 13px 0px;
    }
    .carousel-item img{
        height: 650px;
        background-size: cover;
        width: 100%;
    }
.grid-item button {
    margin-right: 4px;
    margin-bottom: 4px;
    color: #e9e9e9;
    background: #ededed00;
    border-radius: 4px;
    padding: 0.16rem .3rem;
    transition: .25s cubic-bezier(.5,0,.5,1);
    border: unset;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
}
    .grid-items {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr))!important;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        justify-items: center;
        grid-gap: 4rem 0rem;
    }
    .grid-item {
      display: block;
      width: 100%;
      position: relative;
      cursor: pointer;
      padding: 10px;
      background-color: rgba(255, 255, 255, 0.199);
      border: 1px solid #ffffff3f;
    }
    .grid-item:hover{
        background-color: rgb(251 251 251);
        border: 1px solid #ecebea;
    }
    .grid-header .banner{
        height: 260px!important;
        width: 100%;
    }
    .grid-item:hover .footer-wrap {
        opacity: 1;
      }
      .grid-item .footer-wrap {
        opacity: 1;
        background: #000000;
        padding: 15px;
        transition: .25s cubic-bezier(.5,0,.5,1);
    }
    .content-wrap {
        display: grid;
        padding: 10px;
        align-items: center;
        justify-content: center;
        background: black;
    }
.grid-item:after {
    content: '';
    position: absolute;
    /* top: 0;
    right: 0;
    bottom: -2rem;
    left: 0;
    margin: -1rem; */
    border-radius: 10px;
    /* overflow: hidden;
    z-index: -1; */
    background: #000000;
    /* -webkit-clip-path: inset(2rem 0 4rem 2rem round 10px);
    clip-path: inset(2rem 0 4rem 2rem round 10px);
    contain: strict;
    -webkit-transition: -webkit-clip-path 0.3s ease 0.1s;
    transition: -webkit-clip-path 0.3s ease 0.1s;
    transition: clip-path 0.3s ease 0.1s;
    transition: clip-path 0.3s ease 0.1s, -webkit-clip-path 0.3s ease 0.1s; */
  
}


.grid-item:hover::after {
    -webkit-clip-path: inset(0 0 0 0 round 10px);
    clip-path: inset(0 0 0 0 round 10px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    bottom: 0; 
}
    .owl-stage-outer .item img {
        height: 450px;
        background-size: cover;
      }
    .benefits {
       
        position: absolute;
        bottom: -112px;
        left: 0;
      }
      .top-bar .header-first-row {
        padding: 0px 40px;

      }
    .d-banner{
        display: block;
    }
    .m-banner{
        display: none!important; 
    }
    
    .mt-30 {
        margin-top: 78px;
    }
}
@media (min-width: 1024px){
   
    .grid-items {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr))!important;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        justify-items: center;
        grid-gap: 4rem 0rem;
    }
}
@media (min-width: 1200px){
    
    .grid-items {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr))!important;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        justify-items: center;
        grid-gap: 4rem 0rem;
    }
}
@media (min-width: 1400px){
    
    .grid-items {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr))!important;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        justify-items: center;
        grid-gap: 4rem 0rem;
    }
}
@media (max-width: 749px){
    .grid-item .property-overlay {
        opacity: 0;
        overflow: auto!important;
    }
    .top-right span, .top-right b, .top-left span, .top-single .icon i {
        font-size: 12px!important;
    }
    .overlay-top .top-single {
        margin-bottom: 3px!important;
    }
    .grid-header .banner {
        height: 260px !important;
        width: 100%;
    }
    .arrow-btn{
        background-color: #c08830;
    }
    .carousel-indicators [data-bs-target] {
       
        height: 4px;
        
        background-color: #363434c2!important;
    }
    .carousel-caption{
        position: relative;
        background: #000000;
        z-index: 9;
        right: 0%;
        bottom: 1.25rem;
        left: 0%;
        padding: 50px 0px;
        color: #c08830;
        
        background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0.849), rgba(0, 0, 0, 0.623), rgba(245, 245, 245, 0));
       
    }
    .top-bar .header-first-row .Logo img {
        width: 50px!important;
    }
    .icon {
        width: 60px;
        height: 40px;
    }
   
    .loc {
        padding-left: 10px;
    }
.grid-item button {
    margin-right: 3px;
    margin-bottom: 4px;
    border-radius: 4px;
    padding: 0.16rem .6rem;
    transition: .25s cubic-bezier(.5,0,.5,1);
    border: unset;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    background: black;
    color: #ddd6d6;
}

    .grid-items {
        display:contents;
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        justify-items: center;
        grid-gap: 2rem 1rem;
    }
    .grid-item {
      display: block;
      width: 100%;
      position: relative;
      cursor: pointer;
    }
    

.grid-item {
    background: #000000;
    margin-bottom: 20px;
    padding: 0px 0px 30px 0px;
}
 .footer-wrap  {
    margin-top: 20px;
}

.authorAvatar >p {
    padding: 9px 5px;
}
.ongoing p,.Completed p{
    padding: 13px 0px!important;
}
.navbar-light .navbar-toggler-icon {
    filter: invert(0);
}
.Completed p {
    font-size: 7px!important;
}
.grid-item .title {
    padding-left: 10px!important;
}
.grid-item button > i {
    margin-right: 6px!important;
}
    .cHdgdK {
        padding: 40px 0px!important;
    }
    .dsFoiA{
        padding: 40px 25px!important;
    }
    .header-dark-row {
        padding: 5px 10px;
        background: #ffffff;
        z-index: 9;
        margin-top: 20px;
    }
    .owl-stage-outer .item img {
        height: 350px;
        background-size: cover;
      }
    .benefits {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        background: #000000c7;
        text-align: center;
        position: relative;
        left: 0;
    }
    .benefits .col {
        width: 50%;
        flex-basis: auto;
        border-right: none;
    }
    .benefits .col {
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .cta-img{
        width: 100%;
    }
    .top-bar .header-first-row {
        padding: 0px 10px;
       
    }
    
    .d-banner{
        display: none!important;
    }
    .m-banner{
        display: block; 
    }
    
   
}

/* ------banner detail------- */
.col {
    flex: 1 0 0%;
}
.project-info .info-title {
    font-size: 18px;
    text-align: left;
    margin-bottom: 4px;
    font-weight: 200;
    color: #e2e2e2;
}
.project-info p {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    color: #ffc335;
    text-align: left;
}
.project-video {
    display: flex;
}
.project-video a {
    display: flex;
    align-items: center;
    color: #ffc335;
    text-decoration: none;
}
.play-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    outline: none;
    background: transparent;
    border: 1px solid #e2e2e2;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.play-btn span.play {
    width: 15px;
    height: 15px;
    background: #e2e2e2;
    margin-left: 6px;
    z-index: 100;
    clip-path: polygon(0 0, 80% 48%, 0 100%, 0% 100%);
    transition: clip-path 0.5s ease;
    transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    border: 0;
}
.project-video:hover .play-btn span.play {
    background: #fff;
    width: 25px;
    height: 25px;
    margin-left: 10px;
}
.project-video a span {
    margin-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffc335;
}
/* .project-info {
    background-color: #eee;
} */


/* // Modal  // */
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #101010b3;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    background: #101010b3;
    color: #c08830;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.2rem;
    pointer-events: auto;
    background-color: #101010ef;
    border: 1px solid #c08830;
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
}
.carousel-indicators button.active
{
    opacity: 1;
	background-color:#c08830 ;/* changes indicators color when it is active*/ 
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -18px;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 80px;
    height: 4px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid #e1e1e100;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
/* BENEFITS */
.benefits {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    background: #000000bd;
    text-align: center;
    
  }
  .benefits .col {
    border-right: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .benefits .col:nth-child(odd) {
    margin-top: 0px;
  }
  .benefits .col:hover figure:after {
    opacity: 1;
  }
  .benefits .col:last-child {
    border-right: none;
  }
  .benefits b {
    display: block;
    font-size: 30px;
    font-weight: 800;
    opacity: 0.2;
  }
  .benefits h4 {
    display: block;
    font-size: 30px;
    font-family: "Playfair Display", serif;
    margin-bottom: 15px;
    color: #d5d5d5;
  }
  .benefits h4 span {
    color: #9f8054;
  }
  .benefits h3 {
    font-weight: 600;
    margin-bottom: 50px;
  }
  .benefits figure {
    display: block;
    margin-bottom: 20px;
    position: relative;
  }
  .benefits figure:after {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 0;
    background: #ebcfa7;
    border-radius: 50%;
    opacity: 0;
    z-index: 0;
    margin-left: -35px;
  }
  .benefits figure img {
    height: 50px;
    position: relative;
    z-index: 2;
    filter: invert(100%);
  }
  .benefits h6 {
    font-weight: 600;
    font-size: 14px;
    color: #d5d5d5;
  }
  .benefits .odometer {
    font-size: 50px;
    line-height: 1;
    font-weight: 800;
  }
  .benefits .extra {
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    transform: translateY(10px);
    color: #d5d5d5;
  }

  .carousel {
    position: relative;
}

/* highlights */
.box_item_info,
.custom_badge,
.list_ok ul li,
.marquee,
.pinned-image,
.qty-buttons {
    position: relative;
}
.pinned-image {
    display: flex;
    height: 90vh;
    justify-content: center;
    overflow: hidden;
}

.pinned-image.rounded_container {
    border-radius: 15px;
}

.pinned-image--medium {
    height: 75vh;
}

.pinned-image--small {
    height: 50vh;
}

.pinned-image__container {
    transform: scale(0.8);
    border-radius: 15px;
    overflow: hidden;
}

.pinned-image__container-overlay {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.pinned-image__container,
.pinned-image__container img,
.pinned-image__container video {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #ccc;
}
.high-details {
    display: flex;
    justify-content: start;
    align-items: center;
}
.high-details p {
    padding-left: 15px;
    margin: 5px;
    line-height: 1.5;
}
.marquee{
    position: relative;
}
.marquee.micro-site {
    width: 100vw;
    max-width: 100%;
    height: 100px;
    overflow: hidden;
    font-size: 100px;
    font-weight: 700;
    margin-top: -10px;
}
.marquee .content {
    opacity: 0.05;
    line-height: 1.2;
}
.margin_120_95 {
    padding-top: 48px;
    padding-bottom: 47px;
}
.marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: 40s linear infinite marquee;
}
@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-30%);
    }
}

img.icon-high {
    width: 35px;
    height: 40px;
}
.home{
    position: relative;
    display: block;
    /* background: #ffffff; */
    /* background-image: linear-gradient(91deg, rgba(255, 255, 255, 0.904), rgb(255 255 255 / 91%)), url(../img/satori.jpg); */
     background-size: contain;
    background-repeat: repeat repeat;
    z-index: 1;
    padding: 30px 0 40px;  
}
.about{
    background-color: #f3f1f1bd;
    padding: 30px 0px 40px;
}

/* location */
.location {
    position: relative;
    display: block;
    /* background: #ffffff; */
    background-image: linear-gradient( 91deg, rgba(255, 255, 255, 0.911), rgba(255, 255, 255, 0.918)), url(../img/gallery/Calista.webp);
    background-size: cover;
    z-index: 1;
    padding: 60px 0 50px;
}
.location .row, .location .col-xl-7, .location .col-xl-5{
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0xp;
    padding-right: 0px;
}
.place-style1-content {
    position: relative;
    display: block;
    margin-right: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 44.37px 6.63px rgba(0, 0, 0, 0.08);
    padding: 52px 60px 60px;
}
.place-distance-box {
    position: relative;
    display: block;
}
.place-distance-box ul {
    overflow: hidden;
    padding-top: 30px;
}
.place-distance-box ul li {
    position: relative;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
}
.place-distance-box ul li .icon {
    width: 60px;
}
.place-distance-box ul li .icon span {
    color: #ed882a;
}
.place-distance-box ul li .icon span:before {
    font-size: 35px;
    line-height: 35px;
}
.place-distance-box ul li b {
    margin-right: auto;
    font-weight: 400;
}

.table {
    color: #ffffff;
 
}

/* -----contact------------- */

.iDPpBi {
    position: relative;
    margin-bottom: 0px;
}
.cHdgdK {
    position: static;
    display: flex;
    padding: 40px 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: initial;
    background-image: url(../img/card-bg.webp);
}
.NtIXI {
    width: 100%;
    margin: auto;
    background-color: transparent;
}

.dsFoiA {
    -webkit-box-pack: justify;
    justify-content: space-between;
    grid-template-columns: repeat(12, 1fr);
    padding: 40px 50px;
    margin-top: 10px;
    background-size: initial;
    background-color: rgb(12 12 12 / 70%);
    color: #d7d2d2;
    background-repeat: repeat;
    background-position: 50% 50%;
    border-radius: 10px;
    background-attachment: initial;
    background-image: none;
    column-gap: unset !important;
}
.cvuqY {
    display: flex;
    flex-direction: column;
    grid-column: 1 / 13;
}
.jvazft {
    position: relative;
    text-align: initial;
    margin: 16px 0px;
}
.goXrDW {
    word-break: break-word;
    transition: box-shadow 0.1s ease-in-out 0s;
    font-size: 40px;
    color: #c08830;
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 48px;
}
 .form-control {
    height: calc(2.3em + 0.75rem + 0px);
    width: 100%;
    font-size: 0.875em;
    border-radius: 0;
    margin-bottom: 10px;
    color: #495057;
}


/* home cards */

.authorAvatar {
   border-radius: 100%!important;
}
.content-wrap a,.content-wrap a:hover{
    color: orange;
    text-decoration: none;
}
.authorAvatar >p{
    font-size: 9px;
    line-height: 12px;
    font-weight: 700;
    color: white;
    border: 1px solid;
    background: #c08830;
    border-radius: 100%!important;
    text-align: center;
    margin-bottom: 0px;
}

.Completed p{
    background: #2fa002;
    font-size: 8px;
}

.ongoing p{
    background: #d1b41e;
    font-size: 9px;
}
.grid-item .banner {
  width: 100%;
  max-width: 100%;
}
.ribbon{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80px;
    height: 80px;
}
.grid-item .logo {
    width: 100%;
    padding: 2px;
    display: block;
    vertical-align: middle;
  }
  .grid-item .logo1{
    width: 150px;
  }
.grid-header {
    padding-bottom: 12px;
    background: black;
}


#carousel .carousel-inner:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background: transparent;
    z-index: 9;
    background-image: linear-gradient(to left, #fafafa, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.42), rgba(245, 245, 245, 0));
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.grid-item .title > h2 {
    font-size: 19px;
    text-align: left;
    margin-bottom: 7px;
    color: #c08830;
}
.grid-item span {
    color: #ffffff;
    font-weight: 100;
}
.top-right .icon i{
    font-size: 14px; 
    color: #2fa002;
}
.top-right span,.top-right b,.top-left span,.top-single .icon i{
    font-size: 14px;
}
.mt-10{
    margin-top: 10px;
}

/* .grid-item:hover button{
    background: #fff;
    color: #000;
} */
.grid-item button > i {
  margin-right: 1px;
}
.grid-item:hover button i {
  color: #d18d0c;
}

.grid-item .footer-wrap button{
    background-color: #c08830;
    color: white;
    display: block;
    margin: 0 auto;
}
.grid-item .arrow-btn {
    max-width: 142px;
    min-width: 83px;
    position: relative;
    height: 36px;
}
.icon {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
  }
  
  
  /*---
    shine animation
  ---*/
  
  
  
  /*---
    hover trigger
  ---*/

  /*---
    active state
  ---*/
  
  .icon:active:after {
    opacity: 0;
  }

  .loc{
    color: #666;
    font-size: 14px !important;
    margin-bottom: .5rem;
  }
  .grid .icon {
    height: 30px;
    width: 30px;
    cursor: pointer;
}
.flex{
    display: flex;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.fa-plus-circle{
    font-size: 20px!important;
        margin-bottom: .5rem;
}
.grid-item .icon-plus:hover i {
    transform: rotate(225deg);
}

.ml-1 {
    margin-left: .25rem;
}
.mx-4 {
    margin-left: .5rem!important;
    margin-right: .5rem!important;
}

.grid-items b {
    font-weight: 600;
}
.flex-wrap {
    flex-wrap: wrap;
}
.mt-4 {
    margin-top: 1rem;
}
.property-details .mt-1{
    font-size: 13px!important;
    color: rgb(236, 235, 235);
}
.p-6 {
    padding: 1.5rem;
}
.grid-item .property-overlay .fa{
    display: block;
    vertical-align: middle;
    color: rgb(209, 209, 209);
    line-height: 20px;
    margin-right: 20px;
}
figure {
    margin: 0 0 0rem;
}
.grid-item .property-overlay {
    opacity: 0;  
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    transition: all .25sease-in-out 0s;
}
.grid-item .property-single:hover .property-overlay,.grid-item:hover .property-overlay{
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, .84);
    border-bottom: 40px solid rgba(0, 0, 0, .84);
    border-right: 15px solid rgba(0, 0, 0, .84);
    border-top: 40px solid rgba(0, 0, 0, .84);
    bottom: 0;
    left: 0;
    right: 0;
    top: -50px;
    opacity: 1;
    position: absolute;
    z-index: 8;
    /* display: block; */
    transition: all .25sease-in-out 0s;
    transform: translate(0%, 3%);
    
}
.grid-item:hover .icon-plus i{
    transform: rotate(225deg);
    margin-left: 2px;
    margin-bottom: 18px;
    transition: all .25sease-in-out 0s;
}

.property-single {
    position: relative;
    width: 100%;
}
.property-single:before {
    background: #fff;
    border: 1px solid #ddd;
    bottom: -16px;
    box-shadow: 0 25px 50px 3px rgba(0, 0, 0, .08);
    content: "";
    left: -16px;
    opacity: 0;
    padding: 16px;
    position: absolute;
    right: -16px;
    top: -16px;
    visibility: hidden;
}
.property-single .property-picture {
    background-color: #fbfbfb;
    overflow: hidden;
    position: relative;
}
.property-single .property-picture .banner {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.grid-item.active .property-overlay {
    animation: linearinfinite alternate;
    animation-name: BottomToTop;
    opacity: 1;
    top: 0;
    duration: .25s;
}

.grid-item:hover:before {
    opacity: 1;
    visibility: visible;
}

.mt-2{
    margin-top: 10px;
}
.pb-2{
    margin-bottom: 10px;
}
.bottom-single:first-child{
margin-top: 9px;
}
.overlay-top,.overlay-bottom{
    width: 100%;
    display: block;
}
.overlay-top .top-single{
    margin-bottom: 10px;
}
.grid-item .grid-header .property-overlay .overlay-bottom {
    border-top: 1px solid #fff;
}
.grid-header{
    position: relative;
}

.mb-1{
    margin-bottom: 10px;
}
.grid-item .grid-header .property-overlay .overlay-bottom span,
.grid-item .grid-header .property-overlay .overlay-bottom a {
    color: #5fb233;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.025px;
    text-decoration: none;
}
.grid-item .grid-header .property-overlay .overlay-bottom .icon i{
    color: #5fb233;
    font-size: 14px;
}
.mr-6 {
    margin-right: 1.5rem;
}
.grid-item .grid-header .property-overlay .overlay-top .top-right {
    width: 100%;
}
.grid-item .grid-header .property-overlay .overlay-top .top-left {
    flex-shrink: 0;
    font-weight: 500;
    letter-spacing: 1.025px;
    max-width: 106px;
    width: 100%;
}
.grid-item .grid-header .property-overlay .icon {
    height: 20px;
    width: 20px;
}

/* line 73, ../../ATestin for all screens */
.quotation_area .quotation_text .sayhello .icon1 i {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fffefe;
    background: #141211;
    color: #ffffff;
    text-align: center;
    line-height: 70px;
    font-size: 36px;
    text-align: center;
    line-height: 70px;
    font-size: 36px;
  }
  /* line 96, ../../ATestin for all screens */
.quotation_area .quotation_text .sayhello .num span {
    display: block;
    color: #010101;
    font-size: 20px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
  }
  
  /* line 103, ../../ATestin for all screens */
  .quotation_area .quotation_text .sayhello .num h3 {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    line-height: 1;
    margin-top: 7px;
  }
  .quotation_area .quotation_text .sayhello .icon1 i {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fffefe;
    background: #141211;
    color: #ffffff;
    text-align: center;
    line-height: 51px;
    font-size: 26px;
    text-align: center;
    margin-top: 20px;
}
.quotation_area .quotation_text .sayhello .num {
    padding-left: 40px;
}
.quotation_area .quotation_text .sayhello .num span {
    display: block;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
}
.quotation_area .quotation_text .sayhello .num h3 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin-top: 7px;
}
.quotation_area .quotation_text a{
    text-decoration: none;
    color: white;
}
  /* line 91, ../../ATestin for all screens */
.quotation_area .quotation_text .sayhello .num {
    padding-left: 40px;
  }
  @media (max-width: 767px) {
    .sayhello .row {
        width: 100%;
        text-align: center;
        margin: auto;
    }
    /* line 91, ../../ATestin for all screens */
  .quotation_area .quotation_text .sayhello .num {
    padding-left: 20px;
  }
    /* line 73, ../../ATestin for all screens */
    .quotation_area .quotation_text .sayhello .icon1 i {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 15px;
    }
}