.header-title {
    font-size: 65px;
    line-height: 1.2;
    font-family: 'Oswald';
    font-weight: 500;
    text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}
.home-search {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 2px 3px 14px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    margin-top: 20px;
}

.home-search-ip {
    height: 50px;
    border-radius: 0.25rem 0 0 0.25rem;
    border: 0;
}

.home-search-btn {
    height: 50px;
    border-radius: 0 0.25rem 0.25rem 0;
    padding: 0 40px;
}

.home-search-icon {
    width: 30px;
    text-align: center;
    display: block;
    padding-left: 9px;
    font-size: 19px;
    opacity: 0.5;
}
.home-header{
    position: relative;
}
.home-simle{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    line-height: 0;
    margin-bottom: -1px;
}
.title {
    font-size: 55px;
    text-transform: uppercase;
}


@media screen  and (max-width:786px) {
    .header-title{
        font-size: 35px;
    }
}

.overlay-blue {
    height: 450px;
    background: rgba(1, 46, 111, 0.57);
    color: #fff;
    padding: 15px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    transition: all ease-in-out 0.2s;
}

.hover-bg {
    background-size: cover;
    background-position: center;
}

.hover-card {
    position: relative;
    display: block;
    z-index: 0;
    transition: all ease-in-out 0.2s;

}
.hover-card:hover .hover-visible {
    margin-bottom: 0px;
    opacity: 1;
}


@media screen  and (min-width:786px) {

    .hover-visible {
        transition: all ease-in-out 0.2s;
        margin-bottom: -50px;
        transition-delay: 0.2s;
        opacity: 0;
    }
    .hover-card:hover {
        transform: scale(1.2);
        z-index: 999;
        box-shadow: 0 18px 35px rgba(50, 50, 93, 0.1), -1px 0px 15px rgba(0, 0, 0, 0.07);
    }
    .hover-card:hover .overlay-blue {
        background: rgba(0, 0, 0, 0.3);
    }

}
@media screen  and (max-width:786px) {
    .overlay-blue {
        background: rgba(1, 46, 111, 0);
    }
    h1{
        font-size: 36px!important;
    }

}
.btn-cta {

    letter-spacing: 1px;
    padding: 9px 18px;
    font-size: 12px;
    font-weight: 600;
}
.upcoming-desc {
    font-size: 13px;
}

.upcoming-card {
    padding: 15px;
}

.view-all {
    display: flex;
    height: 100%;
    background: #012e6f;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffff;
}

.view-all:hover{
    color: #fff;
}
.text-sm{
    font-size: 14px;
}
.review-box{
    display: flex;
    height: 100%;
    border:2px solid #012e6f;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.text-lg{
    font-size: 36px;
}
.square-bullet{
    width: 10px;
    height: 10px;
    background-color: #012e6f;
    margin: 10px;
}
.management-thumb{
    height: 450px;
}
.award-pull{
    transform: translateY(-30px);
}
.award-content {
    border-radius: 0.25rem;
    border-bottom: 4px solid #FFBF00;
}
.bg {
    height: 450px;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: all ease 0.2s;

}
.property-card{
    box-shadow:0px 5px 12px rgb(126 142 177 / 31%)!important;
}
.property-thumb {
    height: 450px;
    overflow: hidden;
  border: 13px solid #ffff;
  /*box-shadow: 0px 5px 12px rgb(126 142 177 / 87%) !important;*/
}

.property-thumb:hover .bg{
    transform: scale(1.1)
}

.status-page {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
    position: absolute;
    right: 0;
    /*top: 30px;*/
    top: 162px;

    padding: 6px 15px;
    border-radius: 15px 0 0 15px;
    text-transform: uppercase;
}
.property-actions {
    border-top: 1px solid #eee;
    display: flex;
}
.property-actions{
        background: #012E6F;
     color: #fff;
}
.property-card .p-all-10{
        background: #5d5d5d17;
           min-height: 95px;

}
.property-name .media{
    gap: 5px;
}
.property-actions a {
    padding: 15px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    width: 50%;
    transition: all ease 0.2s;
}

.property-actions a:first-child {
    border-right: 1px solid #eee;
}

.property-actions a:hover {
    background: rgba(238, 238, 238, 0.45);
}
select.project-search {
    border: 0;
    outline: 0;
    padding: 15px;
    display: block;
    font-size: 14px;
}

form.project-filter {
    display: flex;
}
.project-btn {
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0 0.25rem 0.25rem 0;
}
.culture-tile {
    display: flex;
    align-items: flex-end;
    height: 350px;
}
.accordion .card {
    box-shadow: none;
    border: 1px solid #000000;
}
.accordion .collapse.show {
    border-top: 1px solid #000000;
}
.blog-action {
    background: #8EC2F2;
    padding: 15px 30px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-thumb {
    height: 260px;
    background-size: cover;
    background-position: center;
}
.navigation{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}
.menu-icon {
    display: inline-flex;
    background: #012e6f;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
}
.menu-icon:hover{
    color: #fff;
}
body , main{
    position: relative;
}

.sidemenu {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: #012e6f;
    width: 300px;
    padding: 96px 0;
    right: 0;
    color: #fff;
}

.sidemenu-item {
    padding: 10px 50px;
    opacity: 0;
    transition: all ease 0.2s;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
main {
    transition: all ease 0.2s;
    z-index: 999;
    background: #fff;
}
.sidebar-open  main{
    transform: translateX(-300px);

}
.sidebar-open  .sidemenu-item {
    opacity: 1;
}
.menu-close{
    display: none;
}
.sidebar-open .menu-close{
    display: inline-block;
}

.sidebar-open .menu-open{
    display: none;
}

.menu-overlay {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity ease 0.2s;
}
.sidebar-open .menu-overlay {
    z-index: 9;
    opacity: 1;
    top: 0;
    bottom:0;
}
.cstm-tab{
    border: 1px solid #012e6f ;
}
.nav-pills .nav-link{
    border-radius: 0!important;
}
[data-toggle="collapse"] {
    display: block;
    cursor: pointer;
}
.btn-action {
    padding: 15px 30px;
    font-size: 14px;
    text-transform: uppercase;
}
.photo-slide-item {
    height: 450px;
    background-size: cover;
}
.photo_controls {
    background: #012e6f;
    color: #fff;
    right: 0;
    position: absolute;
    top: 30px;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    transition: all ease-in-out 0.3s;
}
.photo_controls:hover{
    color: #fff;
}
.subtile {
    display: block;
}

.photo_title {
    display: block;
}

.photo_icon {
    display: block;
}
.is-right.photo_controls{
    left: 0;
    right: unset;
}
.amenity-title {
    font-size: 14px;
    letter-spacing: 1px;
}
.amenity-card {
    background-color: #13162b;
    color: #fff;
    padding: 25px;
    margin-bottom: 30px;
}
.nb-img{
    height: 150px;
}
.f-action{
    background-color: #012e6f;
    display: block;
    padding: 15px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.f-action:hover{
    color: #fff;
}


 .featured-project{
    /*position: relative;*/
    background-size: cover;
    background-position: center;
    /*height: 425px;*/
        border: 16px solid #fff;
    height: 370px;
}
.add .featured-project{
    /*border:16px solid ;*/
}
.f-detail{
      /*opacity: 0;*/
    /*position: absolute;*/
    /*left: 15px;*/
    /*top: 15px;*/
    /*    bottom: 0;*/
    width: 100%;
    margin-bottom: 24px;
}
.add .shadow-sm {
    box-shadow: 0px 5px 12px rgb(126 142 177 / 87%) !important;
}
/* .featured-project.wow.fadeIn.shadow-sm.animated:hover .f-detail.shadow-sm {*/
/*  opacity: 1;*/
/*} */
.property-card.rounded.overflow-hidden.shadow.position-relative {
    margin-bottom: 23px;
}
#enquiry_form input[type="checkbox"] {
    margin-right: 6px;
}

@media(min-width: 990px){
    .page-heading{
        font-size: 3.5vw;
        font-weight: 600;
    }
}
.z1{
    position: relative;
    z-index: 9;
}
.backdrop-box {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.37);
}

.fake-shadow {
    background:rgba(0, 0, 0, 0.47);
    height: 500px;
}
.page-title{
    font-size: 3.6667rem;
    line-height: 1.1818em;
    letter-spacing: 2px;
}
.control-text {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: right;
    font-style: italic;
    text-transform: capitalize;
}
.shadow-text{
    font-style: normal;
    font-size: 8rem;
    line-height: 1.2em;
    opacity: 0.3;
    filter: alpha(opacity=30);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #a0b2be;
    font-family: 'Oswald';
}
.z1{
    z-index: 1;
}
.highlights{
    font-size: 1em;
    line-height: 1.2em;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    font-family: "Oswald",sans-serif;
    margin-bottom: 20px;
}
.make-sticky{
    position:fixed;
    background-color: #d2e7fa;
}
body{
        background-color: #fff;
    color: #2c2c2c;
    font-size: 1rem;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"!important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    -moz-font-feature-settings: "kern" 1;

}
.sidemenu-item.sub-menu-link {
    padding: 0px 0 0 65px;
    font-size: 16px;
}


  .fa-whatsapp { color: #fff;
    background: linear-gradient(#25d366,#25d366) 14% 84%/16% 16% no-repeat, radial-gradient(#25d366 60%,transparent 0);
    font-size: 24px;
    margin-right: 5px;}

.bar-codes {
    display: grid; 
    justify-content: space-between;
    grid-template-columns: repeat(7, 1fr);
}
.hub-qr { 
    text-align: center; 
}
.guj img{
    width: 100%;
}









@media (max-width: 786px){
.sidemenu{
    
    height: 100vh;
    overflow: scroll;
}
.bar-codes {  
    grid-template-columns: repeat(3, 1fr);
}
.hub-qr p{
        font-size: 13px;
    margin-top: -5px;
}
}
    
}













