/* Ghala Ahmad Real Estates */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

/*

	font-family: 'Manrope', sans-serif;

    font-family: 'CG_Omega', sans-serif;
    
    font-family: 'Avenir_Book', sans-serif;
    
    font-family: 'Avenir_Light', sans-serif;
    
    font-family: 'Avenir_Medium', sans-serif;
    
    font-family: 'Avenir_Heavy', sans-serif;
    
    font-family: 'Avenir_Black', sans-serif;

*/

@import url("font-awesome.css");
@import url("owl.css");
@import url("animate.css");
@import url("jquery-ui.css");
@import url("jquery.fancybox.min.css");

@font-face {
     font-family: 'CG_Omega';
     src: url('../fonts/CGOmega.eot');
     src: url('../fonts/CGOmega.eot?#iefix') format('embedded-opentype'), url('../fonts/CGOmega.woff') format('woff'), url('../fonts/CGOmega.woff2') format('woff2'), url('../fonts/CGOmega.ttf') format('truetype'), url('../fonts/CGOmega.svg#CG_Omega') format('svg');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'Avenir_Book';
     src: url('../fonts/AvenirLTStd-Book.eot');
     src: url('../fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Book.woff') format('woff'), url('../fonts/AvenirLTStd-Book.woff2') format('woff2'), url('../fonts/AvenirLTStd-Book.ttf') format('truetype'), url('../fonts/AvenirLTStd-Book.svg#Avenir_Book') format('svg');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'Avenir_Light';
     src: url('../fonts/AvenirLTStd-Light.eot');
     src: url('../fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Light.woff') format('woff'), url('../fonts/AvenirLTStd-Light.woff2') format('woff2'), url('../fonts/AvenirLTStd-Light.ttf') format('truetype'), url('../fonts/AvenirLTStd-Light.svg#Avenir_Light') format('svg');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'Avenir_Medium';
     src: url('../fonts/AvenirLTStd-Medium.eot');
     src: url('../fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Medium.woff') format('woff'), url('../fonts/AvenirLTStd-Medium.woff2') format('woff2'), url('../fonts/AvenirLTStd-Medium.ttf') format('truetype'), url('../fonts/AvenirLTStd-Medium.svg#Avenir_Medium') format('svg');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'Avenir_Heavy';
     src: url('../fonts/AvenirLTStd-Heavy.eot');
     src: url('../fonts/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Heavy.woff') format('woff'), url('../fonts/AvenirLTStd-Heavy.woff2') format('woff2'), url('../fonts/AvenirLTStd-Heavy.ttf') format('truetype'), url('../fonts/AvenirLTStd-Heavy.svg#Avenir_Heavy') format('svg');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'Avenir_Black';
     src: url('../fonts/AvenirLTStd-Black.eot');
     src: url('../fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Black.woff') format('woff'), url('../fonts/AvenirLTStd-Black.woff2') format('woff2'), url('../fonts/AvenirLTStd-Black.ttf') format('truetype'), url('../fonts/AvenirLTStd-Black.svg#Avenir_Black') format('svg');
     font-weight: normal;
     font-style: normal;
}

/*** 

====================================================================



	Reset



====================================================================







 ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}
/*** 







====================================================================



	Global Settings



====================================================================







 ***/
body {
    font-family: "Avenir_Book", sans-serif;
    font-size: 16px;
    color: #020202;
    line-height: 1.5em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #ccad7e;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
} 
a:hover, a:focus, a:visited, a:active, button:active, button:focus {
    text-decoration: none;
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: "CG_Omega", sans-serif;
    font-weight: 400;
    margin: 0 0 15px;
    background: none;
    line-height: 1.2em;
}
input, button, select, textarea {
    font-family: "Avenir_Book", sans-serif;
}
textarea {
    overflow: hidden;
    resize: none;
}
p {
    position: relative;
    margin-bottom: 20px;
}
.text {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 0px;
}
.strike-through {
    text-decoration: line-through;
}
.auto-container {
    position: static;
    max-width: 1640px;
    padding: 0px 20px;
    margin: 0 auto;
}
.medium-container {
    position: static;
    max-width: 1080px;
    padding: 0px 20px;
    margin: 0 auto;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.theme-btn {
    display: inline-block;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.centered {
    text-align: center;
}
.btn-style-one {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: #020202;
    font-weight: 400;
    font-family: 'Avenir_Medium', sans-serif;
    font-size: 14px;
    padding: 12px 32px;
    min-width: 120px;
    line-height: 24px;
    text-align: center;
    background: #ffffff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.btn-style-one span {
    position: relative;
    display: block;
    z-index: 1;
}
.btn-style-one span i {
    position: relative;
    top: -1px;
    vertical-align: middle;
    font-size: 22px;
    display: inline-block;
    padding-left: 8px;
}
.btn-style-one:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ccad7e;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all 300ms ease;
}
.btn-style-one:hover:before {
    transform: scale(1);
}
.btn-style-one:hover {
    color: #020202;
}
.btn-style-two {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Avenir_Medium', sans-serif;
    font-size: 12px;
    padding: 8px 20px;
    min-width: 130px;
    line-height: 24px;
    text-align: center;
    background: none;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 22px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.btn-style-two span {
    position: relative;
    display: block;
    z-index: 1;
}
.btn-style-two span i {
    position: relative;
    top: -1px;
    vertical-align: middle;
    font-size: 22px;
    display: inline-block;
    padding-left: 8px;
}
.btn-style-two:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all 300ms ease;
}
.btn-style-two:hover:before {
    transform: scale(1);
}
.btn-style-two:hover {
    color: #020202;
}
.btn-style-three {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    font-family: "Avenir_Book", sans-serif;
    font-size: 14px;
    padding: 8px 35px;
    min-width: 130px;
    line-height: 24px;
    text-align: center;
    background: #ccad7e;
    border: 2px solid #ccad7e;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 22px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.btn-style-three span {
    position: relative;
    display: block;
    z-index: 1;
}
.btn-style-three span i {
    position: relative;
    top: -1px;
    vertical-align: middle;
    font-size: 22px;
    display: inline-block;
    padding-left: 8px;
}
.btn-style-three:hover {
    color: #ffffff;
    background: #020202;
    border-color: #020202;
}
.btn-style-four {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: #020202;
    font-weight: 400;
    font-family: "Avenir_Book", sans-serif;
    font-size: 14px;
    padding: 8px 35px;
    min-width: 130px;
    line-height: 24px;
    text-align: center;
    background: #f9f0e8;
    border: 2px solid #f9f0e8;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 22px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.btn-style-four span {
    position: relative;
    display: block;
    z-index: 1;
}
.btn-style-four span i {
    position: relative;
    top: -1px;
    vertical-align: middle;
    font-size: 22px;
    display: inline-block;
    padding-left: 8px;
}
.btn-style-four:hover {
    color: #ffffff;
    background: #020202;
    border-color: #020202;
}
.theme-btn .icon-left {
    padding-right: 10px;
}
.theme-btn .icon-right {
    padding-left: 10px;
}
.theme_color {
    color: #122e3a;
}
.light-font {
    font-weight: 300;
}
.regular-font {
    font-weight: 400;
}
.semibold-font {
    font-weight: 600;
}
.bold-font {
    font-weight: 700;
}
.ex-bold-font {
    font-weight: 800;
}
.heavy-font {
    font-weight: 900;
}
.bg-lightgrey {
    background-color: #f6f7f8;
}
.no-bg {
    background: none;
}
.text-uppercase {
    text-transform: uppercase;
}
.grey-color {
    color: #414042 !important;
}
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
    display: none;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
/*** 







====================================================================



	Scroll To Top style



====================================================================







***/
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #982f30;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    display: none;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.scroll-to-top:hover {
    background: #982f30;
    color: #ffffff;
}
/*** 







====================================================================



				Default Styling



====================================================================







***/
table {
    position: relative;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #010101;
    font-family: "Avenir_Book", Arial, sans-serif;
    border-top: none;
}
table tr td {
    border: none;
    border-bottom: 1px solid #010101;
    border-right: 1px solid #010101;
    padding: 10px 15px;
    line-height: 1.5em;
    text-align: center;
    font-size: 18px;
}
table tr td:last-child {
    border-right: none;
}
table tr:last-child td {
    border-bottom: none;
}
table tr:hover {
    background-color: #dddddd;
}
table th {
    border: none;
    border-right: 1px solid #010101;
    padding: 12px 15px;
    text-align: center;
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Avenir_Heavy', sans-serif;
    text-transform: capitalize;
    background-color: #ed7d31;
    color: #ffffff;
}
table th:last-child {
    border-right: none;
}
table tr td.scope, table tr th.scope {
    width: 33.333%;
}
ul {
    margin: 0px 0px 20px 30px;
}
ul li {
    list-style-type: disc;
}
ol {
    margin: 0px 0px 20px 30px;
}
ol li {
    list-style-type: decimal;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}
/*** 







====================================================================



	Default Form Style



====================================================================







***/
form {
    position: relative;
}
form .form-group {
    position: relative;
    margin-bottom: 20px;
}
form .row .form-group {
    margin-bottom: 30px;
}
form .form-group .field-label {
    position: relative;
    display: block;
    font-family: "Avenir_Book", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #5b5b5b;
    line-height: 20px;
    margin-top: 10px;
}
form .form-group .field-inner {
    position: relative;
    display: block;
}
form .form-group .alt-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    height: 30px;
    width: 20px;
    color: #122e3a;
    text-align: center;
    font-size: 16px;
    pointer-events: none;
}
form input[type="text"], form input[type="password"], form input[type="tel"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="file"], form textarea, form select {
    position: relative;
    display: block;
    width: 100%;
    color: #020202;
    line-height: 28px;
    padding: 15px 30px;
    height: 60px;
    font-size: 14px;
    font-weight: 400;
    background-color: #ffffff;
    font-family: "Avenir_Book", sans-serif;
    margin: 0px;
    border-radius: 30px;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
form input[type="file"] {
    cursor: pointer;
    height: 60px;
}
form select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}
form select.styled {
    background-image: none;
}
form select option {
    text-indent: 30px;
    cursor: pointer;
}
form input[type="text"]:focus, form input[type="password"]:focus, form input[type="tel"]:focus, form input[type="email"]:focus, form input[type="search"]:focus, form input[type="file"]:focus, form select:focus, form textarea:focus, .form-group .ui-selectmenu-button.ui-button:focus, .form-group .ui-selectmenu-button.ui-button:active {
    border-color: #ccad7e;
    background-color: #ffffff;
}
form textarea {
    height: 140px;
    resize: none;
}
form button, form input[type="submit"], form .theme-btn {
    position: relative;
    display: inline-block;
    margin: 0;
}
form button:hover, form input[type="submit"]:hover, form .theme-btn:hover {}
form .radio-block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 280px;
    margin-right: 10px;
}
form .radio-block input {
    position: absolute;
    left: 0;
    top: 5px;
    padding: 0;
    cursor: pointer;
}
form .radio-block label {
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
}
form .check-block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
form .check-block input {
    position: absolute;
    left: 0;
    top: 6px;
    padding: 0;
    cursor: pointer;
}
form .check-block label {
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    color: #5b5b5b;
    text-transform: capitalize;
    cursor: pointer;
}
/*Custom Select*/
.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    padding: 15px 25px;
    line-height: 28px;
    font-family: "Avenir_Book", sans-serif;
    color: #020202;
    border-radius: 15px;
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
}
.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 6px;
    right: 0px;
    width: 22px;
    text-indent: 0px;
    color: #999999;
}
.form-group .ui-button .ui-icon:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 0px !important;
    width: 24px;
    height: 20px;
    display: block;
    color: #010101;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    transition: all 300ms linear;
    z-index: 5;
}
.form-group .ui-selectmenu-button-open .ui-icon:before {
    transform: rotate(180deg);
}
.ui-selectmenu-menu {
    min-width: 150px;
    max-height: 200px;
    overflow-y: auto;
}
.ui-widget.ui-widget-content {
    border: 1px solid #a0a0a0;
    font-family: "Avenir_Book", sans-serif;
    border-radius: 15px;
    padding: 10px 0;
}
.ui-menu .ui-menu-item {
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.ui-menu .ui-menu-item:last-child {
    border: none;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 3px 28px !important;
    background: #ffffff;
    color: #020202;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.ui-menu .ui-menu-item-wrapper:hover, .ui-menu .ui-menu-item-wrapper.ui-state-active, .ui-state-active, .ui-widget-content .ui-state-active {
    background: #ffffff;
    color: #000000;
    font-weight: 400;
    border: none;
    border-bottom-color: rgba(0, 0, 0, 0);
    margin: 0;
}
/*** 







====================================================================



	Main Header style



====================================================================







***/
.main-header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0px 0px;
    background: none;
    transition: all 300ms linear;
    z-index: 2000;
}
.main-header .auto-container {
    max-width: none;
}
.fixed-header {
    top: 0;
}
.inner-header {
    min-height: 190px;
}
.main-header ul, .main-header ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-header .header-upper {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0px 0px;
    width: 100%;
    background: none;
    transition: all 300ms linear;
}
.fixed-header .header-upper {
    padding: 0 0;
    background: #101010;
}
.inner-header .header-upper {
    background: #101010;
}
.main-header .main-box {
    position: relative;
    background: none;
}
.main-header .main-box .logo-box {
    position: relative;
    float: left;
    padding: 25px 0;
    transition: all 300ms ease;
    z-index: 10;
}
.fixed-header .main-box .logo-box {
    padding: 10px 0;
}
.main-header .main-box .logo-box .logo {
    position: relative;
    display: block;
}
.main-header .main-box .logo-box .logo img {
    position: relative;
    left: 0;
    top: 0;
    max-width: none;
    height: 140px;
    transition: all 300ms ease;
}
.fixed-header .main-box .logo-box .logo img {
    height: 80px;
}
.main-header .navbar-toggler {
    position: relative;
    float: right;
    padding: 5px 0px;
    margin-top: 28px;
    margin-left: 25px;
    display: none;
}
.main-header .navbar-toggler button {
    position: relative;
    height: 25px;
    width: 30px;
    line-height: 25px;
    padding: 0px 0px;
    text-align: center;
    background: none;
    color: #ffffff;
    font-size: 20px;
    margin: 0px;
    border-radius: 0px;
    outline: none !important;
}
/* menu start */
.main-header .menu-icon {
    position: absolute;
    background-color: #ffffff;
    width: 30px;
    height: 2px;
}
.main-header .i-icon {
    display: block;
}
.animate.menu-icon {
    animation-name: menu-menu;
    animation-duration: 0.3s;
}
@keyframes menu-menu {
    0% {
        width: 0px;
        height: 0px;
    }
    50% {
        width: 0px;
        height: 0px;
    }
    51% {
        position: absolute;
        background-color: #ffffff;
        width: 30px;
        height: 2px;
    }
}
.main-header .menu-icon:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 30px;
    height: 2px;
    margin-top: -10px;
    left: 0;
}
.animate.menu-icon:after {
    animation-name: menu-after;
    animation-duration: 0.3s;
}
@keyframes menu-after {
    0% {
        transform: rotate(-45deg);
        margin-top: 0px;
    }
    50% {
        transform: rotate(0deg);
        margin-top: 0px;
    }
    100% {
        transform: rotate(0deg);
        margin-top: -10px;
    }
}
.main-header .menu-icon:before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 30px;
    left: 0;
    height: 2px;
    margin-top: 10px;
}
.animate.menu-icon:before {
    animation-name: menu-before;
    animation-duration: 0.3s;
}
@keyframes menu-before {
    0% {
        transform: rotate(45deg);
        margin-top: 0px;
    }
    50% {
        transform: rotate(0deg);
        margin-top: 0px;
    }
    100% {
        transform: rotate(0deg);
        margin-top: 10px;
    }
}
/* menu end */
/* close start */
.main-header .close-icon {
    position: absolute;
    margin-top: 0;
    margin-left: 0;
}
.close-icon.animate {
    animation-name: close-close;
    animation-duration: 0.3s;
}
@keyframes close-close {
    0% {
        position: absolute;
        background-color: #ffffff;
        width: 30px;
        height: 2px;
        margin-top: 10px;
    }
    50% {
        display: none;
        width: 30px;
        height: 2px;
    }
    100% {
        width: 0px;
        height: 0px;
    }
}
.main-header .close-icon:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 30px;
    height: 2px;
    left: 0;
    top: 0;
    transform: rotate(45deg);
}
.animate.close-icon:after {
    animation-name: close-after;
    animation-duration: 0.3s;
}
@keyframes close-after {
    0% {
        transform: rotate(0deg);
        margin-top: 10px;
    }
    50% {
        transform: rotate(0deg);
        margin-top: 0px;
    }
    100% {
        transform: rotate(45deg);
    }
}
.main-header .close-icon:before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 30px;
    height: 2px;
    left: 0;
    top: 0;
    transform: rotate(-45deg);
}
.animate.close-icon:before {
    animation-name: close-before;
    animation-duration: 0.3s;
}
@keyframes close-before {
    0% {
        transform: rotate(0deg);
        margin-top: -10px;
    }
    50% {
        transform: rotate(0deg);
        margin-top: 0px;
    }
    100% {
        transform: rotate(-45deg);
    }
}
/* close end */
.main-header .links-box {
    position: relative;
    float: left;
    padding-top: 63px;
    margin-left: 20px;
    transition: all 300ms ease;
    z-index: 10;
}
.fixed-header .links-box {
    padding-top: 28px;
}
.main-header .links-box .link-box {
    position: relative;
    float: left;
    margin-left: 30px;
}
.main-header .links-box .lang-btn {
    position: relative;
    display: block;
    color: #ffffff;
    line-height: 24px;
    padding: 9px 0;
    font-size: 20px;
    font-family: Arial, sans-serif;
}
.main-header .links-box .lang-btn:hover {
    color: #ccad7e;
}
.main-header .links-box .call-btn {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Avenir_Heavy', sans-serif;
    padding: 2px 0;
    padding-left: 50px;
}
.main-header .links-box .call-btn .icon {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 30px;
    color: #ccad7e;
    line-height: 40px;
}
.main-header .link-box .theme-btn {
    font-weight: 400;
    font-family: 'Avenir_Heavy', sans-serif;
}
.main-header .links-box .link-box:first-child {
    margin-left: 0;
}
.main-header .link-box .theme-btn span i {
    top: 0;
    font-size: 15px;
    width: 24px;
    height: 24px;
    padding: 0 0;
    margin-right: 0px;
    line-height: 24px;
    color: #ffffff;
    background: #00d95f;
    border-radius: 14px;
}
.main-header .link-box .listing-btn span i {
    display: none;
}
.main-header .link-box .theme-btn span strong {
    position: relative;
    font-family: 'Avenir_Medium', sans-serif;
    font-weight: 400;
}
.main-header .link-box .theme-btn:hover {
    border-color: #00d95f;
}
.main-header .upper-right {
    position: static;
    float: right;
    z-index: 5;
}
.main-header .nav-box {
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 380px 0 150px;
}
.main-header .nav-outer {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0;
    transition: all 300ms ease;
    z-index: 5;
}
.fixed-header .nav-outer {
    padding: 0 0;
}
.main-menu {
    position: relative;
    display: block;
}
.main-menu .navbar-collapse {
    padding: 0px;
    margin: 0px;
    border: none;
    box-shadow: none;
}
.main-menu .navigation {
    position: relative;
    z-index: 1;
}
.main-menu .navigation > li {
    position: relative;
    display: block;
    float: left;
    padding: 45px 0px;
    margin-right: 40px;
    text-align: left;
    transition: all 300ms ease;
}
.fixed-header .main-menu .navigation > li {
    padding: 30px 0;
}
.main-menu .navigation > li:last-child {
    margin-right: 0;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #ffffff;
    padding: 5px 0;
    font-weight: 400;
    font-family: 'Avenir_Medium', sans-serif;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a, .main-menu .navigation > li.current-menu-item > a {
    text-decoration: none;
    color: #ffffff;
    background: none;
    opacity: 1;
}
.main-menu .navigation > li.dropdown > a {
    padding-right: 0px;
}
.main-menu .navigation > li.dropdown > a:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 5px;
    line-height: 30px;
    font-size: 15px;
    display: none;
}
.main-menu .navigation > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    border-bottom: 3px solid #ccad7e;
    transition: all 100ms linear;
}
.main-menu .navigation > li:hover > a:before, .main-menu .navigation > li.current > a:before, .main-menu .navigation > li.current-menu-item > a:before, .main-menu .navigation > li.current_page_item > a:before {
    width: 24px;
}
.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: 0;
    width: 220px;
    padding: 0 0;
    z-index: 100;
    opacity: 1;
    display: none;
    text-align: left;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.07), -2px 0px 15px 1px rgba(0, 0, 0, 0.07);
    border-radius: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
.main-menu .navigation > li > ul > li {
    position: relative;
    padding: 0px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 20px 12px 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Avenir_Medium', sans-serif;
    color: #212934;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: capitalize;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > a, .main-menu .navigation > li > ul > li.current > a {
    color: #ccad7e;
    background: #212934;
}
.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
/*** 







====================================================================



	Hidden Sidebar style



====================================================================







***/
body.visible-sidebar {
    overflow-y: hidden;
}
.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
.visible-sidebar .menu-backdrop {
    opacity: 0;
    visibility: hidden;
}
.hidden-bar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.9);
    padding-top: 120px;
    padding-bottom: 0;
    color: #ffffff;
    z-index: 1005;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-101%);
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}
.hidden-bar.visible-sidebar {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
}
.hidden-bar ol, .hidden-bar ol li, .hidden-bar ul, .hidden-bar ul li {
    list-style-type: none;
    margin: 0px;
}
.hidden-bar .hidden-bar-closer {
    position: absolute;
    right: 20px;
    top: 44px;
    padding: 5px 5px;
    line-height: 30px;
    cursor: pointer;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 9999;
}
.hidden-bar .hidden-bar-closer img {
    height: 20px;
}
.hidden-bar-wrapper-outer {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
}
.hidden-bar-wrapper {
    position: relative;
    left: 0;
    top: 0px;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    display: block;
    padding: 0 0px 180px;
}
.hidden-bar .outer-box {
    position: relative;
    max-width: 1640px;
    margin: 0 auto;
    min-height: calc(100vh - 180px);
    padding-top: 180px;
}
.hidden-bar .side-menu {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.hidden-bar .side-menu ul li {
    position: relative;
    display: block;
    padding: 0px 0px;
    margin-bottom: 10px;
}
.hidden-bar .side-menu ul li a {
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    font-family: 'Avenir_Medium', sans-serif;
    font-size: 18px;
    line-height: 1.4em;
    text-transform: capitalize;
    padding: 0px 0px;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.hidden-bar .side-menu ul li .fa {
    position: relative;
    top: 0px;
    line-height: inherit;
    font-size: 20px;
    padding-left: 10px;
}
.hidden-bar .side-menu ul li a:hover, .hidden-bar .side-menu ul > li.current > a, .hidden-bar .side-menu ul > li > ul > li.current > a {
    text-decoration: none;
}
.hidden-bar .side-menu ul li ul {
    padding-left: 20px;
}
.hidden-bar .side-menu ul li ul li {
    border-bottom: none;
    margin-bottom: 10px;
}
.hidden-bar .side-menu ul li ul li a {
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
}
.hidden-bar .side-menu ul li .btn-expander {
    position: absolute;
    top: 0px;
    right: -30px;
    background: none;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    height: 30px;
    width: 20px;
    line-height: 30px;
    border-radius: 0px;
    outline: none;
    cursor: pointer;
    z-index: 1;
}
.hidden-bar .side-menu ul li a .btn {
    color: #ffffff;
}
.hidden-bar .side-menu ul li {
    padding: 0;
}
.hidden-bar .side-menu ul li:last-child {
    margin-bottom: 0;
}
.hidden-bar .side-menu ul li a {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    padding: 0px 0px;
    text-transform: capitalize;
}
.hidden-bar .side-menu ul li .btn-expander {
    top: 0px;
    right: -30px;
    font-weight: 700;
    font-size: 14px;
    width: 30px;
    height: 30px;
    outline: none;
    box-shadow: none;
    border: none;
}
.hidden-bar .side-menu ul li .btn.focus, .hidden-bar .side-menu ul li .btn:focus {
    outline: none;
    box-shadow: none;
    border: none;
}
.hidden-bar .side-menu ul li .btn-expander i {
    font-weight: 800;
}
.hidden-bar .side-menu ul li ul {
    padding: 10px 0px 0px;
}
.hidden-bar .side-menu ul li ul li ul {
    padding: 0px 0px;
}
.hidden-bar .side-menu ul li ul li {
    margin-bottom: 7px;
}
.hidden-bar .side-menu ul li ul li:last-child {
    margin-bottom: 0;
}
.hidden-bar .info-box {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -140px;
}
.hidden-bar .info-box h5 {
    margin-bottom: 22px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Avenir_Medium', sans-serif;
    font-weight: 400;
}
.hidden-bar .info-box .info {
    position: relative;
    margin: 0 0;
    max-width: 350px;
}
.hidden-bar .info-box .info li {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.hidden-bar .info-box .info li:last-child {
    margin-bottom: 0;
}
.hidden-bar .info-box .info li a {
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 22px;
}
.hidden-bar .info-box .info li a:hover, .hidden-bar .info-box .info a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.hidden-bar .info-box .social-links {
    position: absolute;
    right: -10px;
    bottom: 5px;
}
/*** 







====================================================================



	Banner Slider Section



====================================================================







***/
.banner-section {
    position: relative;
    margin: 0px 0px;
}
.banner-section ul, .banner-section ul li {
    list-style: none;
    margin: 0;
}
.banner-section .banner-slider {
    position: relative;
    width: 100%;
    height: 500px;
    min-height: 100vh;
    z-index: 1;
}
.banner-section .slide-item {
    position: relative;
    width: 100%;
    padding: 0px;
    height: 500px;
    min-height: 100vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.banner-section .slide-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
}
.banner-section .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.banner-section .active .slide-item .image-layer {
    transition: all 7000ms ease;
    -moz-transition: all 7000ms ease;
    -webkit-transition: all 7000ms ease;
    -ms-transition: all 7000ms ease;
    -o-transition: all 7000ms ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.banner-section .slide-item .image-layer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

.banner-section .slide-item .image{
	position: relative;
    display: none;
    width: 100%;
}

.banner-section .slide-item .image img{
	position: relative;
    display: block;
    width: 100%;
}

.banner-section .banner-slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.banner-section .owl-dots {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.banner-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}
.banner-section .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 50%;
}
.banner-section .owl-dots .owl-dot.active span, .banner-section .owl-dots .owl-dot:hover span {
    background: #b2822c;
}
.banner-section .owl-theme .owl-nav {
    position: absolute;
    left: 40px;
    right: 40px;
    height: 0;
    top: 50%;
    margin-top: -10px;
    z-index: 50;
}
.banner-section .owl-theme .owl-nav .owl-prev, .banner-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    text-align: center;
    background: #f9f0da;
    color: #010101;
    margin: 0px;
    border-radius: 50%;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.banner-section .owl-theme .owl-nav .owl-prev {
    left: 0;
}
.banner-section .owl-theme .owl-nav .owl-next {
    right: 0;
}
.banner-section .owl-theme .owl-nav .owl-prev:hover, .banner-section .owl-theme .owl-nav .owl-next:hover {
    background: #ccad7e;
    color: #ffffff;
}
.banner-section .owl-dots {
    display: none;
}
.banner-section .content-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.banner-section .content-container .content-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    min-height: 100%;
    padding: 220px 50px 80px;
}
.banner-section .content-container .content {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.banner-section .content-container .upper-content {
    position: relative;
    max-width: 980px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto 60px;
    z-index: 10;
}
.banner-section .content-container .upper-content h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0px 0px;
    text-transform: uppercase;
}
.banner-section .content-container .upper-content h2 span {
    color: #ccad7e;
}
.banner-section .content-container .upper-content .text {
    padding-top: 0px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5em;
}
.banner-section .content-container .auto-container {
    max-width: 1280px;
}
.banner-section .content-container .inner {
    position: relative;
    display: block;
    padding: 0 0;
    z-index: 10;
}
.default-search-bar {
    position: relative;
    display: block;
    text-align: center;
    background: #ffffff;
    width: 100%;
    border-radius: 32px;
}
.default-search-bar form {
    position: relative;
    display: block;
    padding-right: 80px;
}
.default-search-bar form .row {
    margin: 0 0;
}
.default-search-bar form .row .form-group {
    padding: 0 0;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
}
.default-search-bar form .form-group .left-icon {
    right: auto;
    left: 15px;
    margin-top: -16px;
    font-size: 20px;
    color: #101010;
}
.default-search-bar form select, .default-search-bar form input {
    border-radius: 32px;
    border: none;
    height: 64px;
    padding: 17px 20px;
    line-height: 30px;
    padding-left: 20px;
}
.default-search-bar form select option {
    text-indent: 20px;
    padding-left: 20px;
}
.default-search-bar form select.beds, .default-search-bar form select.type {
    padding-left: 48px;
}



.default-search-bar form button {
    position: absolute;
    right: 8px;
    top: 7px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0 0;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    background: #ccad7e;
    border-radius: 50%;
}
.default-search-bar form .form-group .ui-selectmenu-button.ui-button {
    border: 0;
    border-radius: 0;
    height: 64px;
    line-height: 30px;
    padding-top: 17px;
    padding-bottom: 17px;
}
.default-search-bar form .form-group .ui-button .ui-icon {
    right: -8px;
}
.default-search-bar form .type .ui-selectmenu-button.ui-button, .default-search-bar form .beds .ui-selectmenu-button.ui-button {
    padding-left: 48px;
}
.default-search-bar form .form-group:first-child .ui-selectmenu-button.ui-button {
    border-radius: 32px 0 0 32px;
}
.default-search-bar .range-slider {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 22px;
}
.range-slider .ui-widget.ui-widget-content {
    height: 8px;
    border: none;
    margin-bottom: 5px;
    background: #c8c9c7;
    padding: 0 0;
    border-radius: 4px;
}
.range-slider .ui-slider .ui-slider-range {
    top: 0px;
    height: 8px;
    background: #c8c9c7;
    border-radius: 4px;
}
.range-slider .ui-state-default, .range-slider .ui-widget-content .ui-state-default {
    top: -2px;
    width: 12px;
    height: 12px;
    background: #ccad7e;
    cursor: pointer;
    border-radius: 6px;
    border: 3px solid #ccad7e;
}
.range-slider .price-range-slider {}
.range-slider .pull-left {
    float: left;
}
.range-slider .pull-right {
    float: right;
}
.range-slider .input {
    position: relative;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    font-weight: 300;
}
form .form-group .range-slider .input input {
    display: inline;
    width: auto;
    font-size: 12px;
    height: 20px;
    color: #333333;
    background: none;
    border: none;
    line-height: 20px;
    padding: 0 0 0 3px;
    width: 60px;
    border-radius: 0;
}
/*** 







====================================================================



	Properties Section



====================================================================







***/
.sec-title {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 50px;
    z-index: 1;
}
.sec-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 20px;
    border-bottom: 4px solid #ccad7e;
}
.sec-title.centered:before {
    left: 50%;
    margin-left: -10px;
}
.sec-title.centered {
    text-align: center;
}
.sec-title h2 {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
}
.sec-title .text {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}
.sec-title .links-box {
    position: relative;
    padding-top: 35px;
}
.sec-title .links-box .theme-btn {
    position: relative;
    margin: 0 10px 20px;
    min-width: 140px;
    padding: 8px 30px;
}
.properties-section {
    position: relative;
    padding: 140px 0 0;
}
.properties-section.similar-posts {
    padding-bottom: 120px;
    padding-top: 0;
}
.properties-section .carousel-box {
    position: relative;
    margin: 0 15px;
    padding: 0 0;
}
.properties-section .carousel-box .owl-theme {
    padding: 0 0;
}
.property-block {
    position: relative;
    margin-bottom: 30px;
}
.owl-theme .property-block {
    margin-bottom: 0;
}
.property-block .inner-box {
    position: relative;
    color: #020202;
    min-height: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.7);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.property-block .inner-box:hover {
    border-color: #ccad7e;
}
.owl-theme .property-block .inner-box {}
.property-block .item-info {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}
.property-block .item-info .status {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 20px;
    padding: 4px 15px;
    background: #00ade6;
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 7px;
    border-radius: 5px;
}
.property-block .item-info .type {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 20px;
    padding: 4px 15px;
    background: #005a8c;
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 7px;
    border-radius: 5px;
}
.property-block .image-box {
    position: relative;
    display: block;
    transition: all 500ms ease;
    overflow: hidden;
}
.property-block .inner-box:hover .image-box {
    transform: scale(0.975);
}
.property-block .image-box .image {
    position: relative;
    display: block;
    width: 100%;
    height: 320px;
}
.property-block .image-box img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 0 0;
    transition: all 0.7s ease;
    display: none;
}
.property-block:hover .image-box img {}
.property-block .image-box .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.property-block .image-box .overlink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.property-block .lower-box {
    position: relative;
    display: block;
    padding: 20px 0px 15px;
}
.property-block .p-title {
    position: relative;
    color: #020202;
    font-weight: 400;
    font-family: "Avenir_Book", sans-serif;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.property-block .p-title a {
    color: #020202;
}
.property-block .pricing {
    position: relative;
    color: #020202;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Avenir_Heavy', sans-serif;
    line-height: 1.5em;
    margin: 0 0 12px;
}
.property-block .pricing .period {
    color: #ccad7e;
}
.property-block .specs {
    position: relative;
    margin: 0 0;
}
.property-block .specs ul {
    position: relative;
    margin: 0 0;
    padding: 10px 0 0;
}
.property-block .specs ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    color: #a6a8ab;
    line-height: 24px;
    margin-right: 25px;
    margin-bottom: 10px;
}
.property-block .specs ul li:last-child {
    margin-right: 0;
}
.property-block .specs ul li .icon {
    position: relative;
    font-size: 24px;
    color: #a6a8ab;
    line-height: 24px;
    padding-left: 10px;
}
.property-block .specs ul li .icon img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-height: 28px;
}
.property-block .contact-info {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 20px 15px;
}
.property-block .contact-info .info {
    position: relative;
    text-align: right;
    color: #020202;
    line-height: 24px;
}
.property-block .contact-info .info .tel, .property-block .contact-info .info .email, .property-block .contact-info .info .wa {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #ffffff;
    margin-right: 10px;
    border-radius: 50%;
}
.property-block .contact-info .info .wa {
    margin-right: 0;
}
.property-block .contact-info .info .tel a, .property-block .contact-info .info .email a, .property-block .contact-info .info .wa a {
    position: relative;
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    color: #020202;
}
.property-block .contact-info .info .tel a:hover, .property-block .contact-info .info .email a:hover {
    background: #ccad7e;
    color: #ffffff;
}
.property-block .contact-info .info .email a {
    font-size: 20px;
}
.property-block .contact-info .info .wa a {
    top: 12px;
    font-size: 16px;
    color: #ffffff;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    line-height: 24px;
    background: #00d95f;
    border-radius: 50%;
}
.properties-section .owl-theme .owl-dots {
    display: none;
}
.properties-section .owl-theme .owl-nav {
    position: absolute;
    left: -30px;
    right: -30px;
    top: 30%;
    height: 0;
}
.properties-section .owl-theme .owl-nav .owl-next, .properties-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background: #ccad7e;
    border: none;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.properties-section .owl-theme .owl-nav .owl-prev {
    left: 8px;
}
.properties-section .owl-theme .owl-nav .owl-next {
    right: 8px;
}
.properties-section .owl-theme .owl-nav .owl-prev:hover, .properties-section .owl-theme .owl-nav .owl-next:hover {
    background: #020202;
    color: #ffffff;
}
.properties-section .more-link-box {
    position: relative;
    text-align: center;
    padding-top: 40px;
}
/*** 







====================================================================



	Buildings Section



====================================================================







***/
.building-section {
    position: relative;
    padding: 150px 0 140px;
}
.building-section:before {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    top: 270px;
    bottom: 0;
    background: #f9f0da;
    transform: skewY(-3deg);
    z-index: 1;
}
.pattern-image img {
    max-height: 950px;
}
.building-section .pattern-image {
    position: absolute;
    left: -20%;
    top: 50px;
}
.building-section .sec-title {
    margin-bottom: 200px;
}
.building-section .carousel-box {
    position: relative;
    z-index: 2;
}
.building-section .carousel-box .owl-theme {
    position: relative;
    max-width: 880px;
    margin: 0 auto;
}
.building-section .carousel-box .owl-stage-outer {
    overflow: visible;
}
.building-block {
    position: relative;
    margin-bottom: 30px;
}
.building-section .owl-theme .owl-item {
    margin-bottom: 0;
    transform: scale(0.7);
    transition: all 0.3s ease;
}
.building-section .owl-theme .active.owl-item {
    transform: scale(1);
}
.building-block .inner-box {
    position: relative;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.building-block .image-box {
    position: relative;
    display: block;
    transition: all 500ms ease;
    overflow: hidden;
}
.building-block .inner-box:hover .image-box {
    transform: scale(0.975);
}
.building-block .image-box img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 0 0;
    transition: all 0.5s ease;
}
.building-block:hover .image-box img {}
.building-block .hvr-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}
.active .building-block .hvr-info {
    opacity: 1;
    visibility: visible;
}
.building-block:hover .hvr-info {
    background: rgba(0, 0, 0, 0.6);
}
.building-block .hvr-info .hvr-inner {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.building-block .hvr-info .content {
    position: relative;
    display: table-cell;
    width: 100%;
    padding: 100px 20px 50px;
    vertical-align: middle;
}
.building-block .hvr-info h3 {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 0;
}
.building-block .hvr-info h3 a {
    color: #ffffff;
}
.building-block .hvr-info .link-box {
    position: relative;
    padding-top: 120px;
}
.building-block .hvr-info .link-box a {
    padding: 18px 40px;
    min-width: 200px;
    font-size: 16px;
    border-radius: 30px;
}
.building-section .owl-theme .owl-dots, .building-section .owl-theme .owl-nav {
    display: none;
}
.building-block .info-badge {
    position: absolute;
    left: -25px;
    top: 120px;
    width: 240px;
    height: 40px;
    line-height: 40px;
    background: #ccad7e;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Avenir_Black', sans-serif;
    text-transform: uppercase;
    transform: rotate(-45deg);
    transform-origin: left;
    z-index: 12;
}
/*** 







====================================================================



	Available Units Section



====================================================================







***/
.avail-units {
    position: relative;
    padding: 150px 0 150px;
}
.avail-units .pattern-image-left {
    position: absolute;
    left: -15%;
    bottom: 0;
}
.avail-units .pattern-image-right {
    position: absolute;
    right: -15%;
    top: 100px;
}
.avail-units .pattern-image-left img, .avail-units .pattern-image-right img {
    max-height: 700px;
}
.avail-units .auto-container {
    max-width: 1300px;
}
.avail-units .sec-title {
    margin-bottom: 170px;
}
.avail-units .units {
    position: relative;
}
.avail-units .units .row {
    margin: 0 -30px;
}
.unit-block {
    position: relative;
    margin-bottom: 30px;
}
.avail-units .units .unit-block {
    padding: 0 30px;
    margin-bottom: 50px;
}
.avail-units .units .unit-block:nth-child(2) {
    margin-top: 160px;
}
.avail-units .units .unit-block:nth-child(3) {
    margin-top: -70px;
}
.avail-units .inner-box {
    position: relative;
    display: block;
}
.unit-block h3 {
    position: relative;
    margin-bottom: 20px;
}
.unit-block h3 span {
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}
.unit-block h3 span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 20px;
    left: 50%;
    margin-left: -10px;
    border-bottom: 3px solid #ccad7e;
}
.unit-block .image-box {
    position: relative;
    display: block;
    margin-left: 50px;
    transition: all 500ms ease;
    overflow: hidden;
}
.unit-block .inner-box:hover .image-box {
    transform: scale(0.975);
}
.unit-block .image-box img {
    position: relative;
    display: block;
    width: 100%;
    transition: all 0.5s ease;
}
.unit-block .inner-box:hover .image-box img {}
.unit-block .link-box {
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 1;
}
/*** 







====================================================================



	About Section



====================================================================







***/
.about-section {
    position: relative;
    padding: 130px 0 50px;
}
.about-section .auto-container {
    max-width: 1300px;
}
.about-section:before {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0;
    bottom: 0;
    background: #f9f0da;
    transform: skewY(-3deg);
}
.about-section .scroll-box {
    position: absolute;
    left: 0;
    top: 172px;
    width: 100%;
    height: 660px;
}
.about-section .scroll-box .images-row {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 660px;
}
.about-section .scroll-box .image-block {
    position: absolute;
}
.about-section .scroll-box .image-block img {
    width: 100%;
}
.about-section .scroll-box .b1 {
    width: 400px;
    left: 200px;
}
.about-section .scroll-box .b2 {
    width: 240px;
    left: 850px;
    top: 50px;
}
.about-section .scroll-box .b3 {
    top: 185px;
    width: 440px;
    left: 1170px;
}
.about-section .scroll-box .b4 {
    top: 50px;
    width: 240px;
    left: 1700px;
}
.about-section .scroll-box .b5 {
    bottom: 0px;
    width: 266px;
    left: -140px;
}
.about-section .scroll-box .b6 {
    bottom: 0px;
    width: 265px;
    left: 765px;
}







.about-section .big-text {
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-size: 140px;
    line-height: 0.5em;
    color: #ccad7e;
    height: 750px;
    margin-bottom: 80px;
    font-family: "CG_Omega", sans-serif;
}
.about-section .big-text span {
    font-family: "CG_Omega", sans-serif;
}
.about-section .big-text .t-inner {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 660px;
}
.about-section .big-text .span-1 {
    margin-bottom: 570px;
}
.about-section .text-content {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}
.about-section .text {
    position: relative;
    font-size: 30px;
    line-height: 1.30em;
}
.about-section .text p {
    margin-bottom: 30px;
}
.about-section .facts {
    position: relative;
    padding-top: 50px;
}
.about-section .facts ul {
    padding: 0;
    margin: 0;
}
.about-section .facts ul li {
    position: relative;
    float: left;
    min-width: 170px;
    list-style: none;
    padding-top: 25px;
    margin-right: 90px;
    margin-bottom: 40px;
    border-top: 3px solid #ccad7e;
}
.about-section .facts ul li:last-child {
    margin-right: 0;
}
.about-section .facts ul li .count {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 48px;
    font-family: "CG_Omega", sans-serif;
    line-height: 44px;
    margin-bottom: 10px;
}
.about-section .facts ul li .subtitle {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "CG_Omega", sans-serif;
}
/*** 







====================================================================



	News Section



====================================================================







***/
.news-section {
    position: relative;
    padding: 140px 0 90px;
}
.news-section .news {
    position: relative;
}
.news-section .row {
    margin: 0 -30px;
}
.news-section .row .news-block {
    padding: 0 30px;
    margin-bottom: 30px;
}
.news-section .news-block {
    position: relative;
    margin-bottom: 30px;
}
.news-section .news-block .inner-box {
    position: relative;
    min-height: 100%;
}
.news-section .news-block .image-box {
    position: relative;
    display: block;
    transition: all 500ms ease;
    overflow: hidden;
}
.news-block .inner-box:hover .image-box {
    transform: scale(0.975);
}
.news-section .news-block .image-box img {
    position: relative;
    display: block;
    width: 100%;
    transition: all 500ms ease;
}
.news-section .news-block .inner-box:hover .image-box img {
    opacity: 0.7;
}
.news-section .news-block .lower-box {
    position: relative;
    padding: 20px 0 0 0;
}
.news-section .news-block .lower-box h6 {
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.4em;
    padding-bottom: 10px;
    font-family: 'Avenir_Medium', sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-section .news-block .lower-box h6 a, .news-section .news-block .lower-box h6 a {
    color: #020202;
}
.news-section .news-block .lower-box .info {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0;
    color: #868383;
    font-family: "Avenir_Book", sans-serif;
}
.news-section .news-block .lower-box .info .icon {
    color: #ccad7e;
    font-size: 20px;
    padding-right: 10px;
}
/*** 







====================================================================



	CTA Section



====================================================================







***/
.cta-section {
    position: relative;
    color: #ffffff;
}
.cta-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.cta-section .image-layer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
}
.cta-section .outer-box {
    position: relative;
    padding: 200px 0px 120px;
}
.cta-section .outer-box .content {
    position: relative;
    width: 100%;
    margin-left: 100px;
    max-width: 650px;
}
.cta-section .outer-box h2 {
    position: relative;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
}
.cta-section .outer-box .link-box {
    position: relative;
    padding-top: 60px;
}
.cta-section .outer-box .link-box a {
    position: relative;
    display: inline-block;
    padding-right: 38px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-family: "Avenir_Book", sans-serif;
}
.cta-section .outer-box .link-box a .svg {
    position: absolute;
    right: 0;
    top: 0;
    transition: all 500ms ease;
    opacity: 0.4;
}
.cta-section .outer-box .link-box a:hover .svg {
    opacity: 1;
}
.cta-section .outer-box .link-box a:before {
    content: "";
    position: absolute;
    right: 45px;
    top: 100%;
    height: 120px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.cta-section .outer-box .link-box a:after {
    content: "";
    position: absolute;
    right: 45px;
    top: 100%;
    height: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    transition: all 500ms ease;
}
.cta-section .outer-box .link-box a:hover:after {
    height: 120px;
}
/*** 







====================================================================



	Main Footer



====================================================================







***/
.main-footer {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    background: #101010;
    font-family: "Avenir_Book", sans-serif;
    overflow: hidden;
}
.main-footer ul, .main-footer ul li {
    list-style: none;
    margin: 0;
}
.main-footer .upper-section {
    position: relative;
    padding: 70px 0 40px;
}
.main-footer .upper-section .footer-column {
    position: relative;
    margin-bottom: 30px;
}
.main-footer .upper-section h6 {
    font-family: "Avenir_Book", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.main-footer .upper-section .footer-column ul {
    margin-bottom: 0;
}
.main-footer .upper-section .inner-container {
    position: relative;
    padding-left: 800px;
    min-height: 350px;
}
.main-footer .left-info {
    position: absolute;
    left: 450px;
    top: 0;
    width: 100%;
    max-width: 300px;
    text-align: center;
}
.main-footer .left-info .logo {
    position: relative;
    margin-bottom: 45px;
}
.main-footer .left-info .logo img {
    max-height: 170px;
}
.main-footer .left-info .link-box {
    position: relative;
}
.main-footer .left-info .link-box .theme-btn {
    font-weight: 400;
    font-family: 'Avenir_Medium', sans-serif;
    padding-left: 15px;
    padding-right: 20px;
    color: #020202;
    background: #ffffff;
    border-width: 1px;
}
.main-footer .left-info .link-box .theme-btn span i {
    top: 0;
    font-size: 15px;
    width: 24px;
    height: 24px;
    padding: 0 0;
    margin-right: 8px;
    line-height: 24px;
    color: #ffffff;
    background: #00d95f;
    border-radius: 14px;
}
.main-footer .left-info .theme-btn:hover {
    border-color: #00d95f;
}
.main-footer .left-info .call-link {
    position: relative;
    padding-top: 25px;
}
.main-footer .left-info .call-btn {
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Avenir_Medium', sans-serif;
    padding: 2px 0;
    padding-left: 50px;
}
.main-footer .left-info .call-btn .icon {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 30px;
    color: #ccad7e;
    line-height: 40px;
}
.main-footer .bottom-info {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 30px;
    max-width: 380px;
}
.main-footer .bottom-info .text {
    position: relative;
    max-width: 380px;
    padding-top: 30px;
}
.main-footer .bottom-info .bottom-links {
    position: relative;
    font-size: 12px;
    padding-top: 15px;
}
.main-footer .bottom-info .copyright {
    position: relative;
    font-size: 12px;
    padding-top: 40px;
}
.main-footer .bottom-info .bottom-links a {
    color: #ffffff;
}
.main-footer .bottom-info .bottom-links a:hover {
    text-decoration: underline;
}
.default-social {
    position: relative;
}
.default-social ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.default-social ul li a {
    position: relative;
    display: block;
    line-height: 28px;
    text-align: center;
    width: 32px;
    height: 32px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    transition: all 500ms linear;
}
.contact-section .default-social {
    padding: 0 0;
}
.contact-section .default-social ul {
    margin: 0 0;
}
.contact-section .default-social ul li {
    margin-right: 5px;
}
.contact-section .default-social ul li a {
    color: #101010;
    border-color: #101010;
}
.contact-section .default-social ul li a i {
    vertical-align: middle;
    top: -1px;
}
.contact-section .default-social ul li a:hover {
    color: #ffffff;
}
.default-social li a:before {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: all 500ms linear;
}
.default-social li a i {
    position: relative;
    line-height: 28px;
    font-size: 14px;
    z-index: 1;
}
.default-social li:hover a {
    background: rgba(0, 0, 0, 0);
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0);
    transform: rotate(360deg);
}
.default-social li.facebook:hover a:before {
    background: #3b5998;
    transform: rotate(135deg);
    border-radius: 5px;
}
.default-social li.twitter:hover a:before {
    background: #1da1f2;
    transform: rotate(135deg);
    border-radius: 5px;
}
.default-social li.linkedin:hover a:before {
    background: #0a66c2;
    transform: rotate(135deg);
    border-radius: 5px;
}
.default-social li.instagram:hover a:before {
    background: #c32aa3;
    transform: rotate(135deg);
    border-radius: 5px;
}
.default-social li.youtube:hover a:before {
    background: #ff0000;
    transform: rotate(135deg);
    border-radius: 5px;
}
.main-footer .upper-section h6 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 25px;
}
.main-footer .upper-section .links {
    position: relative;
}
.main-footer .upper-section .links li {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.main-footer .upper-section .links li:last-child {
    margin-bottom: 0;
}
.main-footer .upper-section .links li a {
    position: relative;
    color: #ffffff;
}
.main-footer .upper-section .links li a:hover {
    color: #ccad7e;
    text-decoration: underline;
}
.main-footer .upper-section .info {
    position: relative;
}
.main-footer .upper-section .info li {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-transform: none;
    padding-left: 26px;
    margin-bottom: 5px;
}
.main-footer .upper-section .info li:last-child {
    margin-bottom: 0;
}
.main-footer .upper-section .info li a {
    position: relative;
    color: #ffffff;
}
.main-footer .upper-section .info li .icon {
    position: absolute;
    left: 0;
    display: inline-block;
    font-size: 14px;
    width: 26px;
    line-height: 20px;
}
.main-footer .upper-section .info li .icon img {
    max-height: 26px;
}
.main-footer .upper-section .info li a:hover {
    color: #ccad7e;
}
.main-footer .upper-section .timings {
    position: relative;
    padding-top: 15px;
}
.main-footer .upper-section .timings strong {
    font-weight: 400;
    font-family: 'Avenir_Heavy', sans-serif;
}
.main-footer .news-form {
    position: relative;
}
.main-footer .news-form .text {
    position: relative;
    margin-bottom: 25px;
}
.main-footer .news-form .form-group {
    position: relative;
    max-width: 350px;
    margin-bottom: 15px;
}
.news-form form .form-group .alt-icon {
    right: auto;
    left: 20px;
}
.news-form form input {
    padding-left: 56px;
    background: #ffffff;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    border-color: #ffffff;
    border-radius: 22px;
    color: #020202;
}
.news-form form .theme-btn {
    position: relative;
    font-weight: 400;
    font-family: 'Avenir_Medium', sans-serif;
    line-height: 22px;
    padding: 9px 30px;
    border-width: 1px;
    border-radius: 22px;
}
.news-form form ::-webkit-input-placeholder {
    color: #aaaaaa;
}
.news-form form ::-moz-input-placeholder {
    color: #aaaaaa;
}
.news-form form ::-ms-input-placeholder {
    color: #aaaaaa;
}
/*** 



====================================================================



	Inner Banner Section



====================================================================



***/
.inner-banner {
    position: relative;
    margin: 0px 0px;
    z-index: 5;
}
.inner-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.inner-banner .image-layer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #020202;
    opacity: 0.70;
}
.inner-banner .content-box {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 480px;
    display: table;
    vertical-align: middle;
    text-align: center;
    padding: 180px 0 50px;
}
.inner-banner .content-box .content {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    color: #ffffff;
}
.inner-banner .content-box .inner {
    position: relative;
}
.inner-banner h1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: uppercase;
    margin: 0px 0px;
}
.inner-banner h1 span {
    color: #ccad7e;
}
/*** 



====================================================================

	About Two

====================================================================



***/
.about-two {
    position: relative;
    padding: 140px 0 70px;
}
.about-two .pattern-image {
    position: absolute;
    right: -10%;
    top: 0;
}
.about-two .pattern-image img {
    max-height: 1200px;
}
.about-two .auto-container {
    max-width: 1540px;
}
.about-two .image-col {
    position: relative;
    margin-bottom: 40px;
}
.about-two .image-col .inner {
    position: relative;
    display: block;
    margin-right: -60px;
}
.about-two .image-col .image {
    display: block;
    width: 100%;
}
.about-two .image-col .image img {
    display: block;
    width: 100%;
    border-radius: 60px;
}
.about-two .text-col {
    position: relative;
    margin-bottom: 40px;
}
.about-two .text-col .inner {
    position: relative;
    display: block;
    padding-left: 100px;
    max-width: 950px;
    padding-top: 170px;
}
.about-two .text-col .big-text {
    position: absolute;
    left: -60px;
    top: 30px;
    font-size: 94px;
    line-height: 1em;
    color: #ccad7e;
    text-transform: uppercase;
    font-family: 'CG_Omega', sans-serif;
}
.about-two .text-col .big-text span {
    font-family: 'CG_Omega', sans-serif;
    font-weight: 400;
}
.about-two .text-col .text {
    position: relative;
    font-size: 24px;
    line-height: 1.40em;
}
.about-two .facts {
    position: relative;
    padding-top: 30px;
}
.about-two .facts ul {
    padding: 0;
    margin: 0;
}
.about-two .facts ul li {
    position: relative;
    float: left;
    min-width: 170px;
    list-style: none;
    padding-top: 25px;
    margin-right: 80px;
    margin-bottom: 40px;
    border-top: 3px solid #ccad7e;
}
.about-two .facts ul li:last-child {
    margin-right: 0;
}
.about-two .facts ul li .count {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 48px;
    font-family: 'CG_Omega', sans-serif;
    line-height: 44px;
    margin-bottom: 10px;
}
.about-two .facts ul li .subtitle {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: 'CG_Omega', sans-serif;
}
/*** 



====================================================================

	Values Section

====================================================================



***/
.values-section {
    position: relative;
    padding: 0 0;
}
.title-two {
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}
.title-two h2 {
    position: relative;
    font-size: 94px;
    line-height: 1em;
    color: #ccad7e;
    font-family: 'CG_Omega', sans-serif;
    text-transform: uppercase;
    margin: 0;
}
.title-two h2 span {
    font-family: 'CG_Omega', sans-serif;
}
.values-section .outer-container {
    position: relative;
    padding: 45px 0 150px;
    overflow: hidden;
}
.values-section .row {
    margin: 0 0;
}
.values-section .image-col, .values-section .text-col {
    position: relative;
    padding: 0 0;
}
.values-section .image-col .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: -150px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}
.values-section .image-col .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    opacity: 1;
}
.values-section .image-col .inner {
    position: relative;
    height: 100%;
    min-height: 520px;
}
.values-section .image-col .image {
    position: relative;
    display: none;
}
.values-section .image-col .image img {
    position: relative;
    display: block;
    width: 100%;
}
.values-section .text-col:before {
    content: '';
    position: absolute;
    left: -300px;
    top: -45px;
    right: 0;
    bottom: 0;
    background: #ccad7e;
}
.values-section .text-col .inner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 750px;
    padding: 120px 20px 50px 80px;
    color: #ffffff;
}
.values-section .text-col h5 {
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.values-section .text-col h2 {
    position: relative;
    font-weight: 400;
    margin-bottom: 30px;
}
.values-section .text-col .text {
    position: relative;
    font-size: 20px;
    line-height: 1.5em;
}
.values-section .text-col .text ul {
    padding: 0;
    margin: 0 0 20px 25px;
}
.values-section .text-col .text ul li {
    position: relative;
    list-style: square;
    margin-bottom: 10px;
}
.values-section .text-col .text ul li:last-child {
    margin-bottom: 0;
}
.values-section .text-col .link-box {
    position: relative;
    padding-top: 10px;
}
.tabs-box {
    position: relative;
}
.tabs-box .tab-buttons {
    position: relative;
    margin: 0 0 20px;
}
.tabs-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 0;
    cursor: pointer;
}
.values-section .tab-buttons {
    position: relative;
    margin: 0 0;
    font-family: 'CG_Omega', sans-serif;
    padding-bottom: 30px;
}
.values-section .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    text-transform: capitalize;
    color: #ccad7e;
    list-style: none;
    background: #ffffff;
    line-height: 30px;
    padding: 10px 30px;
    min-width: 170px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all 300ms ease;
    border-radius: 25px;
}
.values-section .tab-buttons .tab-btn.active-btn, .values-section .tab-buttons .tab-btn:hover {
    background: #f9f0da;
}
.values-section .tabs-content {
    position: relative;
}
.values-section .tabs-content .tab {
    position: relative;
    display: none;
}
.values-section .tabs-content .active-tab {
    display: block;
}
/*** 



====================================================================

	Message Section

====================================================================



***/
.msg-section {
    position: relative;
    padding: 130px 0 120px;
}
.msg-section .title-col {
    position: relative;
    margin-bottom: 30px;
}
.msg-section .title-col h2 {
    position: relative;
    font-size: 94px;
    line-height: 1em;
    color: #ccad7e;
    text-transform: uppercase;
    font-family: 'CG_Omega', sans-serif;
    margin: 0;
}
.msg-section .title-col h2 span {
    font-family: 'CG_Omega', sans-serif;
}
.msg-section .text-col {
    position: relative;
    margin-bottom: 30px;
}
.msg-section .text-col .inner {
    position: relative;
    padding-top: 30px;
}
.msg-section .text-col .quote-icon {
    position: relative;
    margin-bottom: 3px;
}
.msg-section .text-col .content {
    position: relative;
    padding: 25px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.msg-section .text-col .text {
    position: relative;
    font-size: 24px;
    line-height: 1.4em;
}
.msg-section .text-col .info {
    position: relative;
    padding: 12px 0 0;
    font-size: 32px;
    color: #ccad7e;
    font-family: 'CG_Omega', sans-serif;
    line-height: 1.2em;
}
.msg-section .text-col .info:before {
    content: '';
    position: absolute;
    left: 0;
    top: -6px;
    border-top: 6px solid #ccad7e;
    width: 150px;
}
/*** 



====================================================================



	CTA Two



====================================================================



***/
.cta-two {
    position: relative;
    background: #101010;
    color: #ffffff;
}
.cta-two .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.90;
}
.cta-two .image-layer:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    background: -webkit-linear-gradient(left, #ccad7e, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(left, #ccad7e, rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(left, #ccad7e, rgba(0, 0, 0, 0));
    opacity: 1;
}
.cta-two .outer-box {
    position: relative;
    padding: 200px 0px 170px;
}
.cta-two .outer-box .content {
    position: relative;
    width: 100%;
    max-width: 750px;
}
.cta-two .content h2 {
    position: relative;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
}
.cta-two .link-box {
    position: relative;
    padding-top: 30px;
}
.cta-two .link-box a {
    padding: 10px 40px;
    border-radius: 24px;
    font-size: 16px;
    text-transform: capitalize;
}
/*** 



====================================================================

	Projects Section

====================================================================



***/
.projects-section {
    position: relative;
    padding: 80px 0 150px;
}
.projects-section .title-main {
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}
.projects-section .title-main h2 {
    position: relative;
    margin-bottom: 0px;
}
.projects-section .title-main h2 span {
    color: #ccad7e;
}
.projects-section .title-main .text {
    position: relative;
    padding-top: 10px;
    font-size: 18px;
}
.projects-section .projects {
    position: relative;
}
.projects-section .project-block {
    position: relative;
    margin-bottom: 150px;
}
.projects-section .project-block:last-child {
    margin-bottom: 0;
}
.projects-section .project-block .row {
    margin: 0 0;
}
.projects-section .project-block .image-col, .projects-section .project-block .text-col {
    padding: 0 0;
}
.project-block.alternate .image-col {
    order: 12;
}
.project-block.alternate .text-col {
    order: 0;
}
.project-block .image-col .inner {
    position: relative;
    margin-right: -70px;
}
.project-block.alternate .image-col .inner {
    margin-right: 0;
    margin-left: -70px;
}
.project-block .text-col .inner {
    position: relative;
    display: table;
    width: 100%;
    min-height: 100%;
    vertical-align: middle;
    z-index: 1;
}
.project-block .text-col .inner .content-box {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.project-block .text-col .inner .content {
    position: relative;
    display: block;
    background: #ccad7e;
    color: #ffffff;
    padding: 80px 50px 70px;
}
.project-block .text-col .p-title {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.project-block .text-col .p-title h3 {
    font-size: 56px;
    color: #020202;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.1em;
}
.project-block .text-col .p-title .location {
    font-weight: 7400;
    font-family: 'Avenir_Heavy', sans-serif;
}
.project-block .text-col .text {
    position: relative;
    font-weight: 400;
    font-family: 'Avenir_Medium', sans-serif;
    margin-bottom: 20px;
}
.project-block .text-col strong {
    position: relative;
    font-family: 'Avenir_Heavy', sans-serif;
    font-weight: 400;
}
.project-block .text-col .info {
    position: relative;
}
.project-block .text-col .info ul {
    position: relative;
    margin: 0 -15px;
}
.project-block .text-col .info ul li {
    position: relative;
    list-style: none;
    float: left;
    line-height: 20px;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 15px;
}
.project-block .text-col .links-box {
    position: absolute;
    left: 0;
    bottom: -42px;
    width: 100%;
    text-align: center;
}
.project-block .text-col .links-box .theme-btn {
    background: #f9f0da;
    border-color: #f9f0da;
    padding: 10px 25px;
    min-width: 180px;
    font-weight: 400;
    font-family: 'Avenir_Medium', sans-serif;
    color: #010101;
    text-transform: capitalize;
    margin: 0 10px 20px;
    font-size: 16px;
    letter-spacing: 0;
    border-radius: 24px;
}
/*** 



====================================================================

	Contact Section

====================================================================



***/
.contact-section {
    position: relative;
    padding: 0 0;
}
.contact-section .upper-info {
    position: relative;
    padding: 140px 0 80px;
}
.contact-section .upper-info .left-col {
    position: relative;
    margin-bottom: 40px;
}
.contact-section .upper-info .left-col .inner {
    position: relative;
    display: block;
}
.contact-section .upper-info .left-col h2 {
    position: relative;
    font-size: 70px;
    line-height: 1em;
    color: #ccad7e;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.contact-section .upper-info .left-col h2 span {
    font-style: normal;
}
.contact-section .upper-info .left-col .text {
    position: relative;
    font-size: 20px;
    line-height: 1.4em;
    max-width: 680px;
    padding-bottom: 30px;
}
.contact-section .upper-info .left-col .timings {
    position: relative;
    font-size: 20px;
    line-height: 1.4em;
    max-width: 680px;
    padding-bottom: 40px;
    text-align: left;
}
.contact-section .upper-info .left-col .timings strong {
    position: relative;
    font-weight: 400;
    font-family: 'Avenir_Heavy', sans-serif;
    display: block;
    padding-bottom: 7px;
}
.contact-section .upper-info .left-col .timings span {
    position: relative;
    font-weight: 400;
    display: inline-block;
    min-width: 130px;
}
.contact-section .upper-info .left-col .follow {
    position: relative;
    font-size: 24px;
    padding-bottom: 20px;
}
.contact-section .upper-info .left-col .follow .text {
    padding-bottom: 15px;
}
.contact-section .upper-info .left-col .follow strong {
    font-weight: 400;
    font-family: 'Avenir_Heavy', sans-serif;
}
.contact-section .upper-info .right-col {
    position: relative;
    margin-bottom: 40px;
}
.contact-section .upper-info .right-col .inner {
    position: relative;
    display: block;
}
.contact-section .upper-info .info {
    position: relative;
}
.contact-section .upper-info ul {
    margin: 0 0;
}
.contact-section .upper-info ul li {
    list-style: none;
}
.contact-section .upper-info .info li {
    position: relative;
    padding-left: 84px;
    min-height: 70px;
    font-size: 20px;
    padding-top: 2px;
    color: #030303;
    line-height: 30px;
    margin-bottom: 30px;
}
.contact-section .upper-info .info li:last-child {
    margin-bottom: 0;
}
.contact-section .upper-info .info li .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
    font-size: 28px;
    line-height: 64px;
    background: #f9f0da;
    border-radius: 50%;
    text-align: center;
    transition: all 500ms ease;
}
.contact-section .upper-info .info li:hover .icon-box {
    background: #ccad7e;
    transform: rotate(360deg);
}
.contact-section .upper-info .info li strong {
    font-weight: 400;
    font-family: 'Avenir_Heavy', sans-serif;
    font-size: 22px;
    line-height: 30px;
}
.contact-section .upper-info .info li a {
    color: #030303;
}
.form-section {
    position: relative;
    padding: 0 0;
}
.form-section h2 {
    position: relative;
    font-size: 70px;
    line-height: 1em;
    color: #ccad7e;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.form-section h2 span {
    font-style: normal;
}
.form-section .outer-container {
    position: relative;
    padding: 0 0;
    background: #f9f0da;
    color: #101010;
}
.form-section .outer-container .row {
    margin: 0 0;
}
.form-section .image-col {
    position: relative;
    padding: 0 0;
}
.form-section .image-col .inner {
    position: relative;
    display: block;
    min-height: 100%;
}
.form-section .image-col .image {
    position: relative;
    width: 100%;
    display: none;
}
.form-section .image-col .image img {
    width: 100%;
}
.form-section .image-col .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.form-section .content-col {
    position: relative;
    padding: 0 0;
}
.form-section .content-col .inner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 750px;
    padding: 50px 20px 50px 80px;
}
.form-section .content-col .text {
    text-transform: none;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.3em;
    margin-bottom: 25px;
}
.form-section .content-col .text strong {
    font-weight: 400;
    font-family: 'Avenir_Heavy', sans-serif;
}
.form-section .request-form {
    position: relative;
    max-width: 600px;
}
.form-section .request-form .form-group {
    margin-bottom: 20px;
}
.form-section form input {
    color: #ffffff;
    height: 50px;
    line-height: 30px;
    padding: 9px 25px;
    padding-left: 30px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.0);
    border-radius: 25px;
}
.form-section form textarea {
    height: 170px;
    line-height: 24px;
    padding: 9px 25px;
    padding-left: 30px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 0.0);
    border-radius: 25px;
}
.form-section form ::-webkit-input-placeholder {
    color: #777777;
}
.form-section form ::-moz-input-placeholder {
    color: #777777;
}
.form-section form ::-ms-input-placeholder {
    color: #777777;
}
.form-section form .text-right {
    text-align: right;
}
.form-section form .theme-btn {
    position: relative;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 23px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Avenir_Medium', sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
}
.contact-section .map-box {
    position: relative;
    background: #e0e0e0;
}
.contact-section .map-box iframe {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    outline: none;
    height: 500px;
}
/*** 







====================================================================



	Search Banner Section



====================================================================







***/
.search-banner {
    position: relative;
    margin: 0px 0px;
}
.search-banner ul, .search-banner ul li {
    list-style: none;
    margin: 0;
}
.search-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.search-banner .image-layer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.search-banner .content-container {
    position: relative;
}
.search-banner .content-box {
    position: relative;
    padding: 270px 0 0;
    top: 64px;
}
.search-banner .content {
    position: relative;
}
.search-banner .upper-content {
    position: relative;
    max-width: 980px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto 40px;
    z-index: 10;
}
.search-banner .upper-content h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3em;
    text-transform: uppercase;
    margin: 0px 0px;
}
.search-banner .upper-content h2 span {
    color: #ccad7e;
}
.search-banner .upper-content .text {
    padding-top: 0px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5em;
}
.search-banner .content-container .auto-container {
    max-width: 1380px;
}
.search-banner .content-container .inner {
    position: relative;
    display: block;
    padding: 0 0;
    z-index: 10;
}
.search-banner .default-search-bar {
    background: #f9f0da;
    padding: 30px 30px;
    border-radius: 50px;
}
.search-banner .form-group .ui-selectmenu-button.ui-button {
    background: #f9f0da;
}
.search-banner .default-search-bar form .row .form-group {
    border-right: none;
}
.search-banner .default-search-bar form .row .form-group:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}
/*** 

====================================================================



	Properties Search



====================================================================

***/
.properties-section.search-page {
    padding: 170px 0 120px;
}
.properties-section.search-page .pattern-image-right {
    position: absolute;
    right: -15%;
    top: 0px;
}
.properties-section.search-page .pattern-image-left {
    position: absolute;
    left: -15%;
    bottom: -100px;
}
.properties-section.search-page .pattern-image-left img, .properties-section.search-page .pattern-image-right img {
    max-height: 700px;
}
.properties-section .top-row {
    position: relative;
    padding-bottom: 20px;
}
.properties-section .top-row .title {
    position: relative;
    float: left;
    margin-bottom: 30px;
}
.properties-section .top-row h2 {
    position: relative;
    font-weight: 400;
    float: left;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.properties-section .top-row h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 22px;
    border-bottom: 4px solid #ccad7e;
}
.properties-section .top-row .count {
    position: relative;
    font-weight: 400;
    float: left;
    top: 8px;
    font-size: 15px;
    padding: 8px 30px;
    line-height: 24px;
    margin-left: 70px;
    color: #020202;
    border: 1px solid rgba(0, 0, 0, 0.50);
    border-radius: 21px;
}
.properties-section .top-row .sort-by {
    position: relative;
    float: right;
    margin-bottom: 30px;
}
.properties-section .top-row .sort-by .f-label {
    position: relative;
    float: left;
    color: #ccad7e;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px 10px 0;
    line-height: 30px;
}
.properties-section .top-row .sort-by .filter {
    position: relative;
    float: left;
}
.properties-section .top-row .sort-by .form-group {
    margin-bottom: 0;
    padding: 0;
    min-width: 210px;
}
.properties-section .top-row .sort-by .ui-selectmenu-button.ui-button {
    height: 50px;
    padding: 10px 30px;
    border-radius: 27px;
}
.properties-section .top-row .sort-by .ui-button .ui-icon {
    right: -10px;
    top: 3px !important;
}
.properties-section.search-page .properties .row {
    margin: 0 -25px;
}
.properties-section.search-page .property-block {
    padding: 0 25px;
    margin-bottom: 70px;
}
.styled-pagination {
    position: relative;
    padding-top: 20px;
}
.styled-pagination ul {
    position: relative;
    margin: 0 0;
}
.styled-pagination li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.styled-pagination li a {
    position: relative;
    display: block;
    min-width: 42px;
    height: 42px;
    line-height: 30px;
    padding: 5px 5px;
    font-size: 14px;
    text-align: center;
    color: #101010;
    background: #ffffff;
    border: 1px solid #e4be5e;
    border-radius: 15px;
}
.styled-pagination li a:hover, .styled-pagination li a.active {
    background: #e4be5e;
    color: #ffffff;
}
.styled-pagination li.prev {
    margin-right: 20px;
}
.styled-pagination li.next {
    margin-left: 20px;
}
.styled-pagination li.next a, .styled-pagination li.prev a {
    color: #ffffff;
    background: #101010;
    line-height: 32px;
    text-align: center;
    border-radius: 21px;
}
.styled-pagination li.next a:hover, .styled-pagination li.prev a:hover {
    background: #191b1d;
}
/*** 



====================================================================

    Property Single Page

====================================================================



***/
.property-single {
    position: relative;
    background: #f3f4f5;
}
.page-info {
    position: relative;
    padding: 20px 0px;
    background: #ffffff;
}
.page-info .auto-container {
    max-width: 1440px;
}
.page-info .bread-crumb {
    position: relative;
    float: left;
}
.page-info ul, .page-info ul li {
    list-style: none;
    margin: 0;
}
.page-info .bread-crumb ul li {
    position: relative;
    display: block;
    float: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #020202;
    margin-right: 40px;
}
.page-info .bread-crumb ul li:last-child {
    margin-right: 0;
}
.page-info .bread-crumb ul li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: -40px;
    top: 1px;
    font-size: 10px;
    color: #999999;
    font-weight: 400;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.page-info .bread-crumb ul li:last-child:before {
    display: none;
}
.page-info .bread-crumb ul li a {
    position: relative;
    line-height: 20px;
    color: #020202;
}
.page-info .bread-crumb ul li a:hover {
    text-decoration: underline;
}
.page-info .bread-crumb ul li a:hover, .page-info .bread-crumb ul li.active {
    color: #ccad7e;
}
.page-info .share-link {
    position: relative;
    float: right;
    margin-bottom: 20px;
}
.page-info .share-link a {
    position: relative;
    color: #020202;
    font-size: 12px;
    line-height: 20px;
}
.page-info .share-link a:hover {
    text-decoration: underline;
}
.page-info .share-link a i {
    position: relative;
    padding-right: 12px;
}
.property-gallery {
    position: relative;
}
.property-gallery .carousel-box {
    position: relative;
    padding-left: 50%;
    overflow: hidden;
}
.property-gallery .carousel-box .owl-theme {
    position: static;
}
.property-gallery .carousel-box .owl-stage-outer {
    overflow: visible;
}
.property-gallery .image-block {
    position: relative;
}
.property-gallery .image-block .image-box {
    position: relative;
    display: block;
    height: 600px;
    overflow: hidden;
}
.property-gallery .image-block .image-box img {
    position: relative;
    display: none;
    width: 100%;
    z-index: 2;
    transition: all 1000ms ease;
}
.property-gallery .image-block .image-box:hover img {
    transform: scale(1.075);
}
.property-gallery .image-block .image-box .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 1000ms ease;
}
.property-gallery .image-block .image-box .image-layer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    opacity: 0.0;
}
.property-gallery .image-block .image-box:hover .image-layer {
    transform: scale(1.075);
}
.property-gallery .image-block .image-box .overlink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.property-gallery .owl-dots {
    counter-reset: slides-num;
    /* Initialize counter. */
    position: absolute;
    right: 185px;
    bottom: 30px;
    background: #ffffff;
    line-height: 24px;
    padding: 5px 20px;
    font-size: 14px;
    color: #101010;
    border-radius: 20px;
    z-index: 10;
}
.property-gallery .owl-dots:after {
    content: counter(slides-num) " Photos";
    /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
}
.property-gallery .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    /* Increment counter */
}
.property-gallery .owl-dot span {
    display: none;
}
.property-gallery .owl-dot.active:before {
    content: counter(slides-num) "/";
    /* Use the same counter to get current item. */
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 0;
    top: 0;
}
.property-gallery .owl-theme .owl-nav {
    position: absolute;
    left: 40px;
    right: 40px;
    height: 0;
    top: 50%;
    margin-top: -10px;
    z-index: 50;
}
.property-gallery .owl-theme .owl-nav .owl-prev, .property-gallery .owl-theme .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    width: 54px;
    height: 54px;
    line-height: 52px;
    font-size: 24px;
    text-align: center;
    background: #f9f0da;
    border: 1px solid rgba(0, 0, 0, 0.20);
    color: #010101;
    margin: 0px;
    border-radius: 50%;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.property-gallery .owl-theme .owl-nav .owl-prev {
    left: 0;
}
.property-gallery .owl-theme .owl-nav .owl-next {
    right: 0;
}
.property-gallery .owl-theme .owl-nav .owl-prev:hover, .property-gallery .owl-theme .owl-nav .owl-next:hover {
    background: #ccad7e;
    color: #ffffff;
}
.property-gallery .cap-box {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 2;
}
.property-gallery .cap-box a {
    position: relative;
    display: block;
    background: #ffffff;
    line-height: 24px;
    padding: 6px 20px;
    font-size: 14px;
    color: #101010;
    border-radius: 20px;
}
.property-gallery .cap-box a i {
    font-size: 16px;
    padding-right: 5px;
}
.property-details {
    position: relative;
    padding: 0 0 90px;
}
.property-details .pattern-image-right {
    position: absolute;
    right: -15%;
    top: -100px;
    z-index: 0;
}
.property-details .pattern-image-left {
    position: absolute;
    left: -15%;
    bottom: -300px;
    z-index: 0;
}
.property-details .pattern-image-right img, .property-details .pattern-image-left img {
    max-height: 700px;
}
.property-details .auto-container {
    max-width: 1440px;
}
.property-details .content-side {
    position: relative;
    margin-bottom: 30px;
}
.property-details .content-side .content-inner {
    position: relative;
    padding-top: 50px;
}
.property-details .content-side .upper-box .description {
    position: relative;
    padding-bottom: 30px;
}
.property-details .content-side .upper-box .text-content {
    position: relative;
    line-height: 1.5em;
}
.property-details .content-side .amenities {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccad7e;
    margin-bottom: 40px;
}
.property-details .content-side .amenities ul {
    position: relative;
    margin: 0 0;
}
.property-details .content-side .amenities ul li {
    position: relative;
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 25px;
    margin-bottom: 10px;
}
.property-details .content-side .amenities ul li:last-child {
    margin-bottom: 0;
}
.property-details .content-side .amenities ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    font-weight: 500;
    top: 0;
    font-size: 14px;
    color: #020202;
    height: 24px;
    line-height: 24px;
}
.property-details .location-box {
    position: relative;
}
.property-details .content-side h2, .property-details .content-side h3 {
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 32px;
}
.property-details .content-side h2:after, .property-details .content-side h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 22px;
    border-bottom: 4px solid #ccad7e;
}
.property-details .location-box .map-box {
    position: relative;
    background: #f9f0da;
    border-radius: 0;
}
.property-details .location-box .map-box iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 520px;
    outline: none;
    border: none;
    background: #f9f0da;
    text-align: center;
    border-radius: 0;
}
.property-details .sidebar-side {
    position: static;
    margin-bottom: 30px;
}
.property-details .sidebar-side .sidebar-inner {
    position: sticky;
    top: 120px;
    left: 0;
    margin-top: -70px;
}
.property-details .sidebar-side .inner-box {
    position: relative;
    padding: 30px 40px 40px;
    background: #f9f0da;
    border-radius: 40px;
    margin-right: 40px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}
.property-details .sidebar-side .links-box {
    position: relative;
    margin: 0 -8px;
    padding-bottom: 15px;
}
.property-details .sidebar-side .links-box:before {
    content: '';
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.property-details .sidebar-side .links-box .theme-btn {
    min-width: 120px;
}
.property-details .sidebar-side .links-box .link {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding: 0 8px;
    margin: 0 0 15px;
}
.property-details .sidebar-side .links-box .link:nth-child(1) {
    width: 100%;
}
.property-details .sidebar-side .links-box .wa-btn {
    width: 100%;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.01em;
    background: #ccad7e;
    border-color: #ccad7e;
}
.property-details .sidebar-side .links-box .wa-btn:before {
    background: #020202;
}
.property-details .sidebar-side .links-box .wa-btn strong {
    font-weight: 500;
}
.property-details .sidebar-side .links-box .wa-btn span i {
    top: 0;
    font-size: 15px;
    width: 24px;
    height: 24px;
    padding: 0 0;
    margin-right: 0px;
    line-height: 24px;
    color: #ffffff;
    background: #00d95f;
    border-radius: 14px;
}
.property-details .sidebar-side .links-box .call-btn, .property-details .sidebar-side .links-box .mail-btn {
    display: block;
    background: #ffffff;
    color: #020202;
    font-weight: 400;
    letter-spacing: 0.01em;
    font-size: 13px;
    border-color: rgba(0, 0, 0, 0.0);
    padding-left: 25px;
}
.property-details .sidebar-side .links-box .call-btn span i, .property-details .sidebar-side .links-box .mail-btn span i {
    font-size: 18px;
    top: 0px;
    padding-right: 10px;
}
.property-details .sidebar-side .links-box .call-btn:hover, .property-details .sidebar-side .links-box .mail-btn:hover, .property-details .sidebar-side .links-box .wa-btn:hover {
    background: #020202;
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.0);
}
.property-details .sidebar-side .back-link {
    position: relative;
    margin-bottom: 20px;
}
.property-details .sidebar-side .back-link a {
    font-size: 12px;
    color: #020202;
    line-height: 15px;
}
.property-details .sidebar-side .back-link a:hover {
    text-decoration: underline;
}
.property-details .sidebar-side .back-link a i {
    padding-right: 5px;
    font-size: 10px;
}
.property-details .sidebar-side .location {
    position: relative;
    font-size: 15px;
    color: #020202;
    line-height: 22px;
    margin-bottom: 20px;
}
.property-details .sidebar-side .location a {
    font-size: 15px;
    color: #020202;
    line-height: 22px;
}
.property-details .sidebar-side .location i {
    padding-right: 5px;
    font-size: 15px;
}
.property-details .sidebar-side .specs {
    position: relative;
    margin: 0 0;
    margin-bottom: 12px;
}
.property-details .sidebar-side .specs ul {
    position: relative;
    margin: 0 0;
    padding: 0 0;
}
.property-details .sidebar-side .specs ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    color: #020202;
    line-height: 24px;
    margin-right: 25px;
    margin-bottom: 10px;
}
.property-details .sidebar-side .specs ul li:last-child {
    margin-right: 0;
}
.property-details .sidebar-side .specs ul li .icon {
    position: relative;
    font-size: 24px;
    color: #999999;
    line-height: 24px;
    padding-left: 10px;
}
.property-details .sidebar-side h3 {
    margin-bottom: 20px;
}
.property-details .sidebar-side .pricing {
    position: relative;
    margin-bottom: 20px;
}
.property-details .sidebar-side .pricing .amount {
    position: relative;
    font-family: 'CG_Omega', sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #ccad7e;
}
.property-details .sidebar-side .pricing sup {
    position: relative;
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.property-details .sidebar-side .ref-no {
    position: relative;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
}
.property-details .sidebar-side .share-link {
    position: relative;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.property-details .sidebar-side .share-link a {
    position: relative;
    color: #222222;
    font-size: 12px;
    line-height: 20px;
}
.property-details .sidebar-side .share-link a:hover {
    text-decoration: underline;
}
.property-details .sidebar-side .share-link a i {
    position: relative;
    padding-right: 12px;
}
.property-details .sidebar-side .p-brand {
    position: relative;
    padding: 20px 0;
}
.property-details .sidebar-side .p-brand .b-inner {
    position: relative;
    padding-left: 80px;
    min-height: 60px;
    font-size: 16px;
    line-height: 1.2em;
    padding-top: 12px;
}
.property-details .sidebar-side .p-brand .b-inner strong {
    font-weight: 400;
}
.property-details .sidebar-side .p-brand .b-inner .txt {
    font-size: 12px;
    line-height: 20px;
}
.property-details .sidebar-side .p-brand .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.property-details .sidebar-side .p-brand .image img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
/*** 



====================================================================



    Inner Banner Section



====================================================================



***/
.project-banner {
    position: relative;
    margin: 0px 0px;
    z-index: 5;
}
.project-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.project-banner .image-layer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #020202;
    opacity: 0.0;
}
.project-banner .content-box {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 550px;
    display: table;
    vertical-align: middle;
    padding: 50px 0 50px;
}
.project-banner .content-box .content {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    color: #020202;
}
.project-banner .content-box .inner {
    position: relative;
}
.project-banner h1 {
    font-size: 80px;
    color: #020202;
    font-weight: 400;
    line-height: 1.30em;
    text-transform: uppercase;
    margin: 0px 0px;
}
.project-banner h1 span {
    color: #ccad7e;
}
.project-banner .content .info {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Avenir_Heavy', sans-serif;
}
/*** 



====================================================================

    Project Info Section

====================================================================



***/
.p-info-section {
    position: relative;
    padding: 90px 0 60px;
}
.p-info-section .left-col {
    position: relative;
    margin-bottom: 30px;
}
.p-info-section .left-col .inner {
    position: relative;
    display: block;
}
.p-info-section .left-col .hlt {
    position: relative;
    font-size: 30px;
    line-height: 1.3em;
    color: #ccad7e;
    font-weight: 400;
    font-family: 'Avenir_Heavy', sans-serif;
    margin-bottom: 80px;
}
.p-info-section .left-col .pricing {
    position: relative;
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 400;
}
.p-info-section .left-col .amount {
    position: relative;
    font-size: 30px;
    line-height: 1.3em;
}
.p-info-section .right-col {
    position: relative;
    margin-bottom: 10px;
}
.p-info-section .right-col .inner {
    position: relative;
    display: block;
    margin-left: 50px;
}
.p-info-section .right-col .text {
    position: relative;
    font-size: 24px;
    line-height: 1.4em;
}
/*** 



====================================================================

    Project Features Section

====================================================================



***/
.p-features-section {
    position: relative;
    padding: 100px 0 70px;
}
.p-features-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0%;
    top: -10px;
    bottom: 0;
    background: #f9f0da;
    transform: skewY(-2.5deg);
    z-index: 0;
}
.p-features-section .image-col {
    position: relative;
    margin-bottom: 30px;
}
.p-features-section .image-col .inner {
    position: relative;
    display: block;
    margin-right: 20px;
}
.p-features-section .image-col .image {
    position: relative;
    display: block;
}
.p-features-section .image-col .image img {
    position: relative;
    display: block;
    width: 100%;
}
.p-features-section .text-col {
    position: relative;
    margin-bottom: 30px;
}
.p-features-section .text-col .inner {
    position: relative;
    display: table;
    width: 100%;
    min-height: 100%;
    vertical-align: middle;
}
.p-features-section .text-col .features {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.p-features-section .features ul {
    margin: 0 0;
}
.p-features-section .features ul li {
    position: relative;
    list-style: none;
    margin-left: 80px;
    padding: 6px 0 26px;
    min-height: 48px;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccad7e;
}
.p-features-section .features ul li:last-child {
    margin-bottom: 0;
}
.p-features-section .features ul li .icon {
    position: absolute;
    left: -80px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #ccad7e;
    color: #ffffff;
    border-radius: 50%;
}
.p-features-section .features ul li .icon img {}
/*** 



====================================================================

    Project Amenities Section

====================================================================



***/
.amenities-section {
    position: relative;
    padding: 100px 0 90px;
}
.amenities-section .amenities {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}
.amenities-section .am-block {
    position: relative;
    margin-bottom: 30px;
}
.amenities-section .am-block .inner {
    position: relative;
    display: block;
    min-height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding: 20px 20px 20px 100px;
    min-height: 100px;
}
.amenities-section .am-block .icon-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.amenities-section .am-block .icon-box img, .amenities-section .am-block .icon-box svg {
    position: relative;
    height: 48px;
}
.amenities-section .am-block .text {
    position: relative;
    display: table;
    width: 100%;
    min-height: 60px;
    vertical-align: middle;
}
.amenities-section .am-block .text span {
    position: relative;
    display: table-cell;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    vertical-align: middle;
}
/*** 



====================================================================

    Project Gallery Section

====================================================================



***/
.p-gallery-section {
    position: relative;
    padding: 100px 0 100px;
    background: #f9f0da;
}
.p-gallery-section .carousel-box {
    position: relative;
    margin: 0 20px 50px;
}
.p-gallery-section .gallery-block {
    position: relative;
}
.p-gallery-section .gallery-block .image-box {
    position: relative;
    display: block;
}
.p-gallery-section .gallery-block .image-box .image {
    position: relative;
    display: block;
    height: 370px;
    overflow: hidden;
}
.p-gallery-section .gallery-block .image-box img {
    position: relative;
    display: none;
    width: 100%;
    z-index: 2;
    transition: all 1000ms ease;
}
.p-gallery-section .gallery-block .image-box:hover img {
    transform: scale(1.05);
}
.p-gallery-section .gallery-block .image-box .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 1000ms ease;
}
.p-gallery-section .gallery-block .image-box .image-layer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    opacity: 0.0;
}
.p-gallery-section .gallery-block .image-box:hover .image-layer {
    transform: scale(1.05);
}
.p-gallery-section .gallery-block .image-box .overlink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.p-gallery-section .owl-theme .owl-dots {
    position: absolute;
    display: block;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 20px 0 0;
    text-align: center;
}
.p-gallery-section .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.p-gallery-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 8px;
    background: #cccccc;
    border-radius: 5px;
    transition: all 500m ease;
}
.p-gallery-section .owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
}
.p-gallery-section .owl-theme .owl-nav {
    position: absolute;
    left: -30px;
    right: -30px;
    top: 50%;
    margin-top: -30px;
    height: 0;
}
.p-gallery-section .owl-theme .owl-nav .owl-next, .p-gallery-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border: none;
    color: #101010;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.p-gallery-section .owl-theme .owl-nav .owl-prev {
    left: 0;
}
.p-gallery-section .owl-theme .owl-nav .owl-next {
    right: 0;
}
.p-gallery-section .owl-theme .owl-nav .owl-prev:hover, .p-gallery-section .owl-theme .owl-nav .owl-next:hover {
    background: #ccad7e;
    color: #ffffff;
}