.single_top{
    width: 100%;
    height: 100%;
}
.single_title{
    width: 100%;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single_title_text{
    width: 50%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single_title_text strong{
    font-size: 20px;
    font-family: "Avant Garde";
}
.single_text_bottom{
    width: 100%;
    height: 1px;
    background: #790f0f;
    margin-top: 20px;
}
.single_description{
    width: 100%;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single_description_text{
    width: 100%;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single_title_text p{
    width: 100%;
}
.single_section{
    width: 100%;
    min-height: 600px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
}
.single_section_block{
    width: 70%;
    height: auto;
    margin-top: 50px;
    display: flex;
}
.single_sec_text{
    width: 50%;
    height: auto;
}
.single_sec_img{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
}
.single_img{
    width: 90%;
    height: auto;
}
.project_img{
    display: flex;
    flex-wrap: wrap;
}
.single_sec_text li{
    list-style: none;
}
.single_img_block{
    width: 150px;
    height:150px;
    margin-left: 20px;
    margin-bottom: 40px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.single_img_block img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.hover_single_img figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover_single_img figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.single_figure {
    width: 150px;
    height: 150px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
@media only screen and (max-width: 1090px){
    .single_section_block{
        display: unset;
    }
    .single_sec_text {
        width: 100%;
        height: auto;
    }
    .single_sec_img {
        width: 100%;
    }
}

/* GALLERY
   ============================= */
#modal-gall {
    display: none;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 99999999;
    bottom: 0;
    top: 0;
    padding: 8px;
    background: rgba(1, 1, 1, 0.9);
    opacity: 0.99;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.modal-open #modal-gall {
    display: block;
}

.modal-contents {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#modal-slides {
    display: block;
    max-width:100%;
    max-height: calc(100vh - 16px);
    margin: auto;
}
#closem {
    cursor: pointer;
    color: #9e97b1;
    position: absolute;
    top: 26px;
    right: 35px;
    font-size: 32px;
    font-weight: bold;
    border-radius: 5px 5px 5px 5px;
    padding: 2px 16px 8px 16px;
    z-index: 2;
    background-color: #29272e;
    text-decoration: none;
}
#closem:hover,
#closem:focus {
    color: red;
    cursor: pointer;
}
#prevm,
#nextm {
    cursor: pointer;
    position: absolute;
    top: 46%;
    width: auto;
    padding: 10px 22px;
    margin-top: -10px;
    color: #cbc6c6;
    font-weight: bold;
    font-size: 30px;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
}
#prevm {
    left: 0;
    border-radius: 0 5px 5px 0;
}
#nextm {
    right: 0;
    border-radius: 5px 0 0 5px;
}

#singe_img_nextm,
#single_img_prevm {
    cursor: pointer;
    position: absolute;
    top: 46%;
    width: auto;
    padding: 10px 22px;
    margin-top: -10px;
    color:#cbc6c6;
    font-weight: bold;
    font-size: 30px;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
}
#single_img_prevm {
    left: 0;
    border-radius: 0 5px 5px 0;
}
#singe_img_nextm {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.single_section2{
    width: 100%;
    height:100px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single_sec2_text{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
}
.single_sec2_text strong{
    font-size: 25px;
}
.single_sec2_center{
    width: 100%;
    min-height: 300px;
    margin-bottom: 30px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.single_sec2_box{
    width: 70%;
    display: flex;
}
.single_sec2_img_box{
    width: 100%;
    min-height: 500px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
}

.single_sec2_img_box figure img{
    border-radius: 5px;
    width: 100%;
}
.single_sec2_img_box .grid{
    width: 45%;
    height: auto;
    margin-bottom: 30px;
    margin-left: 30px;
}
figure.effect-oscar {
    background: #204d91;
}



figure.effect-oscar figcaption {
    padding: 3em;
    background-color: rgba(79, 78, 78, 0.7);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}

figure.effect-oscar h4 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

figure.effect-oscar:hover h4 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-oscar:hover figcaption {
    background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
    opacity: 0.6;
}

@media only screen and (max-width: 1237px){
    figure.effect-oscar h4{
        font-size: 1rem;
        margin: 5% 0 10px 0;
    }
}
@media only screen and (max-width: 1029px){
    .single_sec2_img_box .grid{
        width: 80%;
    }
}
@media only screen and (max-width: 573px){
    figure.effect-oscar h4{
        font-size: 0.7rem;
        margin: -10px 0 10px 0;
    }
    figure.effect-oscar p{
        font-size: 12px;
    }
    .single_sec2_box{
        width: 85%;
    }
    .single_img_block{
        width: 339px;
        height: 220px;
    }
    .single_figure{
        width: 340px;
        height: 220px;
     }
    .single_img{
        width: 100%;
    }
    .single_section_block{
        width: 90%;
    }
    .single_img_block{
        margin-left: 0;
        margin-bottom: 25px;
        box-shadow: none;
    }
    .about_top img{
        width: 100%;
        border-radius: 0;
    }
}



/* GALLERY
   ============================= */
#modal-gallPlan {
    display: none;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 10;
    top: 66px;
    bottom: 0;
    padding: 8px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0.99;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.modal-openPlan #modal-gallPlan {
    display: block;
}

.modal-contentsPlan {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#modal-slidesPlan {
    display: block;
    max-width:100%;
    max-height: calc(100vh - 16px);
    margin: auto;
}
#closemPlan {
    cursor: pointer;
    color: #9e97b1;
    position: absolute;
    top: 26px;
    right: 35px;
    font-size: 32px;
    font-weight: bold;
    border-radius: 5px 5px 5px 5px;
    padding: 2px 16px 8px 16px;
    z-index: 2;
    background-color: #29272e;
    text-decoration: none;
}
#closemPlan:hover,
#closemPlan:focus {
    color: red;
    cursor: pointer;
}
#prevmPlan,
#nextmPlan {
    cursor: pointer;
    position: absolute;
    top: 46%;
    width: auto;
    padding: 10px 22px;
    margin-top: -10px;
    color:#cbc6c6;
    font-weight: bold;
    font-size: 30px;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
}
#prevmPlan {
    left: 0;
    border-radius: 0 5px 5px 0;
}
#nextmPlan {
    right: 0;
    border-radius: 5px 0 0 5px;
}

#modal-gallRender {
    display: none;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 10;
    top: 66px;
    bottom: 0;
    padding: 8px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0.99;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.modal-openRender #modal-gallRender {
    display: block;
}

.modal-contentsRender {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#modal-slidesRender {
    width: 100%;
    height: 720px;
    display: block;
    max-width:100%;
    max-height: calc(100vh - 16px);
    margin: auto;
}
.newImageSinglePage{
    width:70%;
}
#closemRender {
    cursor: pointer;
    color: #9e97b1;
    position: absolute;
    top: -1px;
    right: -2px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px 5px 5px 5px;
    padding: 2px 16px 8px 16px;
    z-index: 2;
    background-color: #29272e;
    text-decoration: none;
}
#closemRender:hover,
#closemRender:focus {
    color: red;
    cursor: pointer;
}
#prevmRender,
#nextmRender {
    cursor: pointer;
    position: absolute;
    top: 46%;
    width: auto;
    padding: 10px 22px;
    margin-top: -10px;
    color: #cbc6c6;
    font-weight: bold;
    font-size: 30px;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
}
#prevmRender {
    left: 0;
    border-radius: 0 5px 5px 0;
}
#nextmRender {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.js-btn-click{
    border: solid 1px #947B3A;
    color: #947B3A;
}
.js-btn-click:hover{
    background:#947B3A ;
    border: solid 1px #947B3A;
}

                  /*Add new style*/

.apartment-project-box{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.dropdown-child{
    width: 100%;
    min-height: 400px;
    border: solid 1px  #947B3A;
    padding-bottom: 50px;
}
.apartment-project-title{
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #947B3A;
    color: white;
}
.apartment-project-title{
    width: 200px;
    height: 50px;
}
.apartment-search-box{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.apartment-search-form{
    margin-left: 30px;
    display: flex;

}
.search-checkbox{
margin-left: 20px;
}
.search-checkbox input{
    width: 16px;
    height: 16px;
    accent-color:#947B3A;
}
.apartment-block{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.apartment-block-data{
    width: 200px;
    height: 180px;
    margin-left: 20px;
    margin-top: 20px;
}
.apartment-block-text{
    width: 50%;
    height: 100%;
}
.apartment-block-img img{
    width: 100%;
    height: 100%;
}

.render-block-box{
    font-size: 20px;
    color: #0a4b19;
    background: whitesmoke;
    display: flex;
    justify-content: center;
    height: 50px;
    position: relative;
}
#modal-gallRender{
    padding-top: 10%
}
.modal-contentsRender-child{
    position: absolute;
   width: 576px;
}
.mobil-render-search-block{
    width: 230px;
    height: 280px;
    padding-top: 80px;
    padding-left: 10px;
    display: none;
    position: absolute;
    z-index: 100;
    background: white;
}
.box-render-w{
    width: 70%;
}
@media only screen and (max-width: 1297px){
    .render-block-box{
        font-size: 16px;
    }
    #modal-gallRender{
        padding-top: 20%
    }
}
@media only screen and (max-width: 1000px){
    .modal-contentsRender-child{
        width: 65%;
    }
    #modal-slidesRender{
        height: 530px;
    }
    .newImageSinglePage{
    width:100%;
}
}
.filter-icon-render{
    display: none;
}

@media only screen and (max-width: 700px){
    .modal-contentsRender-child{
        width: 85%;
    }
}

@media only screen and (max-width: 600px){
    .render-block-box{
        font-size: 14px;
    }
    #modal-gallRender{
        padding-top: 40%
    }
    .modal-contentsRender-child{
        width: 95%;
    }
    #closemRender {
        font-size: 14px;
        padding: 5px 9px 9px 9px;
    }
    .apartment-search-box{
        display: none;
    }
    .filter-icon-render{
        display: block;
    }
    #pagination{
        margin-right: 30%;
    }
    .apartment-project-title{
        font-size: 15px;
    }
    .box-render-w{
        width: 80%;
    }
    .single2-block1-title{
        padding:0 20px;
    }
}
@media only screen and (max-width: 400px){
    .render-block-box{
        font-size: 12px;
    }

}
