/*!
 *
 * Author: Innovuze Solutions, Inc. 2019
 * Website: wwww.innovuze.com
 *
*/@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes view{from{opacity:0}to{opacity:1}}@keyframes zoom{from{transform:scale(0)}to{transform:scale(1)}}.custom-modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;line-height:100%;background-color:rgba(0,0,0,.6);-webkit-animation:view .3s;animation:view .3s}.custom-modal.open-modal{display:flex}@media(max-width: 767px){.custom-modal.open-modal{display:block}}.custom-modal .flex-wrap{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;align-content:center;height:100%}.custom-modal .the-content-wrap-modal{position:relative;width:800px;margin:15px;border-radius:8px;background:#fff;animation:zoom .3s;-webkit-box-shadow:0px 2px 8px -2px rgba(0,0,0,.75);-moz-box-shadow:0px 2px 8px -2px rgba(0,0,0,.75);box-shadow:0px 2px 8px -2px rgba(0,0,0,.75)}@media(max-width: 991px){.custom-modal .the-content-wrap-modal{width:100%}}.custom-modal .the-header-modal{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:stretch;position:relative;padding:10px 20px;border-bottom:1px solid #cdcdcd}.custom-modal .the-header-modal .title-section{margin:6px 0 0;font-size:18px;font-weight:400;color:#248eea;text-transform:capitalize}.custom-modal .the-header-modal .close-modal{cursor:pointer;font-size:30px;font-weight:bold;color:#aaa;transition:.3s}@media(max-width: 767px){.custom-modal .the-header-modal .close-modal{right:23px}}.custom-modal .the-header-modal .close-modal:hover,.custom-modal .the-header-modal .close-modal:focus{color:#eee}.custom-modal .the-content-modal{overflow-y:auto;overflow-x:hidden;height:100%;max-height:450px;padding:20px}.custom-modal .the-content-modal.two-columns{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;align-content:stretch}@media(max-width: 767px){.custom-modal .the-content-modal.two-columns{flex-direction:column}}@media(max-width: 767px){.custom-modal .the-content-modal.two-columns .col-a,.custom-modal .the-content-modal.two-columns .col-b{width:100% !important}}.custom-modal .the-content-modal.two-columns .col-a{width:45%}.custom-modal .the-content-modal.two-columns .col-b{width:55%;padding:0 0 0 30px}@media(max-width: 767px){.custom-modal .the-content-modal.two-columns .col-b{width:100%;margin-top:22px;padding:20px 0 0;border-top:2px solid #aaa}}.custom-modal .the-content-modal hr{margin:20px 0;border:1px solid #ddd}.custom-modal .the-content-modal .title-sec{font-weight:700;margin:0 0 5px}.custom-modal .the-content-modal .imagePreview ul{display:grid;grid-template-columns:repeat(3, 1fr);gap:10px;padding:0}.custom-modal .the-content-modal .imagePreview ul li{position:relative;display:inline-block;vertical-align:top;padding:3px;font-size:14px;border-radius:5px;border:1px solid #aaa}.custom-modal .the-content-modal .imagePreview ul li .img-wrap{overflow:hidden;height:80px}.custom-modal .the-content-modal .imagePreview ul li .img-wrap img{object-fit:cover;width:100%;height:100%}.custom-modal .the-content-modal .imagePreview ul li .removeFile{position:absolute;top:-7px;right:-7px;width:21px;height:21px;padding:2px;font-size:18px;color:red;text-align:center;border-radius:50%;background:#fff;box-shadow:0 0 3px 0 rgba(0,0,0,.5);transition:all .35s}.custom-modal .the-content-modal .imagePreview ul li .removeFile:hover{color:#57c95d}.custom-modal .the-content-modal .upload-bttn-wrap{clear:both;width:100%;margin-bottom:20px}.custom-modal .the-content-modal .upload-bttn-wrap .input-file-cont{position:relative}.custom-modal .the-content-modal .upload-bttn-wrap .input-file-trigger,.custom-modal .the-content-modal .upload-bttn-wrap .input-file-trigger2{cursor:pointer;display:block;width:125px;padding:8px 10px;font-size:11px;color:#217ed3;text-align:center;text-transform:uppercase;border-radius:4px;border:1px solid #ddd;background:#fff;transition:all .4s}.custom-modal .the-content-modal .upload-bttn-wrap .input-file,.custom-modal .the-content-modal .upload-bttn-wrap #thumbnail{cursor:pointer;display:block;position:absolute;top:0;left:0;width:125px;opacity:0;padding:6px 0}.custom-modal .the-content-modal .upload-bttn-wrap .input-file:hover+.input-file-trigger,.custom-modal .the-content-modal .upload-bttn-wrap #thumbnail:hover+.input-file-trigger2,.custom-modal .the-content-modal .upload-bttn-wrap .input-file:focus+.input-file-trigger,.custom-modal .the-content-modal .upload-bttn-wrap #thumbnail:focus+.input-file-trigger2,.custom-modal .the-content-modal .upload-bttn-wrap .input-file-trigger:hover,.custom-modal .the-content-modal .upload-bttn-wrap .input-file-trigger2:hover{color:#fff;border-color:#217ed3;background:#217ed3}.custom-modal .the-content-modal .upload-bttn-wrap .file-return{margin:0}.custom-modal .the-content-modal .upload-bttn-wrap .file-return:not(:empty){margin:1em 0}.custom-modal .the-content-modal .upload-bttn-wrap .file-return{font-style:italic;font-size:.9em;font-weight:bold}.custom-modal .the-content-modal .upload-bttn-wrap .file-return:not(:empty):before{content:"Selected file: ";font-style:normal;font-weight:normal}.custom-modal .the-content-modal .input-wrap{padding:0 0 10px}@media(min-width: 768px){.custom-modal .the-content-modal .input-wrap{display:grid;grid-template-columns:95px 1fr;align-items:center}}.custom-modal .the-content-modal #thumbnail-preview{position:relative;padding:0}.custom-modal .the-content-modal #thumbnail-preview .img-wrap{padding:10px;border:1px solid #ddd;border-radius:8px}.custom-modal .the-content-modal #thumbnail-preview a{position:absolute;top:15px;right:15px;padding:5px 10px;font-size:12px;color:#fff;text-decoration:none;border-radius:6px;background:red}.custom-modal .the-content-modal #thumbnail-preview a:hover{background:#57c95d}.custom-modal .the-content-modal .featured-chck-wrap{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding:10px;border-radius:6px;border:1px solid #ddd}.custom-modal .the-content-modal .featured-chck-wrap label{width:100% !important}.custom-modal .the-content-modal .textarea-wrap{display:grid;padding:0 0 10px}@media(min-width: 768px){.custom-modal .the-content-modal .textarea-wrap{grid-template-columns:95px 1fr}}@media(min-width: 768px){.custom-modal .the-content-modal .textarea-wrap label{margin-top:14px !important}}.custom-modal .the-content-modal label{display:inline-block;width:95px;font-size:12px;font-weight:600}@media(max-width: 767px){.custom-modal .the-content-modal label{width:100%;padding:0 0 10px}}.custom-modal .the-content-modal label.unit{width:auto;font-size:11px;padding:0 0 0 8px}.custom-modal .the-content-modal input,.custom-modal .the-content-modal textarea{font-size:13px;border:1px solid #aaa}.custom-modal .the-content-modal input::-webkit-input-placeholder,.custom-modal .the-content-modal textarea::-webkit-input-placeholder{color:#999}.custom-modal .the-content-modal input:-moz-placeholder,.custom-modal .the-content-modal textarea:-moz-placeholder{color:#999;opacity:1}.custom-modal .the-content-modal input::-moz-placeholder,.custom-modal .the-content-modal textarea::-moz-placeholder{color:#999;opacity:1}.custom-modal .the-content-modal input:-ms-input-placeholder,.custom-modal .the-content-modal textarea:-ms-input-placeholder{color:#999}.custom-modal .the-content-modal input::-ms-input-placeholder,.custom-modal .the-content-modal textarea::-ms-input-placeholder{color:#999}.custom-modal .the-content-modal input::placeholder,.custom-modal .the-content-modal textarea::placeholder{color:#999}.custom-modal .the-content-modal input[type=file]{border:0}.custom-modal .the-content-modal input[type=text]{padding:8px;color:#999;border-radius:4px;background:#f8f8f8}@media(max-width: 767px){.custom-modal .the-content-modal input[type=text]{width:100%}}.custom-modal .the-content-modal input[type=text].lot-area,.custom-modal .the-content-modal input[type=text].floor-area{position:relative;width:25%}.custom-modal .the-content-modal input[type=text].lot-area:after,.custom-modal .the-content-modal input[type=text].floor-area:after{position:absolute;top:0;right:0;content:""}.custom-modal .the-content-modal input[type=text].price{width:45%}.custom-modal .the-content-modal input[type=email]{padding:10px;color:#999;border-radius:4px;background:#f8f8f8}.custom-modal .the-content-modal input[type=number]{width:25%;padding:10px;color:#999;border-radius:4px;background:#f8f8f8}.custom-modal .the-content-modal textarea{resize:vertical;width:100%;height:135px;min-height:135px;padding:10px;font-size:13px;color:#999;border:1px solid #aaa;border-radius:4px;background:#f8f8f8}@media(max-width: 767px){.custom-modal .the-content-modal textarea{width:100%}}.custom-modal .the-content-modal select{-webkit-appearance:none;appearance:none;padding:10px;font-size:13px;color:#999;border:1px solid #aaa;border-radius:4px;background-image:url(../img/icn-select-arrdown.svg);background-position:center right;background-repeat:no-repeat;background-size:18px;background-color:#f8f8f8}@media(max-width: 767px){.custom-modal .the-content-modal select{width:100%}}.custom-modal .the-content-modal select:disabled{cursor:not-allowed;opacity:.35}.custom-modal .the-content-modal input:disabled{cursor:not-allowed;opacity:.35}.custom-modal .the-footer-modal{padding:20px;text-align:right;border-top:1px solid #cdcdcd}.custom-modal .the-footer-modal button{cursor:pointer;min-width:110px;padding:12px 12px 10px;font-size:13px;color:#fff;line-height:100%;text-align:center;text-decoration:none;text-transform:uppercase;border-radius:30px;background:#4ac94b}.custom-modal .the-footer-modal button:last-child{margin:0 0 0 4px}.custom-modal .the-footer-modal button.cancel{color:#333;background:#fff}.custom-modal .the-footer-modal button[disabled],.custom-modal .the-footer-modal button:disabled{cursor:not-allowed;opacity:.35}.custom-modal.profile-form .the-content-wrap-modal{width:545px}@media(max-width: 767px){.custom-modal.profile-form .the-content-wrap-modal{width:100%}}.custom-modal.profile-form .the-content-modal label{width:130px}.custom-modal.profile-form .the-content-modal input[type=text]{width:100%}.custom-modal.profile-form .the-content-modal textarea{width:100%;height:auto;max-height:127px}.custom-modal#customModal-testimonials label{display:block;margin:0 0 10px}.custom-modal#customModal-testimonials input[type=text]{margin:0 0 20px}.custom-modal.add-rawlands-modal .the-content-wrap-modal,.custom-modal.edit-rawlands-modal .the-content-wrap-modal,.custom-modal.inquiry-rawlands-modal .the-content-wrap-modal{width:440px}.custom-modal.add-rawlands-modal select,.custom-modal.edit-rawlands-modal select,.custom-modal.inquiry-rawlands-modal select{width:100% !important}.custom-modal.add-rawlands-modal input,.custom-modal.edit-rawlands-modal input,.custom-modal.inquiry-rawlands-modal input{width:100% !important;margin:10px 0 0}.custom-modal.delete-rawlands-modal{padding:20px;text-align:center}.custom-modal.delete-rawlands-modal .the-content-wrap-modal{width:440px}.custom-modal.delete-rawlands-modal button{cursor:pointer;min-width:110px;padding:12px 12px 10px;font-size:13px;color:#fff;line-height:100%;text-align:center;text-decoration:none;text-transform:uppercase;border-radius:30px;background:#4ac94b}.custom-modal.delete-rawlands-modal button:last-child{margin:0 0 0 4px;background:#3c3c3c}.custom-modal.delete-rawlands-modal button.cancel{color:#333;background:#fff}.custom-modal.inquiry-rawlands-modal .details{line-height:22px}.custom-modal.inquiry-rawlands-modal textarea{width:100% !important;height:auto;max-height:127px;margin:10px 0 0}.custom-modal.request-details-modal .the-content-wrap-modal{width:670px;max-width:100%}@media(max-width: 767px){.custom-modal.request-details-modal .the-content-wrap-modal .flex{flex-direction:column}}.custom-modal.request-details-modal .the-content-wrap-modal input{width:100%;margin:0 0 10px}.custom-modal.request-details-modal .the-content-wrap-modal textarea{width:100%;height:auto;max-height:127px}.custom-modal.request-details-modal .the-content-wrap-modal button{cursor:pointer;min-width:110px;padding:12px 12px 10px;font-size:13px;color:#fff;line-height:100%;text-align:center;text-decoration:none;text-transform:uppercase;border-radius:30px;background:#4ac94b}.custom-modal.request-details-modal .the-content-wrap-modal button.cancel{color:#fff;background:#666}.custom-modal.request-details-modal .the-content-wrap-modal .col-a{width:30%}@media(max-width: 767px){.custom-modal.request-details-modal .the-content-wrap-modal .col-a{display:none;width:100%}}.custom-modal.request-details-modal .the-content-wrap-modal .col-b{width:70%;padding:0 0 0 15px}@media(max-width: 767px){.custom-modal.request-details-modal .the-content-wrap-modal .col-b{width:100%;padding:0}}.custom-modal.request-details-modal .the-content-wrap-modal .price{font-family:"Khula",sans-serif;font-size:24px;font-weight:700;color:#2e7b39}.custom-modal.request-details-modal .the-content-wrap-modal .location{padding:10px 0 25px;font-weight:600}.custom-modal.request-details-modal .the-content-wrap-modal .thumbnail img{border:4px solid #ddd}.custom-modal.video-blog-view-modal .the-content-modal{display:flex;justify-content:center;align-items:flex-start}.grid .col-3{width:25%}.grid .col-4{width:33.33333333%}.grid .col-5{width:41.66666667%}.grid .col-6{width:50%}.grid .col-7{width:58.33333333%}.grid .col-8{width:66.66666667%}.grid .col-9{width:75%}.grid .col-12{clear:both;width:100%}.grid .col-3,.grid .col-4,.grid .col-5,.grid .col-6,.grid .col-7,.grid .col-8,.grid .col-9{float:left}@media(max-width: 767px){.grid .col-3,.grid .col-4,.grid .col-5,.grid .col-6,.grid .col-7,.grid .col-8,.grid .col-9{float:none;width:100%}}.pagination-section{padding:20px 0}.pagination-section ul{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:baseline;align-content:stretch;list-style:none;margin:0;padding:0}.pagination-section ul li{width:37px;margin:0 3px;font-size:18px;color:#fff;text-align:center;line-height:100%;border-radius:3px;background:#c5c5c5}.pagination-section ul li:hover{background:#2187ff}.pagination-section ul li:first-child{margin:0 3px 0 0}.pagination-section ul li:last-child{margin:0 0 0 3px}.pagination-section ul li.active{background:#000}.pagination-section ul li a{display:block;padding:8px 5px;color:#fff;text-decoration:none}.tooltips{position:relative;display:inline-block}.tooltips span{font:300 12px "Open Sans",sans-serif;position:absolute;color:#fff;background:#000;padding:5px 10px;width:140px;text-align:center;visibility:hidden;opacity:0;filter:alpha(opacity=0);transition:transform .3s,opacity .6s,margin-left .2s,margin-top .2s;border-radius:4px}.tooltips>span img{max-width:140px}.tooltips[tooltip-position=top] span{margin-left:10px;-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg)}.tooltips[tooltip-position=bottom] span{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.tooltips[tooltip-position=left] span{margin-top:30px;-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.tooltips[tooltip-position=right] span{margin-top:30px;-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg)}.tooltips span:after{content:"";position:absolute;width:0;height:0}.tooltips[tooltip-position=top] span:after{top:100%;left:50%;margin-left:-8px;border-top:8px solid #000;border-right:8px solid rgba(0,0,0,0);border-left:8px solid rgba(0,0,0,0)}.tooltips[tooltip-position=bottom] span:after{bottom:100%;left:50%;margin-left:-8px;border-bottom:8px solid #000;border-right:8px solid rgba(0,0,0,0);border-left:8px solid rgba(0,0,0,0)}.tooltips[tooltip-position=left] span:after{top:50%;left:100%;margin-top:-8px;border-left:8px solid #000;border-top:8px solid rgba(0,0,0,0);border-bottom:8px solid rgba(0,0,0,0)}.tooltips[tooltip-position=right] span:after{top:50%;right:100%;margin-top:-8px;border-right:8px solid #000;border-top:8px solid rgba(0,0,0,0);border-bottom:8px solid rgba(0,0,0,0)}.tooltips:hover span{visibility:visible;opacity:1;z-index:999;-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);filter:alpha(opacity=100)}.tooltips[tooltip-position=top]:hover span{bottom:30px;left:50%;margin-left:-76px}.tooltips[tooltip-position=bottom]:hover span{top:30px;left:50%;margin-left:-70px}.tooltips[tooltip-position=left]:hover span{right:100%;top:50%;margin-top:-15px;margin-right:15px}.tooltips[tooltip-position=right]:hover span{left:100%;top:50%;margin-top:-15px;margin-left:15px}.tooltips[tooltip-type=primary]>span{background-color:#2980b9}.tooltips[tooltip-type=primary][tooltip-position=top]>span:after{border-top:8px solid #2980b9}.tooltips[tooltip-type=primary][tooltip-position=bottom]>span:after{border-bottom:8px solid #2980b9}.tooltips[tooltip-type=primary][tooltip-position=left]>span:after{border-left:8px solid #2980b9}.tooltips[tooltip-type=primary][tooltip-position=right]>span:after{border-right:8px solid #2980b9}.tooltips[tooltip-type=success]>span{background-color:#27ae60}.tooltips[tooltip-type=success][tooltip-position=top]>span:after{border-top:8px solid #27ae60}.tooltips[tooltip-type=success][tooltip-position=bottom]>span:after{border-bottom:8px solid #27ae60}.tooltips[tooltip-type=success][tooltip-position=left]>span:after{border-left:8px solid #27ae60}.tooltips[tooltip-type=success][tooltip-position=right]>span:after{border-right:8px solid #27ae60}.tooltips[tooltip-type=warning]>span{background-color:#f39c12}.tooltips[tooltip-type=warning][tooltip-position=top]>span:after{border-top:8px solid #f39c12}.tooltips[tooltip-type=warning][tooltip-position=bottom]>span:after{border-bottom:8px solid #f39c12}.tooltips[tooltip-type=warning][tooltip-position=left]>span:after{border-left:8px solid #f39c12}.tooltips[tooltip-type=warning][tooltip-position=right]>span:after{border-right:8px solid #f39c12}.tooltips[tooltip-type=danger]>span{background-color:#c0392b}.tooltips[tooltip-type=danger][tooltip-position=top]>span:after{border-top:8px solid #c0392b}.tooltips[tooltip-type=danger][tooltip-position=bottom]>span:after{border-bottom:8px solid #c0392b}.tooltips[tooltip-type=danger][tooltip-position=left]>span:after{border-left:8px solid #c0392b}.tooltips[tooltip-type=danger][tooltip-position=right]>span:after{border-right:8px solid #c0392b}body{position:relative;margin:0;padding:0;font-family:"Raleway",sans-serif;font-size:15px;color:#222}body *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body h1,body h2,body h3,body h4{margin:0 0 20px;font-family:"Khula",sans-serif;line-height:100%}body img{max-width:100%}body a{display:inline-block;color:#2187ff}body a:focus,body a:visited{outline:0}body p{line-height:21px}body input:not([type=checkbox]):not([type=radio]),body textarea{-moz--appearance:none;appearance:none;padding:15px;font-size:16px;font-family:"Khula",sans-serif;border:1px solid #aaa;color:#666}body input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder,body textarea::-webkit-input-placeholder{color:#666}body input:not([type=checkbox]):not([type=radio])::-moz-placeholder,body input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder,body input:not([type=checkbox]):not([type=radio])::placeholder,body textarea::-moz-placeholder,body textarea:-ms-input-placeholder,body textarea::placeholder{color:#666}body input:not([type=checkbox]):not([type=radio]):focus,body textarea:focus{outline:none}body select{-webkit-appearance:none;-moz--appearance:none;appearance:none;border:0}body select:focus{outline:none}body select[disabled],body select:disabled{cursor:not-allowed;opacity:.35}body button{-webkit-appearance:none;-moz--appearance:none;appearance:none;border:0}body button:focus,body button:visited{outline:0}body .pac-container{z-index:10000 !important}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.visible{overflow:visible !important}.overflow-hide{overflow:hidden !important}.flex{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:stretch}.flex-between{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:stretch}.flex-middle{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:stretch}.flex-between-middle{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:stretch}.flex-right{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:flex-start;align-content:stretch}.flex-right-middle{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:center;align-content:stretch}#wait{display:flex;align-items:center;justify-content:center;position:fixed;z-index:100;width:100%;height:100vh;background:#fff}#wait .center{width:170px;height:86px}.login-as{display:flex;align-items:center;gap:10px;position:absolute;top:30px;right:0;padding:15px;font-size:14px;text-transform:capitalize;border-radius:6px;background:#333}@media(max-width: 991px){.login-as{position:relative;top:initial;margin-right:33px;padding:7px 10px}}.login-as a{color:#fff;text-decoration:none}.login-as a:hover{text-decoration:underline}.login-as .fa{margin-right:6px}.login-as .pending-active{color:#ff0}.page-title{position:relative;margin:0 0 10px;font-size:40px;font-weight:600}@media(max-width: 991px){.page-title{font-size:35px}}@media(max-width: 767px){.page-title{font-size:22px}}.container{max-width:1095px;margin:0 auto;padding:0 15px}header .container{position:relative;z-index:5;padding:62px 15px 0}@media(min-width: 768px)and (max-width: 991px){header .container{padding:32px 15px 0}}@media(max-width: 767px){header .container{padding:32px 15px 65px}}header .topbar-nav-wrap-container{position:relative;z-index:6;max-width:1550px;margin:0 auto;padding:20px 15px 0}@media(max-width: 991px){header .topbar-nav-wrap-container{padding:20px 15px 0}}header .topbar-wrap{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:stretch}header .topbar-nav-wrap{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:stretch}header .col-a{width:159px}@media(max-width: 1300px){header .col-a{width:130px}}@media(max-width: 767px){header .col-a{width:74px}}header .col-a.main-logo img{width:100%;min-height:70px}header .col-b{position:relative;min-width:200px}@media(max-width: 991px){header .col-b{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:center;align-content:stretch}}@media(min-width: 768px){header .col-b .nav-tel-wrap{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end;align-items:center;align-content:center}}header .col-b .nav-tel-wrap .tel-number,header .col-b .nav-tel-wrap .contactus a{display:block;color:#fff;width:150px;padding:9px 9px 4px;font-family:"Khula",sans-serif;font-size:16px;text-align:center;text-decoration:none;text-transform:uppercase;border:2px solid #3fbe6d;border-radius:25px;background-size:17px auto;background-position:17px center;color:#fff;transition:background .5s ease}@media(max-width: 1024px){header .col-b .nav-tel-wrap .tel-number,header .col-b .nav-tel-wrap .contactus a{font-size:13px}}@media(max-width: 991px){header .col-b .nav-tel-wrap .tel-number,header .col-b .nav-tel-wrap .contactus a{display:none}}header .col-b .nav-tel-wrap .tel-number:hover,header .col-b .nav-tel-wrap .contactus a:hover{background:#3fbe6d}header .main-logo .site-title-text{margin:0;font-size:31px}header .main-logo .site-title-text a{color:#fff;text-decoration:none}header #main-nav-wrap .ul-list li a{font-weight:500}@media(min-width: 992px){header #main-nav-wrap .ul-list{list-style:none;margin:0;padding:4px 0 0;font-size:0}header #main-nav-wrap .ul-list>li{position:relative;display:inline;margin:0 10px;font-size:14px;text-transform:uppercase}header #main-nav-wrap .ul-list>li:first-child{margin-left:0}header #main-nav-wrap .ul-list>li:last-child{margin-right:0}header #main-nav-wrap .ul-list>li>a{position:relative;padding-bottom:3px;color:#fff;text-decoration:none;border-bottom:2px solid rgba(0,0,0,0)}header #main-nav-wrap .ul-list>li>a:hover{border-bottom:2px solid #3fbe6d}header #main-nav-wrap .ul-list>li>a:after{position:absolute;top:5px;right:-18px;content:"";width:9px;height:5px;background:url("../img/icn-arrow-down-sm-white.svg") center no-repeat;background-size:9px}header #main-nav-wrap .ul-list>li>a:only-child:after{content:"";background:none}header #main-nav-wrap .ul-list>li .sub-menu{visibility:hidden;opacity:0;list-style:none;position:absolute;top:19px;left:0;width:200px;padding:0;border-radius:3px;background:#3fbe6d;transition:all .25s ease}header #main-nav-wrap .ul-list>li .sub-menu li{transition:background .25s ease}header #main-nav-wrap .ul-list>li .sub-menu li:hover{background:#37a538}header #main-nav-wrap .ul-list>li .sub-menu li:hover:first-child{border-radius:3px 3px 0 0}header #main-nav-wrap .ul-list>li .sub-menu li:hover:last-child{border-radius:0 0 3px 3px}header #main-nav-wrap .ul-list>li .sub-menu li:hover:only-child{border-radius:3px}header #main-nav-wrap .ul-list>li .sub-menu a{display:block;padding:10px;color:#fff;text-decoration:none}header #main-nav-wrap .ul-list>li.has-submenu{margin-right:27px}header #main-nav-wrap .ul-list>li.has-submenu:hover>a{color:#37a538}header #main-nav-wrap .ul-list>li.has-submenu>a:hover{border-bottom:2px solid rgba(0,0,0,0)}header #main-nav-wrap .ul-list>li.has-submenu:hover>.sub-menu{visibility:visible;opacity:1}header #main-nav-wrap .ul-list>li.has-submenu:last-child .sub-menu{left:initial;right:-20px}}@media(min-width: 992px)and (max-width: 1300px){header #main-nav-wrap .ul-list li{font-size:12px}header #main-nav-wrap .ul-list li>a:after{top:3px}header #main-nav-wrap .ul-list li .sub-menu{width:160px}}@media(max-width: 991px){header #main-nav-wrap{overflow-y:auto;visibility:hidden;position:fixed;z-index:10;top:0;left:0;width:100%;height:100vh;padding:30px 45px;color:#222;background:#fff;transform-origin:0% 0%;transform:translate(-100%, 0)}header #main-nav-wrap.animated{transition:all .5s cubic-bezier(0.77, 0.2, 0.05, 1)}header #main-nav-wrap.open{visibility:visible;transform:none}header #main-nav-wrap .ul-list{clear:both;list-style:none;margin:0;padding:20px 0 0;font-size:25px}header #main-nav-wrap .ul-list>li{margin:0 0 20px}header #main-nav-wrap .ul-list>li:last-child{margin:0}header #main-nav-wrap .ul-list>li a{color:#222;text-decoration:none}header #main-nav-wrap .ul-list>li a:hover,header #main-nav-wrap .ul-list>li a:focus{color:#2187ff}header #main-nav-wrap .ul-list>li .sub-menu{list-style-type:square}header #main-nav-wrap .ul-list>li .sub-menu li{margin:12px 0;font-size:21px}}header .bars,header .close{cursor:pointer;clear:both;position:relative;float:right;width:30px;height:25px}@media(min-width: 992px){header .bars,header .close{display:none}}header .bars span,header .close span{position:absolute;width:100%;height:5px;margin-top:10px;border-radius:6px;background:#fff}header .bars span:before,header .bars span:after,header .close span:before,header .close span:after{content:"";position:absolute;width:100%;height:5px;background:#fff;top:-10px;transition:.2s;border-radius:6px}header .bars span:after,header .close span:after{top:10px}header .bars{margin:0 20px 0 0}header .close{position:fixed;z-index:2;top:20px;right:27px}header .close span{background:rgba(0,0,0,0)}header .close span:before,header .close span:after{background:#222}header .close span:before{transform:rotate(-45deg) translate(-7px, 8px)}header .close span:after{transform:rotate(45deg) translate(-6px, -7px)}header.lrg-bg-img{position:relative;width:100%;height:310px;color:#fff;background-color:#222}@media(max-width: 1300px){header.lrg-bg-img{height:290px}}@media(max-width: 991px){header.lrg-bg-img{height:auto}}header.lrg-bg-img .img-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;mix-blend-mode:overlay}@supports not (mix-blend-mode: multiply){header.lrg-bg-img{background-color:#000}header.lrg-bg-img .img-overlay{opacity:.2}}header.lrg-bg-img .container{padding:15px;color:#fff}@media(max-width: 991px){header.lrg-bg-img .container{padding:32px 15px}}header.lrg-bg-img .search-tool{clear:both;padding:25px 0 0;font-family:"Khula",sans-serif}@media(max-width: 767px){header.lrg-bg-img .search-tool{padding:0}}header.lrg-bg-img .search-tool .section-tags{font-size:24px;font-weight:400;color:#fff;text-align:center}@media(max-width: 767px){header.lrg-bg-img .search-tool .section-tags{font-size:21px}}header.lrg-bg-img .search-tool .section-sub-tags{padding:36px 0 0;font-size:24px;font-weight:400;color:#fff;text-align:center}@media(max-width: 767px){header.lrg-bg-img .search-tool .section-sub-tags{font-size:18px}}header.lrg-bg-img .search-tool .search-forms{padding:14px 16px;background:#fff}@media(min-width: 768px){header.lrg-bg-img .search-tool .search-forms{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:stretch;align-content:center;border-radius:70px}}@media(max-width: 991px){header.lrg-bg-img .search-tool .search-forms{margin:0 20px}}@media(max-width: 767px){header.lrg-bg-img .search-tool .search-forms{padding:10px;border-radius:30px;background:rgba(255,255,255,.9)}}@media(min-width: 768px)and (max-width: 991px){header.lrg-bg-img .search-tool .search-forms .the-submit{text-align:center}}header.lrg-bg-img .search-tool .search-forms .the-search{width:80%}@media(max-width: 767px){header.lrg-bg-img .search-tool .search-forms .the-search{width:100%}}header.lrg-bg-img .search-tool .search-forms .the-search input[type=text]{width:100%;height:45px;padding:6px 26px 0;font-size:19px;border-radius:30px;background:#e4e3e3}@media(max-width: 767px){header.lrg-bg-img .search-tool .search-forms .the-search input[type=text]{width:100%;margin:0 0 15px;text-align:center}}header.lrg-bg-img .search-tool .search-forms .the-submit{width:20%;padding:0 0 0 15px}@media(max-width: 767px){header.lrg-bg-img .search-tool .search-forms .the-submit{width:100%;padding:0}}header.lrg-bg-img .search-tool .search-forms .the-submit button{cursor:pointer;width:100%;height:45px;padding:0 15px;font-size:13px;color:#fff;text-transform:uppercase;border-radius:30px;background:#4ac94b;transition:all .5s ease}@media(max-width: 767px){header.lrg-bg-img .search-tool .search-forms .the-submit button{font-size:15px}}header.lrg-bg-img .search-tool .search-forms .the-submit button:hover{background:#37a538}header.lrg-bg-img .search-tool .search-forms .the-submit button:disabled{cursor:not-allowed}header.lrg-bg-img .guide{position:absolute;bottom:40px;left:0;right:0;width:34px;height:28px;margin:0 auto}@media(max-width: 767px){header.lrg-bg-img .guide{bottom:17px}}header.lrg-bg-img .guide img{filter:invert(100%)}header.page-topbar{background:#1e1e1e}header.page-topbar .container{max-width:1550px;padding:10px 15px;transition:all .3s ease}header.page-topbar .container .col-a{width:175px;height:auto;overflow:hidden}header.page-topbar .container .col-a.main-logo img{min-height:76px}@media(max-width: 1024px){header.page-topbar .container .col-a{width:125px;height:auto}header.page-topbar .container .col-a.main-logo img{min-height:54px}}@media(max-width: 991px){header.page-topbar .container .col-a{width:85px;height:auto}header.page-topbar .container .col-a.main-logo img{min-height:37px}}header.page-topbar .container .col-b .login-as{top:initial;bottom:-84px;right:0;line-height:100%;border-radius:6px;background-color:rgba(51,51,51,.85)}@media(max-width: 1024px){header.page-topbar .container .col-b .login-as{bottom:-67px}}@media(max-width: 991px){header.page-topbar .container .col-b .login-as{bottom:initial;right:initial;border-radius:6px}}header.page-topbar .container.shrink{height:auto;padding:15px}header.page-topbar .container.shrink .col-a{width:115px;height:auto}header.page-topbar .container.shrink .col-a.main-logo img{min-height:50px}@media(max-width: 1024px){header.page-topbar .container.shrink .col-a{width:75px;height:auto}header.page-topbar .container.shrink .col-a.main-logo img{min-height:32px}}header.page-topbar .container.shrink .col-b .login-as{bottom:-69px;right:0}@media(max-width: 1024px){header.page-topbar .container.shrink .col-b .login-as{bottom:-61px}}header.page-topbar .bars{margin:0 20px 0 0}.properties-box-wrap .properties:first-child{padding-top:48px !important}.properties{padding-top:93px;padding-bottom:40px}.properties:first-child{padding-top:48px !important}.properties .description{padding:0 130px 0 0;font-size:16px;color:#969696}@media(max-width: 767px){.properties .description{padding:0}}.properties .properties-slider{clear:both;height:inherit;margin:0 -14px;padding:35px 0;position:relative}.properties .properties-slider .slick-prev{right:47px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media(max-width: 991px){.properties .properties-slider .slick-prev{right:73px}}.properties .properties-slider .slick-next{right:14px}.properties .properties-slider .slick-arrow{cursor:pointer;position:absolute;top:-31px;width:27px;height:24px;font-size:0;border:none;border-radius:4px;background-image:url("../img/icn-arrow-r.svg");background-repeat:no-repeat;background-color:#c6c6c6;background-size:auto 11px;background-position:center center}.properties .properties-slider .slick-arrow:hover{background-color:#aaa}@media(max-width: 991px){.properties .properties-slider .slick-arrow{top:-38px;width:41px;height:43px;background-size:auto 15px}}.properties .properties-slider .items{position:relative;background:#222;margin:15px 14px;box-shadow:0 3px 5px 0 rgba(0,0,0,.3);transition:all .2s ease}.properties .properties-slider .items:focus{outline:none}.properties .properties-slider .items .thumb{overflow:hidden;position:relative;height:228px;background-image:url("../img/default-grey.svg");background-position:center;background-size:cover;background-color:#333}.properties .properties-slider .items .thumb .thumb-link{display:block;width:100%;height:100%}.properties .properties-slider .items .details{position:relative;padding:55px 10px 24px;text-align:center;background:#f3f3f3}.properties .properties-slider .items .details .category{position:absolute;z-index:5;top:0;left:0;right:0;width:55%;padding:9px 5px;margin:0 auto;font-size:14px;font-weight:600;color:#fff;text-align:center;text-transform:uppercase;border-radius:0 0 15px 15px;background:#ccc}.properties .properties-slider .items .details .category.featured{background-color:rgba(255,38,41,.6)}.properties .properties-slider .items .details .category.for-sale{background:#85d58e}.properties .properties-slider .items .details .category.for-rent{color:#666 !important;background:rgba(255,241,55,.6)}.properties .properties-slider .items .details .title{height:50px;font-size:16px}.properties .properties-slider .items .details .title a{font-size:16px;font-weight:600;color:#222;text-decoration:none}.properties .properties-slider .items .details .title a:hover{color:#0069b1}.properties .properties-slider .items .details .price{padding:0 0 10px;font-family:"Khula",sans-serif;font-size:20px;font-weight:600;color:#2e7b39}.properties .properties-slider .items .other-details ul{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-items:center;align-content:center;list-style:none;margin:0;padding:0;color:#fff}.properties .properties-slider .items .other-details ul li{padding:8px 0 8px 31px;font-size:11px;font-weight:600;color:#555}.properties .properties-slider .items .other-details ul li.home{background:url("../img/icn-home.svg") left center no-repeat}.properties .properties-slider .items .other-details ul li.beds{background:url("../img/icn-bedrooms.svg") left center no-repeat}.properties .properties-slider .items .other-details ul li.baths{background:url("../img/icn-bathrooms.svg") left center no-repeat}.properties .properties-slider .items .other-details ul li.home,.properties .properties-slider .items .other-details ul li.beds,.properties .properties-slider .items .other-details ul li.baths{background-size:26px auto}.properties .properties-slider .items .other-details ul .orb{width:30px;height:30px;margin:0 10px 0 0;border-radius:50%;background-position:center;background-size:cover;background-color:#fff}.properties .properties-slider .items .more-details{padding:8px;background:#bfcfd9;transition:all .3s ease}.properties .properties-slider .items .more-details.agent{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;font-size:13px;font-weight:500;text-transform:capitalize}.properties .properties-slider .items .more-details.agent a{color:#fff;text-decoration:none}.properties .properties-slider .items .more-details.agent a:hover{color:#606060;text-decoration:none}.properties .properties-slider .items .more-details.agent .orb{width:30px;height:30px;margin:0 10px 0 0;border-radius:50%;background-position:center;background-size:cover;background-color:#fff}.properties .properties-slider .items:hover{box-shadow:0 3px 5px 0 rgba(0,0,0,.5)}.properties .properties-slider .items:hover .overlay{visibility:visible;opacity:1}.properties .properties-slider .items:hover .details .title a{color:#0069b1}.properties .more-wrap{clear:both;text-align:center}.properties .more-bttn{display:inline-block;padding:20px 24px 14px;font-family:"Khula",sans-serif;color:#fff;line-height:100%;text-transform:uppercase;text-decoration:none;border-radius:30px;background:#4ac94b;transition:all .3s ease}.properties .more-bttn:hover{box-shadow:0 1px 5px 0 rgba(0,0,0,.5)}.highlights-section{position:relative;max-width:1366px;margin:0 auto;padding:5em 15em;font-size:17px;color:#fff;text-align:center;border-radius:20px;background:#222}@media(max-width: 1366px){.highlights-section{border-radius:0}}@media(max-width: 991px){.highlights-section{padding:5em}}@media(max-width: 991px){.highlights-section{padding:5em 20px}}.highlights-section .img-overlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:20px;background-size:cover;background-position:center;background-repeat:no-repeat;mix-blend-mode:overlay}@media(max-width: 1366px){.highlights-section .img-overlay{border-radius:0}}@supports not (mix-blend-mode: multiply){.highlights-section{background-color:#000}.highlights-section .img-overlay{opacity:.2}}.highlights-section .text-wrap{position:relative;z-index:1}.highlights-section h2{margin:0 0 45px;font-size:38px;font-weight:300;text-transform:uppercase}.highlights-section p{line-height:26px}.testimonials{position:relative;max-width:1366px;margin:93px auto 40px;padding:5em;font-size:17px;color:#fff;text-align:center;border-radius:20px;background:#202020}@media(max-width: 1366px){.testimonials{border-radius:0}}@media(max-width: 991px){.testimonials{padding:5em}}@media(max-width: 991px){.testimonials{padding:5em 20px}}.testimonials .content-wrap{position:relative}.testimonials .img-overlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:20px;background-image:url("../img/md-img-01.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;mix-blend-mode:overlay}@media(max-width: 1366px){.testimonials .img-overlay{border-radius:0}}@supports not (mix-blend-mode: multiply){.testimonials{background-color:#000}.testimonials .img-overlay{opacity:.2}}.testimonials .the-lists{padding:0 0 35px}.testimonials .the-lists ul{list-style:none;margin:0;padding:0;font-size:0}.testimonials .the-lists ul li{display:inline-block;vertical-align:top;width:50%;font-size:14px}@media(max-width: 767px){.testimonials .the-lists ul li{width:100%}}.testimonials .the-lists ul li .wrap-text{padding:42px}@media(max-width: 767px){.testimonials .the-lists ul li .wrap-text{padding:20px}}.testimonials .the-lists ul li p{padding:53px 0 0;word-break:break-all;background:url("../img/icn-quote.svg") left top no-repeat}.testimonials .the-lists ul li .client{font-family:"Khula",sans-serif;font-size:19px;text-transform:uppercase}@media(max-width: 767px){.testimonials .the-lists ul li .client{padding:0 20px}}.testimonials .the-lists ul li .client .owner-title{font-size:13px;font-style:italic;text-transform:capitalize}.testimonial-lists{position:relative}.testimonial-lists .add-button{position:absolute;top:0;right:0}.testimonial-lists .add-button a{padding:10px 15px;font-size:14px;color:#fff;text-decoration:none;border-radius:25px;background:#222}.testimonial-lists .add-button a:hover{background:#000}.testimonial-lists ul{list-style:none;margin:0;padding:0;font-size:0}.testimonial-lists ul li{display:inline-block;vertical-align:top;width:50%;font-size:14px}@media(max-width: 767px){.testimonial-lists ul li{width:100%}}.testimonial-lists ul li .wrap-text{padding:42px}@media(max-width: 767px){.testimonial-lists ul li .wrap-text{padding:20px}}.testimonial-lists ul li p{padding:53px 0 0;word-break:break-all;background:url("../img/icn-quote.svg") left top no-repeat}.testimonial-lists ul li .client{font-family:"Khula",sans-serif;font-size:19px;text-transform:uppercase}@media(max-width: 767px){.testimonial-lists ul li .client{padding:0 20px}}.testimonial-lists ul li .client .owner-title{font-size:13px;font-style:italic;text-transform:capitalize}.home-blog .the-lists ul,.blog-page .the-lists ul{list-style:none;margin:0 -10px;padding:0;font-size:0}.home-blog .the-lists ul li,.blog-page .the-lists ul li{vertical-align:top;display:inline-block;width:25%;padding:10px;font-size:14px}@media(max-width: 991px){.home-blog .the-lists ul li,.blog-page .the-lists ul li{width:50%}}@media(max-width: 767px){.home-blog .the-lists ul li,.blog-page .the-lists ul li{width:100%;text-align:center}}.home-blog .the-lists ul li .wrap,.blog-page .the-lists ul li .wrap{background:#f3f3f3;box-shadow:0 3px 5px 0 rgba(0,0,0,.3);transition:all .2s ease}.home-blog .the-lists ul li .wrap:hover,.blog-page .the-lists ul li .wrap:hover{box-shadow:0 3px 5px 0 rgba(0,0,0,.5)}.home-blog .the-lists ul li .thumb,.blog-page .the-lists ul li .thumb{overflow:hidden;position:relative;height:200px;background-image:url(../img/default-grey.svg);background-position:center;background-size:cover;background-color:#333}.home-blog .the-lists ul li .thumb .thumb-link,.blog-page .the-lists ul li .thumb .thumb-link{display:block;width:100%;height:100%}.home-blog .the-lists ul li .details,.blog-page .the-lists ul li .details{position:relative;padding:20px}.home-blog .the-lists ul li h2,.blog-page .the-lists ul li h2{margin:0;padding:0 0 5px;line-height:initial;font-family:"Raleway",sans-serif;font-size:15px;font-weight:600;color:#222}.home-blog .the-lists ul li .title a,.blog-page .the-lists ul li .title a{color:#222;text-decoration:none}.home-blog .the-lists ul li .title a:hover,.blog-page .the-lists ul li .title a:hover{color:#666}.home-blog .the-lists ul li .article-author,.blog-page .the-lists ul li .article-author{font-size:13px}.home-blog .the-lists ul li .article-author a,.blog-page .the-lists ul li .article-author a{font-size:13px;font-weight:600}.home-blog .the-lists ul li .article-author a:hover,.blog-page .the-lists ul li .article-author a:hover{text-decoration:underline}.home-blog .the-lists ul li .summary,.blog-page .the-lists ul li .summary{padding:20px 0 0;font-size:13px}.home-blog .the-lists ul li .summary p,.blog-page .the-lists ul li .summary p{margin:0}.home-blog .the-lists ul li .read-more,.blog-page .the-lists ul li .read-more{font-size:14px;color:#fff;text-align:center;background:#000}.home-blog .the-lists ul li .read-more:hover,.blog-page .the-lists ul li .read-more:hover{background:#238fee}.home-blog .the-lists ul li .read-more a,.blog-page .the-lists ul li .read-more a{display:block;padding:10px;color:#fff;text-decoration:none}.home-blog{padding-top:90px;padding-bottom:90px}.home-blog .the-lists{padding:35px 0}.blog-page .the-lists ul li{display:inline-block;width:33.3333333333%;padding:0 10px 30px 10px}@media(max-width: 991px){.blog-page .the-lists ul li{width:50%}}@media(max-width: 767px){.blog-page .the-lists ul li{width:100%;text-align:center}}@media(max-width: 767px){.page-blogs-post .page-content{display:table;width:100%}.page-blogs-post .page-content .sidebar{display:table-footer-group}.page-blogs-post .page-content .content-right{padding:0 0 30px}}.testimonials .more-wrap,.home-blog .more-wrap{clear:both;text-align:center}.testimonials .more-bttn,.home-blog .more-bttn{display:inline-block;padding:20px 24px 14px;font-family:"Khula",sans-serif;color:#fff;line-height:100%;text-transform:uppercase;text-decoration:none;border-radius:30px;background:#4ac94b;transition:all .3s ease}.testimonials .more-bttn:hover,.home-blog .more-bttn:hover{box-shadow:0 1px 5px 0 rgba(0,0,0,.5)}.page p,.single p,.author p{font-family:"Khula",sans-serif}.page .breadcrumbs,.single .breadcrumbs,.author .breadcrumbs{padding:0 0 20px;font-size:12px;text-transform:uppercase}.page .breadcrumbs>span,.single .breadcrumbs>span,.author .breadcrumbs>span{display:inline-block;padding:0 3px}.page .breadcrumbs>span:first-child,.single .breadcrumbs>span:first-child,.author .breadcrumbs>span:first-child{padding:0 3px 0 0}.page .breadcrumbs a,.single .breadcrumbs a,.author .breadcrumbs a{display:inline-block;color:#000;text-decoration:none}.page .breadcrumbs a:hover,.single .breadcrumbs a:hover,.author .breadcrumbs a:hover{color:#2187ff}.page .breadcrumbs .current-item,.single .breadcrumbs .current-item,.author .breadcrumbs .current-item{font-weight:700;color:#000}.page .page-title-bar,.single .page-title-bar,.author .page-title-bar{padding:23px 0 18px;background:#efefef}.page .page-title-bar .page-title,.single .page-title-bar .page-title,.author .page-title-bar .page-title{margin:0}.page .page-title-bar .page-subtitle,.single .page-title-bar .page-subtitle,.author .page-title-bar .page-subtitle{max-width:650px;margin-top:5px}.page .page-content,.single .page-content,.author .page-content{padding-top:20px;padding-bottom:20px}.page .content-left,.single .content-left,.author .content-left{padding-right:30px}@media(max-width: 991px){.page .content-left,.single .content-left,.author .content-left{padding-right:20px}}@media(max-width: 767px){.page .content-left,.single .content-left,.author .content-left{padding:30px 0}}.page .content-right,.single .content-right,.author .content-right{padding-left:30px}@media(max-width: 991px){.page .content-right,.single .content-right,.author .content-right{padding-left:20px}}@media(max-width: 767px){.page .content-right,.single .content-right,.author .content-right{padding:30px 0}}.page .sidebar .box,.single .sidebar .box,.author .sidebar .box{margin:0 0 15px;background:#f0f0f0}.page .sidebar .box:last-child,.single .sidebar .box:last-child,.author .sidebar .box:last-child{margin:0}.page .sidebar .box input,.page .sidebar .box select,.single .sidebar .box input,.single .sidebar .box select,.author .sidebar .box input,.author .sidebar .box select{width:100%;padding:9px 12px;font-size:14px;border-radius:0;background-color:#fff}.page .sidebar .box input[type=search],.single .sidebar .box input[type=search],.author .sidebar .box input[type=search]{padding-right:30px;background-image:url("../img/icn-search.svg");background-position:center right;background-repeat:no-repeat}.page .sidebar .box select,.single .sidebar .box select,.author .sidebar .box select{background-image:url("../img/icn-select-arrdown.svg");background-position:center right;background-repeat:no-repeat}.page .sidebar .box .title,.single .sidebar .box .title,.author .sidebar .box .title{padding:12px 18px 10px;font-size:14px;font-weight:600;line-height:100%;border-bottom:1px solid #d7d7d7}.page .sidebar .box .content,.single .sidebar .box .content,.author .sidebar .box .content{padding:18px}.page .sidebar .box .the-slider-wrap .sub-title,.single .sidebar .box .the-slider-wrap .sub-title,.author .sidebar .box .the-slider-wrap .sub-title{padding:0 0 25px;font-size:14px;text-align:center}.page .sidebar .box .the-slider-wrap .the-slider,.single .sidebar .box .the-slider-wrap .the-slider,.author .sidebar .box .the-slider-wrap .the-slider{height:3px;border-radius:0;border:0;background:#d2d2d2}.page .sidebar .box .the-slider-wrap .the-slider .ui-widget-header,.single .sidebar .box .the-slider-wrap .the-slider .ui-widget-header,.author .sidebar .box .the-slider-wrap .the-slider .ui-widget-header{background:#2ea3f2}.page .sidebar .box .the-slider-wrap .the-slider .ui-slider-handle,.single .sidebar .box .the-slider-wrap .the-slider .ui-slider-handle,.author .sidebar .box .the-slider-wrap .the-slider .ui-slider-handle{outline:none;top:-3px;width:9px;height:9px;border:0;border-radius:100%;background:#2ea3f2}.page .sidebar .box .the-slider-wrap .the-slider .ui-slider-handle:before,.single .sidebar .box .the-slider-wrap .the-slider .ui-slider-handle:before,.author .sidebar .box .the-slider-wrap .the-slider .ui-slider-handle:before{position:absolute;top:-4px;left:-4px;content:"";width:13px;height:13px;border:2px solid #2ea3f2;border-radius:100%}.page .sidebar .box .the-slider-wrap .output,.single .sidebar .box .the-slider-wrap .output,.author .sidebar .box .the-slider-wrap .output{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-around;align-items:center;align-content:stretch;padding:15px 7px 0}.page .sidebar .box .the-slider-wrap .output input[type=text],.single .sidebar .box .the-slider-wrap .output input[type=text],.author .sidebar .box .the-slider-wrap .output input[type=text]{padding:5px 10px;font-size:13px;color:#333;border-radius:3px}.page .sidebar .box .the-slider-wrap .output .to,.single .sidebar .box .the-slider-wrap .output .to,.author .sidebar .box .the-slider-wrap .output .to{padding:10px;font-size:12px}.page .sidebar .box .the-slider-wrap.division,.single .sidebar .box .the-slider-wrap.division,.author .sidebar .box .the-slider-wrap.division{margin:15px 0 0;border-top:1px solid #d7d7d7}.page .sidebar .box .the-slider-wrap.division .sub-title,.single .sidebar .box .the-slider-wrap.division .sub-title,.author .sidebar .box .the-slider-wrap.division .sub-title{padding:20px 0 25px}.page .sidebar .box #archive ul,.single .sidebar .box #archive ul,.author .sidebar .box #archive ul{margin:0;padding:0 0 0 20px}.page .sidebar .box #archive ul li,.single .sidebar .box #archive ul li,.author .sidebar .box #archive ul li{margin:0 0 5px}.page .sidebar .box #archive ul li:last-child,.single .sidebar .box #archive ul li:last-child,.author .sidebar .box #archive ul li:last-child{margin:0}.page .sidebar .box #archive ul li a,.single .sidebar .box #archive ul li a,.author .sidebar .box #archive ul li a{color:#222;text-decoration:none}.page .sidebar .box #archive ul li a:hover,.single .sidebar .box #archive ul li a:hover,.author .sidebar .box #archive ul li a:hover{text-decoration:underline}.page .sidebar .box #tags,.single .sidebar .box #tags,.author .sidebar .box #tags{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:baseline;align-content:stretch}.page .sidebar .box #tags span,.single .sidebar .box #tags span,.author .sidebar .box #tags span{line-height:25px}.page .sidebar .box #tags a,.single .sidebar .box #tags a,.author .sidebar .box #tags a{color:#222;text-decoration:none}.page .sidebar .box #tags a:hover,.single .sidebar .box #tags a:hover,.author .sidebar .box #tags a:hover{text-decoration:underline}.page .properties-list .sorting-bar,.single .properties-list .sorting-bar,.author .properties-list .sorting-bar{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:center;padding:0 0 12px}.page .properties-list .sorting-bar .col-a,.single .properties-list .sorting-bar .col-a,.author .properties-list .sorting-bar .col-a{display:flex;width:70%}@media(max-width: 991px){.page .properties-list .sorting-bar .col-a,.single .properties-list .sorting-bar .col-a,.author .properties-list .sorting-bar .col-a{width:50%}}.page .properties-list .sorting-bar .col-b,.single .properties-list .sorting-bar .col-b,.author .properties-list .sorting-bar .col-b{display:flex;justify-content:flex-end;align-items:center;width:30%;text-align:right}@media(max-width: 991px){.page .properties-list .sorting-bar .col-b,.single .properties-list .sorting-bar .col-b,.author .properties-list .sorting-bar .col-b{width:50%}}.page .properties-list .sorting-bar .add-bttn,.single .properties-list .sorting-bar .add-bttn,.author .properties-list .sorting-bar .add-bttn{display:inline-block;padding:12px 12px 8px;font-family:"Khula",sans-serif;font-size:14px;color:#fff;line-height:100%;text-decoration:none;text-align:center;text-transform:uppercase;border-radius:4px;background:#57c95d}.page .properties-list .sorting-bar .counts,.single .properties-list .sorting-bar .counts,.author .properties-list .sorting-bar .counts{font-size:14px;font-weight:500;color:#222;text-transform:uppercase}.page .properties-list .sorting-bar label,.single .properties-list .sorting-bar label,.author .properties-list .sorting-bar label{font-size:11px;font-weight:600;color:#999}.page .properties-list .sorting-bar select,.single .properties-list .sorting-bar select,.author .properties-list .sorting-bar select{margin:0 15px 0 5px;padding:2px 25px 2px 5px;border:1px solid #ccc;background-image:url(../img/icn-select-arrdown.svg);background-position:center right;background-repeat:no-repeat;background-color:#fff;background-size:18px}@media(max-width: 767px){.page .properties-list .sorting-bar select,.single .properties-list .sorting-bar select,.author .properties-list .sorting-bar select{margin:0 0 0 5px}}.page .properties-list .sorting-bar .view-landscape,.page .properties-list .sorting-bar .view-portrait,.single .properties-list .sorting-bar .view-landscape,.single .properties-list .sorting-bar .view-portrait,.author .properties-list .sorting-bar .view-landscape,.author .properties-list .sorting-bar .view-portrait{cursor:pointer;display:inline-block;margin:0 0 0 2px;padding:5px 5px 2px;border-radius:3px}@media(max-width: 767px){.page .properties-list .sorting-bar .view-landscape,.page .properties-list .sorting-bar .view-portrait,.single .properties-list .sorting-bar .view-landscape,.single .properties-list .sorting-bar .view-portrait,.author .properties-list .sorting-bar .view-landscape,.author .properties-list .sorting-bar .view-portrait{display:none}}.page .properties-list .sorting-bar .view-landscape:hover,.page .properties-list .sorting-bar .view-portrait:hover,.single .properties-list .sorting-bar .view-landscape:hover,.single .properties-list .sorting-bar .view-portrait:hover,.author .properties-list .sorting-bar .view-landscape:hover,.author .properties-list .sorting-bar .view-portrait:hover{color:#2187ff;background:#e7e7e7}.page .properties-list .sorting-bar .view-landscape.active,.page .properties-list .sorting-bar .view-portrait.active,.single .properties-list .sorting-bar .view-landscape.active,.single .properties-list .sorting-bar .view-portrait.active,.author .properties-list .sorting-bar .view-landscape.active,.author .properties-list .sorting-bar .view-portrait.active{background:#e4e2e8}.page .properties-list .items-list,.single .properties-list .items-list,.author .properties-list .items-list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;align-content:flex-start;margin:0 -10px}@media(max-width: 767px){.page .properties-list .items-list,.single .properties-list .items-list,.author .properties-list .items-list{margin:0}}.page .properties-list .items-list .items,.single .properties-list .items-list .items,.author .properties-list .items-list .items{position:relative;width:33.3333333333%;padding:10px;background:#fff;transition:all .5s ease}@media(max-width: 991px){.page .properties-list .items-list .items,.single .properties-list .items-list .items,.author .properties-list .items-list .items{width:50%}}@media(max-width: 767px){.page .properties-list .items-list .items,.single .properties-list .items-list .items,.author .properties-list .items-list .items{width:100%}}.page .properties-list .items-list .items .thumb,.single .properties-list .items-list .items .thumb,.author .properties-list .items-list .items .thumb{overflow:hidden;position:relative;height:200px;background-image:url("../img/default-grey.svg");background-position:center;background-size:cover;background-color:#333}.page .properties-list .items-list .items .thumb .thumb-link,.single .properties-list .items-list .items .thumb .thumb-link,.author .properties-list .items-list .items .thumb .thumb-link{display:block;width:100%;height:100%}.page .properties-list .items-list .items .category,.single .properties-list .items-list .items .category,.author .properties-list .items-list .items .category{position:absolute;z-index:5;top:0;left:0;right:0;max-width:55%;padding:9px 5px;margin:0 auto;font-size:13px;font-weight:600;color:#fff;text-align:center;text-transform:uppercase;border-radius:0 0 15px 15px;background:rgba(204,204,204,.6)}.page .properties-list .items-list .items .category.featured,.single .properties-list .items-list .items .category.featured,.author .properties-list .items-list .items .category.featured{background-color:rgba(255,38,41,.6)}.page .properties-list .items-list .items .category.for-sale,.single .properties-list .items-list .items .category.for-sale,.author .properties-list .items-list .items .category.for-sale{background:#85d58e}.page .properties-list .items-list .items .category.for-rent,.single .properties-list .items-list .items .category.for-rent,.author .properties-list .items-list .items .category.for-rent{color:#666 !important;background:rgba(255,241,55,.6)}.page .properties-list .items-list .items .details,.single .properties-list .items-list .items .details,.author .properties-list .items-list .items .details{position:relative;padding:55px 10px 24px;text-align:center;background:#f3f3f3}.page .properties-list .items-list .items .details .title,.single .properties-list .items-list .items .details .title,.author .properties-list .items-list .items .details .title{height:50px;margin:0;font-size:16px}.page .properties-list .items-list .items .details .title a,.single .properties-list .items-list .items .details .title a,.author .properties-list .items-list .items .details .title a{font-size:16px;font-weight:600;color:#222;text-decoration:none}.page .properties-list .items-list .items .details .title a:hover,.single .properties-list .items-list .items .details .title a:hover,.author .properties-list .items-list .items .details .title a:hover{color:#0069b1}.page .properties-list .items-list .items .details .price,.single .properties-list .items-list .items .details .price,.author .properties-list .items-list .items .details .price{padding:0 0 10px;font-family:"Khula",sans-serif;font-size:20px;font-weight:600;color:#2e7b39}.page .properties-list .items-list .items .other-details ul,.single .properties-list .items-list .items .other-details ul,.author .properties-list .items-list .items .other-details ul{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-items:center;align-content:center;list-style:none;margin:0;padding:0;color:#fff}.page .properties-list .items-list .items .other-details ul li,.single .properties-list .items-list .items .other-details ul li,.author .properties-list .items-list .items .other-details ul li{padding:8px 0 8px 28px;font-size:8px;font-weight:600;color:#555}@media(max-width: 767px){.page .properties-list .items-list .items .other-details ul li,.single .properties-list .items-list .items .other-details ul li,.author .properties-list .items-list .items .other-details ul li{font-size:14px}.page .properties-list .items-list .items .other-details ul li.home,.page .properties-list .items-list .items .other-details ul li.beds,.page .properties-list .items-list .items .other-details ul li.baths,.single .properties-list .items-list .items .other-details ul li.home,.single .properties-list .items-list .items .other-details ul li.beds,.single .properties-list .items-list .items .other-details ul li.baths,.author .properties-list .items-list .items .other-details ul li.home,.author .properties-list .items-list .items .other-details ul li.beds,.author .properties-list .items-list .items .other-details ul li.baths{background-size:25px auto}}.page .properties-list .items-list .items .other-details ul li.home,.single .properties-list .items-list .items .other-details ul li.home,.author .properties-list .items-list .items .other-details ul li.home{background:url("../img/icn-home.svg") left center no-repeat}.page .properties-list .items-list .items .other-details ul li.beds,.single .properties-list .items-list .items .other-details ul li.beds,.author .properties-list .items-list .items .other-details ul li.beds{background:url("../img/icn-bedrooms.svg") left center no-repeat}.page .properties-list .items-list .items .other-details ul li.baths,.single .properties-list .items-list .items .other-details ul li.baths,.author .properties-list .items-list .items .other-details ul li.baths{background:url("../img/icn-bathrooms.svg") left center no-repeat}.page .properties-list .items-list .items .other-details ul li.home,.page .properties-list .items-list .items .other-details ul li.beds,.page .properties-list .items-list .items .other-details ul li.baths,.single .properties-list .items-list .items .other-details ul li.home,.single .properties-list .items-list .items .other-details ul li.beds,.single .properties-list .items-list .items .other-details ul li.baths,.author .properties-list .items-list .items .other-details ul li.home,.author .properties-list .items-list .items .other-details ul li.beds,.author .properties-list .items-list .items .other-details ul li.baths{background-size:23px auto}.page .properties-list .items-list .items .more-details,.single .properties-list .items-list .items .more-details,.author .properties-list .items-list .items .more-details{padding:8px;background:#bfcfd9;transition:all .3s ease}.page .properties-list .items-list .items .more-details.agent,.single .properties-list .items-list .items .more-details.agent,.author .properties-list .items-list .items .more-details.agent{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center;font-size:13px;font-weight:500;text-transform:capitalize}.page .properties-list .items-list .items .more-details.agent a,.single .properties-list .items-list .items .more-details.agent a,.author .properties-list .items-list .items .more-details.agent a{color:#fff;text-decoration:none}.page .properties-list .items-list .items .more-details.agent a:hover,.single .properties-list .items-list .items .more-details.agent a:hover,.author .properties-list .items-list .items .more-details.agent a:hover{color:#606060;text-decoration:none}.page .properties-list .items-list .items .more-details.agent .orb,.single .properties-list .items-list .items .more-details.agent .orb,.author .properties-list .items-list .items .more-details.agent .orb{width:30px;height:30px;margin:0 10px 0 0;border-radius:50%;background-position:center;background-size:cover;background-color:#fff}.page .properties-list .items-list .items .more-details .agent-wrap,.single .properties-list .items-list .items .more-details .agent-wrap,.author .properties-list .items-list .items .more-details .agent-wrap{margin:10px}.page .properties-list .items-list .items .more-details .agent-wrap a,.single .properties-list .items-list .items .more-details .agent-wrap a,.author .properties-list .items-list .items .more-details .agent-wrap a{display:flex;align-items:center}.page .properties-list .items-list .items .more-details .submitted-controls button,.single .properties-list .items-list .items .more-details .submitted-controls button,.author .properties-list .items-list .items .more-details .submitted-controls button{cursor:pointer;display:block;min-width:105px;margin:5px 3px;padding:12px 24px 8px;font-family:"Khula",sans-serif;color:#fff;line-height:100%;text-transform:uppercase;text-decoration:none;border-radius:30px;transition:all .3s ease}.page .properties-list .items-list .items .more-details .submitted-controls button:first-child,.single .properties-list .items-list .items .more-details .submitted-controls button:first-child,.author .properties-list .items-list .items .more-details .submitted-controls button:first-child{margin-left:0}.page .properties-list .items-list .items .more-details .submitted-controls button:last-child,.single .properties-list .items-list .items .more-details .submitted-controls button:last-child,.author .properties-list .items-list .items .more-details .submitted-controls button:last-child{margin-right:0}.page .properties-list .items-list .items .more-details .submitted-controls button.sp-approve,.single .properties-list .items-list .items .more-details .submitted-controls button.sp-approve,.author .properties-list .items-list .items .more-details .submitted-controls button.sp-approve{background:#4ac94b}.page .properties-list .items-list .items .more-details .submitted-controls button.sp-edit,.single .properties-list .items-list .items .more-details .submitted-controls button.sp-edit,.author .properties-list .items-list .items .more-details .submitted-controls button.sp-edit{background:#0086d9}.page .properties-list .items-list .items .more-details .submitted-controls button.sp-delete,.single .properties-list .items-list .items .more-details .submitted-controls button.sp-delete,.author .properties-list .items-list .items .more-details .submitted-controls button.sp-delete{background:#000}.page .properties-list .items-list .items:hover .details .title a,.single .properties-list .items-list .items:hover .details .title a,.author .properties-list .items-list .items:hover .details .title a{color:#0069b1}.page .properties-list .items-list .items.landscape,.single .properties-list .items-list .items.landscape,.author .properties-list .items-list .items.landscape{width:100%}.page .properties-list .items-list .items.landscape .item-contain,.single .properties-list .items-list .items.landscape .item-contain,.author .properties-list .items-list .items.landscape .item-contain{width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;align-content:stretch}.page .properties-list .items-list .items.landscape .thumb,.single .properties-list .items-list .items.landscape .thumb,.author .properties-list .items-list .items.landscape .thumb{width:35%;height:inherit}.page .properties-list .items-list .items.landscape .thumb .overlay,.single .properties-list .items-list .items.landscape .thumb .overlay,.author .properties-list .items-list .items.landscape .thumb .overlay{bottom:0;left:0}.page .properties-list .items-list .items.landscape .details-wrap,.single .properties-list .items-list .items.landscape .details-wrap,.author .properties-list .items-list .items.landscape .details-wrap{width:65%}.page .properties-list .items-list .items.landscape .details,.single .properties-list .items-list .items.landscape .details,.author .properties-list .items-list .items.landscape .details{padding:65px 30px 30px}.page .properties-list .items-list .items.landscape .details .other-details ul li,.single .properties-list .items-list .items.landscape .details .other-details ul li,.author .properties-list .items-list .items.landscape .details .other-details ul li{font-size:14px}.page .properties-list .items-list .items.landscape .details .other-details ul li.home,.page .properties-list .items-list .items.landscape .details .other-details ul li.beds,.page .properties-list .items-list .items.landscape .details .other-details ul li.baths,.single .properties-list .items-list .items.landscape .details .other-details ul li.home,.single .properties-list .items-list .items.landscape .details .other-details ul li.beds,.single .properties-list .items-list .items.landscape .details .other-details ul li.baths,.author .properties-list .items-list .items.landscape .details .other-details ul li.home,.author .properties-list .items-list .items.landscape .details .other-details ul li.beds,.author .properties-list .items-list .items.landscape .details .other-details ul li.baths{background-size:25px auto}.page .properties-list .items-list .items.landscape .more-details ul li,.single .properties-list .items-list .items.landscape .more-details ul li,.author .properties-list .items-list .items.landscape .more-details ul li{font-size:11px}.page .properties-list .items-list .items.landscape .more-details.agent,.single .properties-list .items-list .items.landscape .more-details.agent,.author .properties-list .items-list .items.landscape .more-details.agent{flex-direction:row;flex-wrap:nowrap}.page .properties-list .items-list .items.landscape .more-details .agent-wrap,.single .properties-list .items-list .items.landscape .more-details .agent-wrap,.author .properties-list .items-list .items.landscape .more-details .agent-wrap{margin:0 10px}.page .properties-list .items-list .items.landscape .more-details .agent-wrap a,.single .properties-list .items-list .items.landscape .more-details .agent-wrap a,.author .properties-list .items-list .items.landscape .more-details .agent-wrap a{display:flex;align-items:center}.page .properties-list .items-list .items.landscape .more-details .submitted-controls button,.single .properties-list .items-list .items.landscape .more-details .submitted-controls button,.author .properties-list .items-list .items.landscape .more-details .submitted-controls button{display:inline-block;margin:5px 3px}.page .properties-list .items-list .items .item-contain,.single .properties-list .items-list .items .item-contain,.author .properties-list .items-list .items .item-contain{box-shadow:0 3px 5px 0 rgba(0,0,0,.3)}.page .properties-list .items-list .items .item-contain:hover,.single .properties-list .items-list .items .item-contain:hover,.author .properties-list .items-list .items .item-contain:hover{box-shadow:0 3px 5px 0 rgba(0,0,0,.5)}.page .properties-list .items-list .items .item-contain:hover .details .title a,.single .properties-list .items-list .items .item-contain:hover .details .title a,.author .properties-list .items-list .items .item-contain:hover .details .title a{color:#0069b1}.page .properties,.single .properties,.author .properties{padding-top:50px;padding-bottom:0}.page .page-default-content{padding:15px}.single .breadcrumbs{padding:0}.single .single-properties{padding-top:40px}.single .single-properties .col-a{padding:0 30px 0 0}@media(max-width: 767px){.single .single-properties .col-a{padding:0}}.single .single-properties .side-gallery{display:grid;grid-template-columns:repeat(4, 1fr)}@media(max-width: 767px){.single .single-properties .side-gallery{grid-template-columns:repeat(2, 1fr);padding:0 0 40px}}.single .single-properties .side-gallery a{display:inline-block;vertical-align:top;line-height:100%;padding:5px;background:#ddd}.single .single-properties .side-gallery a img{object-fit:cover;width:100%;height:133px}.single .single-properties .side-gallery .cover-img,.single .single-properties .side-gallery .no-cover-img{grid-column-end:span 4;position:relative;height:415px;padding:5px;background:#ddd}@media(max-width: 991px){.single .single-properties .side-gallery .cover-img,.single .single-properties .side-gallery .no-cover-img{height:295px}}@media(max-width: 767px){.single .single-properties .side-gallery .cover-img,.single .single-properties .side-gallery .no-cover-img{grid-column-end:span 2}}.single .single-properties .side-gallery .cover-img a{display:block;width:100%;height:100%;padding:0;background:#333}.single .single-properties .side-gallery .cover-img img{object-fit:contain;width:100%;max-width:100%;height:100% !important;max-height:405px}.single .single-properties .side-gallery .no-cover-img .frame{height:100%;background-image:url("../img/default-grey.svg");background-position:center;background-size:cover;background-color:#333}.single .single-properties .wp-block-gallery{margin:0}.single .single-properties .title{font-size:25px;font-weight:600}.single .single-properties .title-section{margin:0 0 10px;font-size:12px;font-weight:500;color:#878787;text-transform:uppercase}.single .single-properties .price{padding:0 0 20px;font-family:"Khula",sans-serif;font-size:24px;font-weight:700;color:#2e7b39}.single .single-properties .about,.single .single-properties .description,.single .single-properties .share-social-comm{padding:0 0 20px}.single .single-properties .about span,.single .single-properties .description span,.single .single-properties .share-social-comm span{font-family:"Khula",sans-serif}.single .single-properties .about p:last-child,.single .single-properties .description p:last-child,.single .single-properties .share-social-comm p:last-child{margin:15px 0 0}.single .single-properties .about{font-family:"Khula",sans-serif}.single .single-properties .about .category-actions{list-style:none;margin:0;padding:0}.single .single-properties .about .category-actions li{padding:0 0 4px}.single .single-properties .about .category-actions li:last-child{padding:0}.single .single-properties .description .list-items{list-style:none;margin:0;padding:0}.single .single-properties .description .list-items li{position:relative;padding:0 0 10px}.single .single-properties .description .list-items li:last-child{padding:0}.single .single-properties .description .list-items li.location,.single .single-properties .description .list-items li.lot-area,.single .single-properties .description .list-items li.rooms,.single .single-properties .description .list-items li.bath{padding-left:35px}.single .single-properties .description .list-items li.location:before,.single .single-properties .description .list-items li.lot-area:before,.single .single-properties .description .list-items li.rooms:before,.single .single-properties .description .list-items li.bath:before{position:absolute;top:-3px;left:0;content:"";width:24px;height:24px;background-size:19px auto;background-position:left center;background-repeat:no-repeat}.single .single-properties .description .list-items li.location:before{background-image:url(../img/icn-pin-grad.svg);background-size:15px auto}.single .single-properties .description .list-items li.lot-area:before{background-image:url(../img/icn-home-grad.svg)}.single .single-properties .description .list-items li.rooms:before{background-image:url(../img/icn-bedrooms-grad.svg)}.single .single-properties .description .list-items li.bath:before{background-image:url(../img/icn-bathrooms-grad.svg)}.single .single-properties .agent-details span{font-family:"Khula",sans-serif}.single .single-properties .agent-details .request-cont{padding:0 0 20px 40px}.single .single-properties .agent-details .request-cont .request-bttn{cursor:pointer;display:inline-block;padding:9px 15px;color:#fff;border-radius:15px;background:rgba(51,169,65,.9019607843);transition:background .5s ease}.single .single-properties .agent-details .request-cont .request-bttn:hover{background:rgba(94,214,108,.9019607843)}.single .single-properties .share-social-comm{margin:0;padding:0}.single .single-properties .share-social-comm a{display:inline-block;margin:0 5px;padding:8px;border-radius:100%;background:#f3f3f3;width:32px;height:32px;font-size:15px;color:#464646;text-align:center}.single .single-properties .share-social-comm a:first-child{margin:0 5px 0 0}.single .single-properties .submitted-post{margin:0 0 25px;padding:0 0 25px;border-bottom:1px solid #ccc}.single .single-properties .submitted-post .sp-description{padding:10px 0 0}@media(min-width: 768px){.single .single-properties .submitted-post .sp-description{padding:0 0 0 15px;border-left:1px solid #aaa}}.single .single-properties .submitted-post .sp-controls{padding:15px 0 0}.single .single-properties .submitted-post button{cursor:pointer;min-width:105px;margin:0 3px;padding:12px 24px 8px;font-family:"Khula",sans-serif;color:#fff;line-height:100%;text-transform:uppercase;text-decoration:none;border-radius:30px;transition:all .3s ease}.single .single-properties .submitted-post button:first-child{margin-left:0}.single .single-properties .submitted-post button:last-child{margin-right:0}.single .single-properties .submitted-post button.sp-approve{background:#4ac94b}.single .single-properties .submitted-post button.sp-edit{background:#0086d9}.single .single-properties .submitted-post button.sp-delete{background:#000}.author .breadcrumbs{padding:0}.author .title-section{font-weight:400;text-transform:uppercase}.author .about-broker{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;align-content:stretch;padding:15px;font-family:"Khula",sans-serif;background:#fff;-webkit-box-shadow:0px 5px 24px -13px rgba(0,0,0,.3);-moz-box-shadow:0px 5px 24px -13px rgba(0,0,0,.3);box-shadow:0px 5px 24px -13px rgba(0,0,0,.3)}@media(max-width: 767px){.author .about-broker{flex-direction:column}}.author .about-broker .col-a{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-content:stretch;width:35%;padding:0 20px 0 0}@media(max-width: 991px){.author .about-broker .col-a{width:50%}}@media(max-width: 767px){.author .about-broker .col-a{width:100%}}.author .about-broker .col-b{position:relative;width:65%;padding:20px 0 20px 20px;border-left:1px solid #d5d5d5}@media(max-width: 991px){.author .about-broker .col-b{width:50%}}@media(max-width: 767px){.author .about-broker .col-b{width:100%;padding:20px 0 0;border:0}}.author .about-broker .thumb{width:126px}.author .about-broker .details{padding:10px 0 0 15px;font-size:13px}.author .about-broker .details .name{font-size:18px;font-weight:600}.author .about-broker .details .position{color:#999;text-transform:uppercase}.author .about-broker .details .contact-location ul{list-style:none;margin:0;padding:15px 0 0}.author .about-broker .details .contact-location ul li{position:relative;padding:3px 0 3px 24px}.author .about-broker .details .contact-location ul li:before{position:absolute;top:3px;left:0;content:"";width:12px;height:20px;background-size:12px auto;background-position:left center;background-repeat:no-repeat}.author .about-broker .details .contact-location ul li a{color:#222;text-decoration:none}.author .about-broker .details .contact-location .phone-number:before{background-image:url(../img/icn-telephone.svg)}.author .about-broker .details .contact-location .email-add:before{background-image:url(../img/icn-mail.svg)}.author .about-broker .details .contact-location .address:before{background-image:url(../img/icn-pin.svg)}.author .about-broker .edit-bttn{display:block;position:absolute;top:0;right:0;padding:12px 12px 8px;font-size:14px;color:#fff;line-height:100%;text-align:center;text-decoration:none;border-radius:4px;background:#217ed3}@media(max-width: 767px){.author .about-broker .edit-bttn{position:initial;top:initial;margin:20px 0 0}}.author .about-broker .title-section{padding:0 0 14px;font-weight:600}.author .about-broker .paragraph{font-size:13px}.author .about-broker .paragraph p{margin:0 0 14px}.author .about-broker .paragraph p:last-child{margin:0}.author .properties-list{padding:70px 0 0}.author .properties-list .items .edit-delete-wrap-p{position:absolute;top:10px;right:10px}.author .properties-list .items .edit-delete-wrap-l{display:none;padding:0 0 10px;text-align:right}.author .properties-list .items .edit-post,.author .properties-list .items .delete-post{display:inline-block;width:34px;height:34px;padding:8px;text-align:center;color:#fff;border-radius:100%;background:#ccc;-webkit-box-shadow:0px 4px 7px -4px rgba(0,0,0,.55);-moz-box-shadow:0px 4px 7px -4px rgba(0,0,0,.55);box-shadow:0px 4px 7px -4px rgba(0,0,0,.55)}.author .properties-list .items .edit-post{background:#248eea}.author .properties-list .items .delete-post{background:#ff2629}.author .properties-list .items .thumb{height:295px !important}.author .properties-list .items .thumb .category{position:absolute;top:initial !important;bottom:0;left:0;right:0;border-radius:15px 15px 0 0}.author .properties-list .items .thumb .category.featured{background-color:rgba(255,38,41,.9)}.author .properties-list .items .thumb .category.for-sale{background:rgba(133,213,142,.9)}.author .properties-list .items .thumb .category.for-rent{background:rgba(255,241,55,.9)}.author .properties-list .items .details{padding:30px 20px !important;text-align:left !important}.author .properties-list .items .details .row-wrap{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:stretch}.author .properties-list .items .details .row-wrap .col-a,.author .properties-list .items .details .row-wrap .col-b{width:100%}.author .properties-list .items .details .bottom-section{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:stretch;padding:55px 0 0}.author .properties-list .items .details .location{font-size:16px !important;font-weight:600}.author .properties-list .items .details .share{padding:15px 0 0}.author .properties-list .items .details .share .bttn{display:inline-block;vertical-align:top;width:25px;height:25px;padding:5px 6px 6px;border-radius:50%;background:#fff}.author .properties-list .items .details .share .bttn:nth-child(even){margin:0 5px}.author .properties-list .items .details .share .bttn img{width:inherit}.author .properties-list .items .details .price{padding:15px 0 !important}.author .properties-list .items .details .more-bttn{display:inline-block;padding:11px 11px 7px;font-family:"Khula",sans-serif;font-size:14px;color:#fff;line-height:100%;text-decoration:none;text-align:center;text-transform:uppercase;border-radius:4px;background:#4ac94b}.author .properties-list .items .house-info ul{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;align-content:stretch;list-style:none;margin:0;padding:0;color:#333}.author .properties-list .items .house-info ul li{padding:8px 0 8px 31px;font-size:11px}.author .properties-list .items .house-info ul li.home{background:url("../img/icn-home.svg") left center no-repeat}.author .properties-list .items .house-info ul li.beds{background:url("../img/icn-bedrooms.svg") left center no-repeat}.author .properties-list .items .house-info ul li.baths{background:url("../img/icn-bathrooms.svg") left center no-repeat}.author .properties-list .items .house-info ul li.home,.author .properties-list .items .house-info ul li.beds,.author .properties-list .items .house-info ul li.baths{background-size:26px auto}.author .properties-list .items .house-info ul li:not(:first-child){margin-left:5px}.author .properties-list .items:hover .details .title a{color:#0069b1}.author .properties-list .items.landscape{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;align-content:flex-start}.author .properties-list .items.landscape .edit-delete-wrap-p{display:none}.author .properties-list .items.landscape .edit-delete-wrap-l{display:block}.author .properties-list .items.landscape .thumb{width:30% !important;height:inherit !important}.author .properties-list .items.landscape .thumb .category{position:absolute;top:initial !important;bottom:0;left:0;right:initial;margin:0 0 15px 15px;padding:9px 15px;border-radius:15px}.author .properties-list .items.landscape .details-wrap{width:70% !important}.author .properties-list .items.landscape .col-a{max-width:60%}.author .properties-list .items.landscape .row-wrap{flex-direction:row}.author .properties-list .items.landscape .row-wrap .col-b{text-align:right}.author .properties-list .items.landscape .details .house-info{max-width:100%}.author .properties-list .items.landscape .details .price{padding:0 !important}footer{margin:30px 0 0;font-family:"Khula",sans-serif;color:#fff;background:#1e1e1e}@supports not (mix-blend-mode: multiply){footer{background-color:#000}}footer .extra-section{position:relative;min-height:380px}footer .extra-section .img-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;mix-blend-mode:overlay}@supports not (mix-blend-mode: multiply){footer .extra-section .img-overlay{opacity:.2}}footer .extra-section .container{display:flex;position:relative;z-index:1;min-height:inherit}@media(min-width: 992px){footer .extra-section .container{flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center}}@media(max-width: 991px){footer .extra-section .container{flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center}}footer .extra-section .container input[type=email]{width:60%;height:59px;padding:0 26px;font-size:13px;border-radius:30px;background:#e4e3e3}@media(min-width: 768px)and (max-width: 991px){footer .extra-section .container input[type=email]{width:69%}}@media(max-width: 767px){footer .extra-section .container input[type=email]{width:100%;margin:0 0 15px}}footer .extra-section .container button{cursor:pointer;float:right;width:174px;height:59px;padding:0 37px;font-size:11px;color:#fff;text-transform:uppercase;border-radius:30px;background:#80cc35;background:-moz-linear-gradient(45deg, rgb(128, 204, 53) 0%, rgb(21, 206, 230) 100%);background:-webkit-gradient(left bottom, right top, color-stop(0%, rgb(128, 204, 53)), color-stop(100%, rgb(21, 206, 230)));background:-webkit-linear-gradient(45deg, rgb(128, 204, 53) 0%, rgb(21, 206, 230) 100%);background:-o-linear-gradient(45deg, rgb(128, 204, 53) 0%, rgb(21, 206, 230) 100%);background:-ms-linear-gradient(45deg, rgb(128, 204, 53) 0%, rgb(21, 206, 230) 100%);background:linear-gradient(45deg, rgb(128, 204, 53) 0%, rgb(21, 206, 230) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#80cc35", endColorstr="#15cee6", GradientType=1 )}@media(max-width: 767px){footer .extra-section .container button{float:none;width:100%}}@media(min-width: 992px){footer .extra-section .container .col-a,footer .extra-section .container .col-b{width:50%}}@media(max-width: 991px){footer .extra-section .container .col-a,footer .extra-section .container .col-b{width:85%}}footer .extra-section .container .col-a{padding:0 15px 0 0}@media(max-width: 991px){footer .extra-section .container .col-a{padding:0 0 30px;text-align:center}}footer .extra-section .container .col-a h2{margin:0 0 10px;font-size:30px;font-style:italic;font-weight:300}@media(max-width: 767px){footer .extra-section .container .col-a h2{font-size:25px}}footer .extra-section .container .col-b .email-forms{padding:14px 16px;border-radius:65px;background:#fff}@media(min-width: 768px)and (max-width: 991px){footer .extra-section .container .col-b .email-forms{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center}}@media(max-width: 767px){footer .extra-section .container .col-b .email-forms{padding:14px;border-radius:40px}}footer .bottom-most{padding:60px 15px 40px}@media(min-width: 768px){footer .bottom-most{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch}}footer .bottom-most ul{list-style:none;margin:0;padding:0;font-size:14px}footer .bottom-most ul li{position:relative;padding:0 0 0 24px}footer .bottom-most ul li a{color:#fff;text-decoration:none}footer .bottom-most ul li a:hover{text-decoration:underline}footer .bottom-most .col-a{width:24%;padding:0;font-size:13px}@media(max-width: 767px){footer .bottom-most .col-a{padding:0}}footer .bottom-most .col-a .text-wrap{padding:20px 0 0}footer .bottom-most .col-b{width:33%;padding:0 0 0 20px}@media(max-width: 767px){footer .bottom-most .col-b{padding:0}}footer .bottom-most .col-c{width:33%;padding:0 0 0 20px}@media(max-width: 767px){footer .bottom-most .col-c{padding:0}}@media(max-width: 767px){footer .bottom-most .col-a,footer .bottom-most .col-b,footer .bottom-most .col-c{width:100%}}footer .bottom-most .section-title{margin:0 0 42px;font-size:19px;font-weight:500}@media(max-width: 767px){footer .bottom-most .section-title{margin:42px 0 25px}}footer .bottom-most .time,footer .bottom-most .location,footer .bottom-most .telno,footer .bottom-most .mail,footer .bottom-most .fb{padding-bottom:12px}footer .bottom-most .time:last-child,footer .bottom-most .location:last-child,footer .bottom-most .telno:last-child,footer .bottom-most .mail:last-child,footer .bottom-most .fb:last-child{padding-bottom:0}footer .bottom-most .time:before,footer .bottom-most .location:before,footer .bottom-most .telno:before,footer .bottom-most .mail:before,footer .bottom-most .fb:before{position:absolute;top:3px;left:0;content:"";width:12px;height:20px;background-size:12px auto;background-repeat:no-repeat}footer .bottom-most .time:before{background-image:url("../img/icn-clock.svg")}footer .bottom-most .location:before{background-image:url("../img/icn-pin.svg")}footer .bottom-most .telno:before{background-image:url("../img/icn-telephone.svg")}footer .bottom-most .mail:before{background-image:url("../img/icn-mail.svg")}footer .bottom-most .fb:before{background-image:url("../img/icn-facebook.svg")}footer .bottom-most .main-logo{width:100%;max-width:232px;height:102px}footer .bottom-most #footer-nav ul>li{padding:0 0 20px;line-height:100%}footer .bottom-most #footer-nav ul>li:last-child{padding:0}@media(max-width: 767px){footer .bottom-most #footer-nav ul>li{padding:0 0 25px}}footer .bottom-most #footer-nav ul>li>ul{padding:10px 0 0 10px}footer .bottom-most #footer-nav ul>li>ul li{display:inline;padding:0}footer .bottom-most #footer-nav ul>li>ul li:after{content:"|"}footer .bottom-most #footer-nav ul>li>ul li:last-child:after{content:""}footer .bottom-most #footer-nav ul>li>ul li a{margin-right:5px;color:#999}footer .bottom-most #footer-nav ul>li>ul li:last-child a{margin:0}footer .bottom-most .widget_wpb_widget{width:100%}footer .powered-by{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;align-content:stretch;padding:0 0 30px 15px;font-size:12px;line-height:100%}footer .powered-by span{padding:0 10px 0 0}.ribbon-featured,.ribbon-pending{position:absolute;top:0;right:0;width:75px;height:75px;text-align:right}.ribbon-featured .triangle,.ribbon-pending .triangle{display:inline-block;width:0;height:0;color:#fff;border-style:solid;border-width:0 75px 75px 0}.ribbon-featured .triangle span,.ribbon-pending .triangle span{display:inherit;transform:rotate(45deg);padding:27px 29px 0;font-size:11px;font-weight:700;text-transform:uppercase}.ribbon-featured .triangle{border-color:rgba(0,0,0,0) #fc3434 rgba(0,0,0,0) rgba(0,0,0,0)}.ribbon-pending .triangle{color:#000;border-color:rgba(0,0,0,0) #f9fc34 rgba(0,0,0,0) rgba(0,0,0,0)}.no-entries-title{display:block;margin:0;padding:30px 15px 20px;color:#ccc;text-align:center;border:1px solid #ddd}.loading-scrn{position:fixed;z-index:1000;top:0;left:0;width:100%;height:100%;background:center url("../img/load-ellipsis.svg") no-repeat;background-color:rgba(0,0,0,.9)}.edit-avatar-wrap h3,.edit-avatar-wrap span.description,.edit-avatar-wrap p#wpua-thumbnail-existing,.edit-avatar-wrap p#wpua-undo-button-existing,.edit-avatar-wrap p#wpua-remove-button-existing,.edit-avatar-wrap div.updated{display:none !important}.edit-avatar-wrap .wpua-edit #wpua-add-button-existing{text-align:center}.edit-avatar-wrap .wpua-edit #wpua-add-button-existing button{cursor:pointer;padding:7px 10px;color:#fff;border-radius:5px;background:#333}.edit-avatar-wrap .wpua-edit #wpua-preview-existing{width:100%;margin:0}.edit-avatar-wrap .wpua-edit #wpua-preview-existing img{display:inline-block}.edit-avatar-wrap .wpua-edit input[type=submit]{cursor:pointer;display:block;width:100%;padding:10px 15px;font-size:12px;border-radius:5px}.wpcf7{max-width:50%;margin:0 auto !important;padding:30px 0 !important}@media(max-width: 767px){.wpcf7{max-width:100%;padding:20px 15px !important}}.wpcf7 p:before,.wpcf7 p:after{clear:both;display:table;content:" "}.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 textarea{width:100%;max-width:600px}@media(max-width: 767px){.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 textarea{max-width:100%}}.wpcf7 input[type=submit]{cursor:pointer;float:right;min-width:150px;padding:15px;font-size:14px;color:#fff;text-align:center;border:0;border-radius:30px;background:#4ac94b}@media(max-width: 767px){.wpcf7 input[type=submit]{min-width:100%}}.wpcf7 input[type=submit]:hover{box-shadow:0 1px 5px 0 rgba(0,0,0,.5)}.wpcf7 .label-text{font-weight:500;font-size:16px}.wpcf7 .required{font-size:20px;color:#ff2629}.advisory-bar{padding:15px 0;font-size:16px;font-weight:600;color:#fff;background:#3aaf3b;transition:all .3s ease}.advisory-bar .container{position:relative;max-width:1550px;padding:0 61px}@media(max-width: 991px){.advisory-bar .container{padding:0 65px}}@media(min-width: 768px){.advisory-bar .container{display:flex;align-items:center;justify-content:center;gap:30px}}@media(max-width: 767px){.advisory-bar .container{padding:0 50px;font-size:1rem;line-height:21px;text-align:center}}.advisory-bar .container .close-me{cursor:pointer;position:absolute;top:50%;right:16px;width:30px;height:30px;background:url("../img/icn-close.svg") no-repeat;background-size:30px;transform:translateY(-50%)}@media(max-width: 991px){.advisory-bar .container .close-me{right:20px}}@media(max-width: 767px){.advisory-bar .container .close-me{top:5px;right:7px}}.advisory-bar .click-me{flex:0 0 180px;display:grid;align-items:center;padding:7px 15px;height:45px;font-size:12px;font-weight:600;text-align:center;color:#fff;text-decoration:none;border-radius:45px;background:#000;transition:all .25s ease}@media(max-width: 767px){.advisory-bar .click-me{margin:10px 0 0}}.advisory-bar .click-me:hover{background:#333}.advisory-bar.hide-me{overflow:hidden;height:0;padding:0}.page-submit-property .read-me{margin:0 0 30px}.page-submit-property hr{border:1px solid #ddd}.page-submit-property span.title{display:block;margin:15px 0 10px;font-weight:600}.page-submit-property button{cursor:pointer;min-width:110px;margin:10px 0 0 20px;padding:12px 12px 13px;font-size:13px;color:#fff;line-height:100%;text-align:center;text-decoration:none;text-transform:uppercase;border-radius:30px;background:#4ac94b}.page-submit-property button[disabled],.page-submit-property button:disabled{opacity:.5;cursor:not-allowed}.page-submit-property input{width:100%;max-width:396px;margin:0 0 15px;padding:9px 15px;border-color:#999;border-radius:4px}@media(max-width: 767px){.page-submit-property input{max-width:100%}}.page-submit-property input[type=file]{border:1px solid #ddd}.page-submit-property input[type=checkbox]{appearance:auto !important;width:auto;margin:0}.page-submit-property textarea{resize:vertical;width:100%;max-width:396px;min-height:200px;padding:9px;font-family:"Raleway",sans-serif;font-size:15px;font-weight:500;border-color:#999;border-radius:4px}@media(max-width: 767px){.page-submit-property textarea{max-width:100%}}.page-submit-property select{width:100%;max-width:396px;margin:0 0 15px;padding:15px;font-size:16px;border:1px solid #999;border-radius:4px;background:#fff url(../img/icn-select-arrdown.svg) center right no-repeat;background-size:32px}@media(max-width: 767px){.page-submit-property select{max-width:100%}}@media(max-width: 767px){.page-submit-property .row{flex-wrap:wrap}}@media(min-width: 768px){.page-submit-property .row .col-a{padding-right:30px}}.page-submit-property .row [class*=col-]{width:50%}@media(max-width: 767px){.page-submit-property .row [class*=col-]{width:100%}}.page-submit-property .row .row-c-col-a{padding-right:30px}.page-submit-property .row .row-c-col-a .preview-img{padding:4px;border:1px solid #ddd}.page-submit-property .group-section{display:flex;flex-wrap:nowrap;gap:20px}.page-submit-property .group-section label{font-size:13px}.page-submit-property .group-section input{max-width:114px}.page-submit-property .compress-section{gap:20px;justify-content:space-between;width:100%}.page-submit-property .compress-section label{flex:1;font-size:13px;font-weight:500}.page-submit-property .compress-section input[type=text]{max-width:114px}.page-submit-property .compress-section input[type=text]#visitor-property-rooms,.page-submit-property .compress-section input[type=text]#visitor-property-toilet-bath{max-width:58px}.page-submit-property .compress-section .room-chkbox-wrapper{gap:10px;align-items:center}.page-submit-property .compress-section .room-chkbox-wrapper input[type=checkbox]{appearance:auto;width:auto;max-width:100%;margin:0 10px 0 0}.page-submit-property #room-chkbox-wrapper,.page-submit-property .room-chkbox-wrapper{gap:10px;margin:0 0 15px;padding:10px;border-radius:5px;border:1px solid #ddd;background:#f0f0f0}.page-submit-property #room-chkbox-wrapper label,.page-submit-property .room-chkbox-wrapper label{margin:0}.page-submit-property .rooms[disabled],.page-submit-property .rooms:disabled{cursor:not-allowed;opacity:.35}.page-submit-property .price{max-width:248px !important}.page-submit-property .upload-bttn-wrap{padding:0 0 15px}.page-submit-property .upload-bttn-wrap input[type=file]{margin:0}.page-submit-property .imagePreview ul{list-style:none;margin:0 0 15px;padding:0;flex-wrap:wrap;gap:10px}.page-submit-property .imagePreview ul li{position:relative;max-width:161px;min-width:161px;margin:0;padding:4px;line-height:100%;border-radius:5px;border:1px solid #aaa}.page-submit-property .imagePreview ul li .img-wrap{display:grid;place-items:center;height:114px;overflow:hidden;background:#111}.page-submit-property .imagePreview ul li .removeFile{position:absolute;top:-7px;right:-7px;width:21px;height:21px;padding:2px 3px;font-size:18px;color:red;text-align:center;border-radius:50%;background:#fff;box-shadow:0 0 3px 0 rgba(0,0,0,.5);transition:all .35s}.page-submit-property .imagePreview ul li .removeFile:hover{color:#57c95d}.page-rawlands .new-rawlands-cont{text-align:right;padding:15px 32px 12px}.page-rawlands .new-rawlands-cont a{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:center;align-content:stretch;font-weight:bold;color:#000;text-decoration:none}.page-rawlands .new-rawlands-cont a:hover{text-decoration:underline}.page-rawlands .new-rawlands-cont img{margin:-5px 0 0 12px}@media(max-width: 1095px){.page-rawlands .rawlands-data-cont{overflow-y:auto}}.page-rawlands table{width:100%;font-family:"Khula",sans-serif;line-height:100%;border-spacing:1px;border-collapse:separate}@media(max-width: 1095px){.page-rawlands table{width:1065px}}.page-rawlands table a{color:#222;text-decoration:none}.page-rawlands table thead th{padding:15px 15px 11px;font-weight:normal;color:#fff;text-transform:uppercase;background:#2e2e2e}.page-rawlands table thead th[class*=rls-th-]:not(.rls-th-edit-delete):not(.rls-th-location):not(.rls-th-agent){text-align:left}.page-rawlands table tbody{font-weight:bold}.page-rawlands table tbody tr:nth-child(odd) td{background:#faffc4}.page-rawlands table tbody tr:nth-child(even) td{background:#e1e898}.page-rawlands table tbody tr:hover td:not(.rls-data-edit-delete):not(.rls-data-agent){background-color:#f2ff66}.page-rawlands table tbody td{padding:12px 15px 8px}.page-rawlands table tbody td.rls-data-edit-delete,.page-rawlands table tbody td.rls-data-location,.page-rawlands table tbody td.rls-data-agent{text-align:center}.page-rawlands table tbody td.rls-data-edit-delete{overflow:hidden;table-layout:fixed;width:84px;word-break:break-all}.page-rawlands table tbody td.rls-data-edit-delete a:first-child{margin-right:7px}.page-rawlands table tbody td.rls-data-edit-delete a:last-child{margin-left:7px}.page-rawlands table tbody td.rls-data-number-list{cursor:pointer;overflow:hidden;table-layout:fixed;width:75px;word-break:break-all}.page-rawlands table tbody td.rls-data-classification{cursor:pointer;overflow:hidden;table-layout:fixed;width:170px;word-break:break-all}.page-rawlands table tbody td.rls-data-location{cursor:pointer;word-break:break-all}.page-rawlands table tbody td.rls-data-lot-area{cursor:pointer;overflow:hidden;table-layout:fixed;width:145px;word-break:break-all}.page-rawlands table tbody td.rls-data-agent{table-layout:fixed;width:85px;word-break:break-all}.page-rawlands table tbody td.rls-data-agent .rls-data-agent-orb{overflow:hidden;width:35px;height:35px;border-radius:50%}.page-rawlands .pagination-section{padding-bottom:0}.page-rawlands .pagination-section ul{justify-content:center}.brokers-list-content{padding-top:30px}.brokers-list-content .brokers-list{display:grid;gap:30px;list-style:none;margin:0;padding:0}@media(min-width: 992px){.brokers-list-content .brokers-list{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 991px){.brokers-list-content .brokers-list{grid-template-columns:repeat(2, 1fr)}}.brokers-list-content .brokers-list li{background:#f3f3f3;box-shadow:0 3px 5px 0 rgba(0,0,0,.3)}.brokers-list-content .brokers-list li a{display:grid;grid-template-columns:50px 1fr;column-gap:10px;padding:10px;color:#222;text-decoration:none}.brokers-list-content .brokers-list li .bkr-avatar{grid-row-end:span 2;max-height:50px}.brokers-list-content .brokers-list li .bkr-name{font-weight:600}.brokers-list-content .brokers-list li .bkr-shortdesc{font-size:12px}.brokers-list-content .brokers-list li:hover{box-shadow:0 3px 5px 0 rgba(0,0,0,.5)}.brokers-list-content .brokers-list li:hover .bkr-name{color:#0069b1}.page-404 .breadcrumbs{padding:0}.page-404 main{display:flex;padding-top:30px}@media(min-width: 992px){.page-404 main{min-height:calc(100vh - 630px)}}@media(min-width: 768px){.page-404 main{align-items:center}}@media(max-width: 767px){.page-404 main{flex-direction:column}}@media(min-width: 768px){.page-404 main .msg-content{flex:1}}@media(max-width: 767px){.page-404 main .msg-content{order:1;padding-top:25px;text-align:center}}.page-404 main .msg-content h2{font-size:4rem;margin:0}@media(max-width: 767px){.page-404 main .msg-content h2{font-size:2rem}}.page-404 main .msg-content h3{font-size:2rem;margin:0}@media(max-width: 767px){.page-404 main .msg-content h3{font-size:1.3rem}}@media(min-width: 992px){.page-404 main .img-figure{flex:0 0 514px}}@media(min-width: 768px)and (max-width: 991px){.page-404 main .img-figure{flex:0 0 418px}}.page-404 main .img-figure .splash-img{object-fit:cover;border-radius:100%}@media(min-width: 992px){.page-404 main .img-figure .splash-img{width:514px;height:514px}}@media(min-width: 768px)and (max-width: 991px){.page-404 main .img-figure .splash-img{width:418px;height:418px}}@media(max-width: 767px){.page-404 main .img-figure .splash-img{width:100%;height:200px;border-radius:10px}}.custom-page{padding-top:15px}.custom-page .flex-wrap{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;align-content:center;height:100%}.custom-page .the-content.two-columns{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;align-content:stretch}@media(max-width: 767px){.custom-page .the-content.two-columns{flex-direction:column}}.custom-page .the-content.two-columns .col-a,.custom-page .the-content.two-columns .col-b{width:50%}@media(max-width: 767px){.custom-page .the-content.two-columns .col-a,.custom-page .the-content.two-columns .col-b{width:100%}}.custom-page .the-content.two-columns .col-b{padding:0 0 0 30px}@media(max-width: 767px){.custom-page .the-content.two-columns .col-b{width:100%;padding:20px 0 0}}.custom-page .the-content .imagePreview ul{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0}.custom-page .the-content .imagePreview ul li{position:relative;display:inline-block;vertical-align:top;max-width:169px;min-width:169px;margin:0;padding:3px;font-size:14px;border-radius:5px;border:1px solid #aaa}.custom-page .the-content .imagePreview ul li .img-wrap{display:grid;place-items:center;overflow:hidden;height:100px;background:#111}@media(max-width: 767px){.custom-page .the-content .imagePreview ul li .img-wrap{height:125px}}.custom-page .the-content .imagePreview ul li .removeFile{position:absolute;top:-7px;right:-7px;width:21px;height:21px;padding:2px;font-size:18px;color:red;text-align:center;border-radius:50%;background:#fff;transition:all .35s}.custom-page .the-content .imagePreview ul li .removeFile:hover{color:#57c95d}.custom-page .the-content .upload-bttn-wrap{clear:both;width:100%;padding:0 0 15px}.custom-page .the-content .upload-bttn-wrap .input-file-cont{position:relative}.custom-page .the-content .upload-bttn-wrap .input-file{padding:15px;line-height:100%;border:1px solid #aaa;border-radius:4px}.custom-page .the-content .upload-bttn-wrap .input-file:hover+.input-file-trigger,.custom-page .the-content .upload-bttn-wrap .input-file:focus+.input-file-trigger,.custom-page .the-content .upload-bttn-wrap .input-file-trigger:hover{color:#fff;border-color:#217ed3;background:#217ed3}.custom-page .the-content .upload-bttn-wrap .file-return{margin:0}.custom-page .the-content .upload-bttn-wrap .file-return:not(:empty){margin:1em 0}.custom-page .the-content .upload-bttn-wrap .file-return{font-style:italic;font-size:.9em;font-weight:bold}.custom-page .the-content .upload-bttn-wrap .file-return:not(:empty):before{content:"Selected file: ";font-style:normal;font-weight:normal}.custom-page .the-content #thumbnail{margin:0 0 10px;border-radius:4px;border:1px solid #aaa}.custom-page .the-content #thumbnail-preview{position:relative}.custom-page .the-content #thumbnail-preview .img-wrap{display:grid;place-items:center;padding:10px;border:1px solid #ddd;border-radius:8px;background:#111}.custom-page .the-content #thumbnail-preview a{position:absolute;top:15px;right:15px;padding:5px 10px;font-size:12px;color:#fff;text-decoration:none;border-radius:6px;background:red}.custom-page .the-content #thumbnail-preview a:hover{background:#57c95d}.custom-page .the-content label{display:block;margin:15px 0 10px;font-weight:600;color:#000}.custom-page .the-content input[type=file]{margin:0;border:0}.custom-page .the-content input[type=text]{-moz--appearance:none;appearance:none;max-width:100%;padding:15px;font-size:16px;font-family:"Khula",sans-serif;border:1px solid #aaa;color:#666}.custom-page .the-content input[type=text].lot-area,.custom-page .the-content input[type=text].floor-area{position:relative;height:48px}.custom-page .the-content input[type=text].lot-area:after,.custom-page .the-content input[type=text].floor-area:after{position:absolute;top:0;right:0;content:""}.custom-page .the-content input[type=text].price{max-width:240px !important}.custom-page .the-content input[type=number]{width:100%;height:58px;padding:10px;color:#999;border-radius:4px}.custom-page .the-content textarea{resize:vertical;width:100%;max-width:100%;min-height:200px;padding:9px;font-family:"Raleway",sans-serif;font-size:15px;font-weight:500;border-color:#999;border-radius:4px}.custom-page .the-content select{width:100%;max-width:100%;margin:0 0 15px;padding:15px;font-size:16px;border:1px solid #999;border-radius:4px;background-image:url(../img/icn-select-arrdown.svg);background-position:center right;background-repeat:no-repeat;background-size:32px}.custom-page .the-content select:disabled{cursor:not-allowed;opacity:.35}.custom-page .the-content input:disabled{cursor:not-allowed;opacity:.35}.custom-page .title-sec{margin:15px 0 10px;font-weight:600}@media(min-width: 768px){.custom-page .group-section{display:flex;flex-wrap:nowrap;justify-content:space-between;gap:20px}.custom-page .group-section label{font-size:13px}.custom-page .group-section .input-wrap{flex:1}}@media(max-width: 767px){.custom-page .group-section{display:grid;grid-template-columns:repeat(2, 1fr)}}.custom-page .set-featured{display:flex;align-items:center;gap:10px;margin:0 0 15px;padding:10px;border-radius:6px;border:1px solid #ddd}.custom-page .set-featured input{width:auto;margin:0}.custom-page .set-featured label{margin:0}.notes-sec{margin:0 0 15px;font-size:13px}.notes-sec span{font-weight:600}#property-form-public .set-featured{display:flex;align-items:center;gap:10px;margin:0 0 15px;padding:10px;border-radius:6px;border:1px solid #ddd}#property-form-public .set-featured:has(input:checked){color:#fff;border-color:#4ac94b;background-color:#4ac94b}#property-form-public .set-featured input[type=checkbox]{width:auto;margin:0}#property-form-public .set-featured label{font-weight:bold}#feedback span{margin-bottom:15px}#feedback span,#feedback2 span{display:block;margin-top:15px;font-size:12px;color:red}#feedback .large-files,#feedback2 .large-files{flex-direction:column;gap:3px !important;margin:5px 0 0 !important;padding-left:20px}#feedback .large-files li,#feedback2 .large-files li{max-width:unset !important;font-size:12px !important;border:0 !important}#feedback .large-files li:last-child,#feedback2 .large-files li:last-child{margin-bottom:15px}#preview-img,#thumbnail-preview{position:relative}#preview-img img,#thumbnail-preview img{object-fit:cover;object-position:center;width:100%;height:350px;margin-bottom:8px;padding:10px;border:1px solid #aaa;border-radius:5px}#preview-img #remove-pvimg,#thumbnail-preview #remove-pvimg{cursor:pointer;position:absolute;top:17px;right:17px;padding:5px 10px;font-size:12px;color:#fff;border-radius:5px;background-color:red;transition:all .35s}#preview-img #remove-pvimg:hover,#thumbnail-preview #remove-pvimg:hover{background:#57c95d}