@font-face {
    font-family: 'HEEBOLIGHT';
    src: url('../fonts/HEEBOLIGHT.eot');
    src: url('../fonts/HEEBOLIGHT.eot') format('embedded-opentype'),
         url('../fonts/HEEBOLIGHT.woff2') format('woff2'),
         url('../fonts/HEEBOLIGHT.woff') format('woff'),
         url('../fonts/HEEBOLIGHT.ttf') format('truetype'),
         url('../fonts/HEEBOLIGHT.svg#HEEBOLIGHT') format('svg');
}
@font-face {
    font-family: 'HEEBOMEDIUM';
    src: url('../fonts/HEEBOMEDIUM.eot');
    src: url('../fonts/HEEBOMEDIUM.eot') format('embedded-opentype'),
         url('../fonts/HEEBOMEDIUM.woff2') format('woff2'),
         url('../fonts/HEEBOMEDIUM.woff') format('woff'),
         url('../fonts/HEEBOMEDIUM.ttf') format('truetype'),
         url('../fonts/HEEBOMEDIUM.svg#HEEBOMEDIUM') format('svg');
}

@font-face {
    font-family: 'MinionProRegular2';
    src: url('../fonts/MinionProRegular2.eot');
    src: url('../fonts/MinionProRegular2.eot') format('embedded-opentype'),
         url('../fonts/MinionProRegular2.woff2') format('woff2'),
         url('../fonts/MinionProRegular2.woff') format('woff'),
         url('../fonts/MinionProRegular2.ttf') format('truetype'),
         url('../fonts/MinionProRegular2.svg#MinionProRegular2') format('svg');
}
body {
    color: #000;
    font-family: 'HEEBOLIGHT';
    font-size: 20px;
    font-weight: 400;
    background-color: #fff;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
* {
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
a:hover,
button:hover,
input {
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
}
button:focus {
    outline: 0;
}
select,
button,
input {
    outline: none;
}
/* For modern browsers */
.cf:before,
.cf:after {
    content: "";
    display: table
}
html {
    scroll-behavior: smooth;
}
.cf:after {
    clear: both;
}
.form-control {
    background: #edece2;
    border-radius: 0;
    font-size: 23px;
    padding: 7px 25px 5px;
    line-height: 38px;
    color: #6B762F;
}
.form-control:focus {
    box-shadow: none;
    background: #edece2;
    border-color: #272a17;
}
a:hover,
a:focus,
a {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
}
p {
    color: #fff;
    font-family: 'HEEBOLIGHT';
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}
img {
    max-width: 100%;
}
::-webkit-input-placeholder {/* Chrome/Opera/Safari */color: #6B762F !important;opacity: 1 !important;}
::-moz-placeholder {/* Firefox 19+ */color: #6B762F !important;opacity: 1 !important;}
:-ms-input-placeholder {/* IE 10+ */color: #6B762F !important;}
:-moz-placeholder {/* Firefox 18- */color: #6B762F !important;opacity: 1 !important;}
header {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 10px 0 10px;
}
.header-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    background: rgba(255,255,255,0.7);
    padding: 0;
}
.logo > img {
    max-width: 170px;
    width: 170px;
}
header.header-fixed .logo {
    height: 82px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
header.header-fixed .logo > img {
    max-width: 170px;
}
.navbar .nav-link {
    color: #272a17;
    font-family: 'HEEBOMEDIUM';
    font-size: 20px;
    padding: 0;
    text-transform: uppercase;
}
/* header .nav-pills .nav-link.active, */
header .nav-pills .nav-link:hover {
    background-color: transparent;
    color: #6B762F;
}
header .nav-pills .nav-link.active,header .nav-pills .nav-link:focus{
    background-color: transparent;
    color: #272a17;
}
.banner-sec {
    height: 900px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    background-position: center top;
}
.banner-content {
    position: relative;
    padding-top: 100px;
}
.banner-content h1 {
    font-size: 160px;
    max-width: 540px;
    line-height: 110px;
    color: #fff;
    text-align: center;
    font-family: "kepler-std-condensed-display";
    font-weight: 300;
}
.banner-content h1 span{
    color: #b4b586;
    font-style: italic;
}
/*** about css start ***/
.about-section {
    padding: 185px 0 130px;
    background: url(../images/about-bg.png) no-repeat;
    background-size: cover;
}
.about-content {
    gap: 175px;
}
.about-company-logo {
    gap: 50px;
}
.about-section h2 {
    color: #000;
    font-family: 'HEEBOLIGHT';
    font-weight: normal;
    font-size: 34px;
    line-height: 51px;
    letter-spacing: -0.8px;
    text-align: center;
}
.about-company-logo > img {
    max-width: 400px;
    margin: auto;
    width: 100%;
}
.about-company-logo .about-logo-two {
    max-width: 445px;
    margin: auto;
    width: 100%;
}
/*** residence css start ***/
.main-title h3 {
    color: #fff;
    font-family: "kepler-std-condensed-display";
    font-size: 121px;
    line-height: 74px;
    font-weight: normal;
}
.main-title h3 span{
    font-family:"kepler-std-condensed-subhead";
    font-style: italic;
    color: #6B762F;
}
.services-sec .main-title h3 span {
    font-weight: 300;
}
.residence-box p {
    font-size: 23px;
    line-height: 35px;
    font-weight: normal;
}
section.residence-sec .main-title {
    margin-bottom: 12px;
}
section.residence-sec {
    padding: 100px 0 120px 0;
}
.residence-content {
    background-size: cover;
    min-height: 836px;
    background-position: bottom center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.residence-box {
    max-width: 442px;
    margin-left: 95px;
    position: relative;
}
.residence-inner-box {
    background: #262a16;
    padding: 86px 75px;
    color: #fff;
}
.residence-inner-box .main-title h3 span {
    color: rgba(180,181,134);
}
.about-shape1,.about-shape2 {
    background: url(../images/about-box-shape1.png) no-repeat;
    height: 32px;
    width: 100%;
}
.about-shape2 {
    background: url(../images/about-box-shape2.png) no-repeat;
}
/*** service section css start ***/
.services-sec {
    position: relative;
}
.services-sec .main-title h3 {
    color: #262a16;
    font-size: 121px;
    line-height: 97px;
}
.services-sec .main-title {
    max-width: 870px;
    margin: 0 auto 164px;
}
.services-sec .main-title p {
    font-size: 32px;
    color: #272a17;
    font-family: 'HEEBOLIGHT';
    margin-top: 47px;
}
.services-box-text {
    color: #fff;
    text-align: center;
    padding: 68px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    position: relative;
    background:  url(../images/box-bg.png) no-repeat;
    background-size: cover;
    /* border: 20px solid #6B762F; */
    background-position: center center;
}
.services-box-text-inner p {
    font-size: 23px;
    line-height: 33px;
    margin: 0 auto 8px;
    max-width: 282px;
}
.services-box-text h4 {
    margin: 0;
    font-size: 56px;
    font-family: "kepler-std-condensed-display";
    line-height: 50px;
    max-width: 303px;
}
section.services-sec:before {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #262a16;
    height: 300px;
    content: "";
    width: 100%;
}
/*** contact css start ***/
section#contact {
    background: #262a16;
    padding:100px 0 100px;
}
.contact-right-inner {
    background: #b5b687;
    padding:51px 40px;
    text-align: center;
}
.contact-shape-top,.contact-shape-bottom {
    background: url(../images/inquire-shape-top.png) no-repeat;
    width: 100%;
    background-size: contain;
    height: 34px;
    background-position: bottom;
}
.contact-shape-bottom{
    background: url(../images/inquire-shape-btm.png) no-repeat;
    background-size: contain;
}
.contact-left .main-title {
    margin: 20px 0;
}
ul.contact-info {
    list-style: none;
    gap: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.contact-text {
    margin: 10px 0 50px;
}
ul.contact-info li a {
    color: #fff;
    font-weight: 400;
    margin-left: 15px;
    font-size: 25px;
}
ul.contact-info li a:hover{
    color: #b4b586;
}
ul.contact-info li > img {
    max-width: 46px;
}
.comingsoon p {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'HEEBOMEDIUM';
    margin-top: 60px;
}
#contact .main-title h3 {
    font-family: "kepler-std-condensed-subhead";
    font-weight: 300;
    font-size: 170px;
    line-height: 135px;
}
.contact-text > img {
    max-width: 650px;
}
#contact .main-title h3 span{
    font-family: "kepler-std-condensed-display";
}
.contact-right-inner h3 {
    font-family: "kepler-std-condensed-display";
    font-size: 100px;
    margin-bottom: 41px;
    color: #272a17;
    font-weight: 400;
}
.btn-submit {
    background: #6B762F;
    color: #272a17;
    font-family: 'HEEBOMEDIUM';
    text-transform: uppercase;
    border-radius: 40px;
    border: 0;
    padding: 10px 30px 7px;
    line-height: 1;
    font-size: 20px;
    transition: 0.4s;
    margin-top: 35px;
}
.btn-submit:hover{
    background: #262a16;
    color: #fff;
}
.contact-left p {
    font-size: 25px;
}
.contact-left .comingsoon p{
    font-size: 22px;
}
/*** footer css start ***/
footer {
    background: #202413;
    padding: 50px 0;
}
footer p {
    font-size: 17px;
}
.footer-logo-left a > img {
    max-width: 100%;
}
.footer-logo-right > img{
    max-width: 315px;
    width: 100%;
}

.php-email-form .ajax_loader {
    display: none;
    margin-left: 5px;
}
.php-email-form .ajax_loader:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #2c2e35;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
.php-email-form .contact_msg {
    font-size: 18px;
    margin-top: 20px;
    padding: 10px;
}

.copyright {
    width: 100%;
    padding-left: 32px;
    text-align: left;
    margin-top: 40px;
}
.copyright p {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    opacity: 0.7;
    margin-bottom: 0;
}
.copyright a {
    color: #ffffff;
    font-size: 16px;
}
.copyright a:hover {
    color: #b4b586;
}
footer p {
    margin-bottom: 10px;
}
footer .market-by {
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

footer .market-by img {
    width: 110px;
    max-width: max-content;
}
footer .title-logo-wrap {
    justify-content: space-between !important;
    width: 100%;
    opacity: 0.4;
    padding-left: 10px;
}