:root {
  --WhiteColor: #FFF;
  --BlackColor: #000;
}

@media(max-width:1199px){
:root {
  font-size: 20px;
}    
}

@media(min-width:1200px){
:root {
  font-size: 20px;
}    
}

@media(min-width:1700px){
:root {
  font-size: 22px;
}    
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-Regular.woff2') format('woff2'),
        url('../fonts/Urbanist-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-Medium.woff2') format('woff2'),
        url('../fonts/Urbanist-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-SemiBold.woff2') format('woff2'),
        url('../fonts/Urbanist-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.woff2') format('woff2'),
       url('../fonts/Switzer-Regular.woff') format('woff'),
       url('../fonts/Switzer-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Bold.woff2') format('woff2'),
       url('../fonts/Switzer-Bold.woff') format('woff'),
       url('../fonts/Switzer-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ldgy6n');
  src:  url('../fonts/icomoon.eot?ldgy6n#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ldgy6n') format('truetype'),
    url('../fonts/icomoon.woff?ldgy6n') format('woff'),
    url('../fonts/icomoon.svg?ldgy6n#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-prev:before {
  content: "\e909";
}
.icon-arrow-next:before {
  content: "\e90a";
}
.icon-bed:before {
  content: "\e900";
}
.icon-cash:before {
  content: "\e901";
}
.icon-home:before {
  content: "\e902";
}
.icon-location:before {
  content: "\e903";
}
.icon-mail:before {
  content: "\e904";
}
.icon-phone:before {
  content: "\e905";
}
.icon-star:before {
  content: "\e906";
}
.icon-villa:before {
  content: "\e907";
}
.icon-bathroom:before {
  content: "\e908";
}


a, body, div, fieldset, font, footer, form, h1, h2, h3, h4, h5, h6, header, html, img, label, li, nav, ol, p, section, select, span, strong, table, tbody, td, th, thead, tr, ul {

  outline: 0;

  border: 0;

  font-weight: inherit;

  font-style: inherit;

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}


*, *::after, *::before {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

html, body{height: 100%;}

ul, li{list-style: none;}

a, a:hover, a:focus {
  text-decoration: none !important;

}

h1{font-size: 60px;font-family: 'Switzer';font-weight: bold;}

h2{font-size: 42px;font-family: 'Switzer';font-weight: bold;}

body{
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    color: #FFF;
    background: #080101;
    font-family: 'Urbanist';
    font-weight: 400;
    line-height: 36px;
}

.img_responsive{
    max-width: 100%;
}

.mt_150{margin-top: 150px;}

.mb_150{margin-bottom: 150px;}

.pt_150{padding-top: 150px;}

.pb_150{padding-bottom: 150px;}


#wrapper{
    margin-top: 85px;
}

#banner_home{
    background: url(../images/banner-home.png) center top no-repeat;
    background-size: cover;
    height: calc(100vh - 95px);
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.banner_text{
    max-width: 50%;
    color: var(--WhiteColor);
    position: relative;
}

.banner_text h1{
    color: var(--WhiteColor);
}

.banner_text p{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-top: 20px;
    color: #999;
    font-family: 'Switzer';
}

.banner_text .btn_learn_more{
    margin-top: 50px;
}

.icon_circle_arrow {
    position: absolute;
    top: 50%;
    right: -105px;
    margin-top: -70px;
}

.icon_circle_arrow img,
.icon_circle_arrow svg{
    width: 140px;
}

.icon_banner_arrow {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_banner_arrow img{
    width: 20px;
}

.arrow_animation {
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.btn_learn_more{
    border-radius: 11.429px;
    background: #897048;
    color: var(--WhiteColor);
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 150%; /* 36px */
    display: inline-block;
    padding: 12px 25px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}
.btn_learn_more:hover {
    color: #000;
    background-color: var(--WhiteColor);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.content, .content_section
{
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
}

#crafting_wealth_expertise{
    background: url(../images/banner-crafting-wealth.png) center center no-repeat;
    background-size: cover;
    padding: 140px;
    text-align: center;
    border-radius: 20px;
}

#crafting_wealth_expertise p{
    margin-top: 40px;
    color: #E7DDC1;
    font-weight: 500;
}

.why_choose_slide{
    border-radius: 16px;
    background: #141414;
    padding: 20px 10px;
}

.why_choose_col{
    border-radius: 12px;
    border: 1px solid #262626;
    background: #1A1A1A;
    display: flex;
    padding: 30px 12px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    color: #999;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    font-family: 'Switzer';
    margin:0 10px;
}

.why_choose_col h5{
    color: #E7DDC1;
    font-family: 'Switzer';
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 150%; /* 36px */
    min-height: 66px;
    display: flex;
    align-items: flex-end;
}

.why_choose_slide .slick-slide {
  height: auto;}

.title_with_right_btn_row{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
}

.title_abstract, .title_abstract2{position: relative;}

.title_abstract:before{
    display: block;
    content: "";
    background: url(../images/title-abstract.svg) left top no-repeat;
    background-size: contain;
    width: 50px;
    height: 25px;
}

.title_abstract2:before{
    display: block;
    content: "";
    background: url(../images/title-abstract2.svg) left top no-repeat;
    background-size: cover;
    width: 63px;
    height:34px;
}

.btn_contact{
    border-radius: 11.429px;
    background: #897048;
    display: flex;
    padding: 10px 25px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 150%; /* 36px */
}

/*Tab*/
.property_tab_content{margin-top: 100px}

.tab__row {
  display: flex;
  gap: 20px;
  justify-content: center;
  border-radius: 12px;
  background: #262626;
  width: fit-content;
  padding: 12px;
  margin: auto;
}

.tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid #CFBB86;
    background: #E7DDC1;
    overflow: hidden;
}

.tab-link {
    list-style: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    color: #5F452F;
    border: 1px solid #CFBB86;
    background: #E7DDC1;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    width: 200px;
}

.tab-link i{
    border-right: 1px solid #C6A971;
    padding: 4px 0;
    padding-right: 12px;
    margin-right: 12px;
    vertical-align: middle;
}

.tab-link:hover {
    color: #FFF;
    border: 1px solid #CFBB86;
    background: #897048;
}

.tab-link.active {
  color: #FFF;
  background: #897048;
  border: 1px solid #CFBB86;
}

.content-wrapper {
  padding: 24px;
  border-radius: 16px;
  background: #141414;
  margin-top: 50px;
}

.tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 400;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.tab_content_row{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.tab_column{
    border-radius: 12px;
    border: 1px solid #262626;
    background: #1A1A1A;
    width: 33.333%;
    padding: 50px 40px;
}

.tab_column2{
    border-radius: 12px;
    border: 1px solid #262626;
    background: #1A1A1A;
    width: 50%;
    padding: 50px 40px;
}

.tab_content_row h4{
    color: #FFF;
    text-align: center;
    font-family: 'Switzer';
    font-size: 50px;
    font-style: normal;
    font-weight: bold;
    line-height: 150%; /* 78px */
}

.tab_content_row p{
    color: #E7DDC1;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 36px */
    letter-spacing: -0.144px;
}

.tab_content_row h5{
    color: #F3EFE1;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 48px */
    letter-spacing: -0.192px;
    margin-top: 30px;
}

.green_color{
    color: #1E8351;
}

.red_color{
    color: #A02E2E;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}
/*End Tab*/

.title_with_right_btn_row p{
    color: #CFBB86;
    font-family: 'Switzer';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */ 
    margin-top: 30px;  
}

.featured_property{margin-top: 150px;}

.btn_view_all{
    border-radius: 10px;
    border: 1px solid #897048;
    background: #1A1A1A;
    display: flex;
    padding: 10px 24px;
    align-items: center;
    align-self: center;
    gap: 8px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 150%; /* 36px */   
    white-space: nowrap;
    font-family: 'Switzer';
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn_view_all:hover{
    background: #FFF;
    color: #000;
}

.btn_hover{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;  
}

.btn_hover:hover{
   background: #FFF;
   color: #000;   
}

.title_with_right_btn_row a{
margin-left: 100px;
}

.property_slide_col{
    border-radius: 12px;
    border: 1px solid #262626;
    background: #141414;
    padding: 30px;
    transition: all 0.4s;
}

.property_slide_col:hover{
    border: 1px solid #897048;
    background: #222;
}

.property_slide_col:hover .services_list li{
    background: #222;
    border-color: #333;
}

.img_property img{
    border-radius: 10px;
}

.property_slide_col h5{
    color: #FFF;
    font-family: 'Switzer';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.property_slide_col p{
    color: #999;
    font-family: 'Switzer';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.services_list{
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.services_list li{
    border-radius: 28px;
    border: 1px solid #262626;
    background: #1A1A1A;
    display: flex;
    align-items: center;
    padding: 7px 14px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
}

.property_footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.property_footer h6{
    color: #999;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
}

.property_footer h4{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
}

.pagination{
    display: flex;
    align-items: center;
    gap: 6px;
    color: #999;
}

.property_slider{
    margin-left: -14px;
    margin-right: -14px;
}

.property_slide_controls{
    margin-top: 35px;
    border-top: 1px solid #262626;
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.property_slider .item{margin: 0 14px;}

.pagination .current-slide{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 30px */
}

.pagination .total-slides{
    color: #999;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.btn_view_detail{
    border-radius: 10px;
    background: #897048;
    display: flex;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
}

.services_list li i{margin-right: 4px; display: inline-block;}

.property_arrows{
    display: flex;
    align-items: center;
    gap: 10px;
}

.property_arrows .prev{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 69px;
    border: 1px solid #262626;
    width: 55px;
    height: 55px;
    background-color: #080101;
    color: #808080;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.property_arrows .next{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 69px;
    border: 1px solid #262626;
    width: 55px;
    height: 55px;
    background-color: #080101;
    color: #808080;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.property_arrows .next:hover,
.property_arrows .prev:hover{
    color: #FFF;
    background-color: #1A1A1A;
}

.we_promise_content{
    margin-top: 150px;
}

.we_promise_row{
    display: flex;
    gap: 30px;
    align-items: center;
}

.we_promise_title{
    width: 32%;
    padding-right: 50px;
}

.we_promise_col{
    width: 68%;
    border-radius: 12px;
    border: 1px solid #262626;
    background: #141414;
    box-shadow: 0px 0px 0px 10px #191919;
    padding: 50px;
    padding-left: 30px;
}

.we_promise_col_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.we_promise_col_list li{
    width: 50%;
    padding-left: 20px;
    border-right: 1px solid #262626;
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 18px;
}

.icon_star{
    border-radius: 52px;
    border: 1px solid var(--Straw-900, #5F452F);
    background: var(--Straw-100, #F3EFE1);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5F452F;
}

.we_promise_col_list li p{
    width: calc(100% - 68px);
    color: #F3EFE1;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 150% */
    letter-spacing: 0.24px;
}

.we_promise_col_list li:last-child{border-right: 0;}

.we_promise_col .hrline{
    margin-top: 15px;
}

.hrline{
    height: 1px;
    background: #262626;
    width: 100%;
}

#getin_touch{
    background: url(../images/banner-getin-touch.png) center center no-repeat;
    background-size: cover;
    margin-top: 150px;
    padding: 100px 0; 
}

#getin_touch .btn_contact{
    align-self: center;
    white-space: nowrap;
}

#footer{
    background-color: #0E0E0E;
    width: 100%;
    float: left;
}

.footer_nav{
    display: flex;
    justify-content: space-between;
    padding: 80px 60px;
    
}

.footer_nav > div{margin-bottom: 50px;}

.footer_nav_col{
    width: 16%;
}

.footer_add_col{width: 27%;}

.footer_hours_col{width: 22%;}

.footer_nav .logo{width: 19%;}

.footer_nav .logo img{
    width: 140px;
    height: auto;
}

.footer_nav_col h5, 
.footer_add_col h5,
.footer_hours_col h5{
    color:#999;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    letter-spacing: -0.12px;
    margin-bottom: 10px;
}

.footer_nav_link li a{
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.108px;
}

.footer_contact li{
    display: flex;
    gap: 8px;
    margin-top: 10px;
    word-break: break-all;
}

.footer_contact li a{
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.108px;
}

.footer_contact li i{color: #897048;display: inline-block;margin-top: 5px;}

.footer_contact li i.icon-mail{font-size: 14px}

.footer_office_hours li{
    font-weight: bold;
    color: #FFF;
    font-size: 17px;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.108px;
    margin-top: 10px;
}

.footer_office_hours li span{font-weight: 500;color: #897048}

.footer_contact{
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.108px;
}

.copyright_content{
    padding-top: 15px;
    padding-bottom:15px;
/*    border-top: 0.4px rgba(255, 255, 255, 0.25);*/
    background: #1A1A1A;
}

.copyright_content .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.copyright_text{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.108px;
}

.copyright_text a{color: #AAA; font-size: 14px;display: inline-block;}

.social_links{
    display: flex;
    align-items: center;
    gap: 10px;
}

.social_links a{
    border-radius: 58px;
    background: #141414;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    transition: all 0.4s;
}

.social_links a img{
   transition: all 0.4s;
}

.social_links a:hover img{
   transform: scale(1.1);
}

.powered_text a{
    font-size: 12.2px;
    color: #FFF;
    font-weight: 500;
}

.footer_second_nav{
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.footer_second_nav li a{
    color: #FFF;
}

.login-button{
    padding: 6px 24px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #FFF;
    border-radius: 10px;
    border: 1px solid #897048;
    background: #897048;
    font-family: 'Switzer';
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}
.login-button:hover {
    color: #000;
    background-color: var(--WhiteColor);
    border: 1px solid var(--WhiteColor);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.nav-links li a{position: relative;overflow: hidden;}

.dropdown-menu li a{margin: 0 !important;}

.nav-links li a:before{
    content: '';
    position: absolute;
    transition: transform .3s ease;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    transform: translateX(-101%);
    display: block;
    border-radius: 10px;
    border: 1px solid #897048;
    background: #141414;
    z-index: -1;
}

.nav-links li a:hover:before, 
.nav-links li.active a:before{
     transform: translateX(0);
}

.navbar .nav-links .nav-item.active .nav-link{
    font-weight: bold;
}


.nav-links li.has-dropdown a:hover:before{
    display: none;
}

.dropdown-menu li a:hover:before{display: none;}

.hamburger div{
    width: 30px;
    height:2px;
    background: #f2f5f7;
    margin: 6px;
    border-radius: 2px;
    transition: all 0.5s ease;
}
.hamburger{
    display: none;
}

.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    transition: all 0.5s ease;
    width:0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}

.hamburger_active .line3{display: none;}

.hamburger_active .line1{transform: rotate(-45deg);}

.hamburger_active .line2{
    transform: rotate(45deg);
    position: relative;
    top: -8px;
}

#banner_inner{
    text-align: center;
    padding: 150px 0;
}

#banner_inner p{margin-top: 35px; font-weight: 500;}

.banner_inner_text{
    width: 75%;
    margin: auto;
}

.our_mission_col{
    padding-right: 70px;
}

.vision_mission_image img{border-radius: 12px;}

.our_vision_row h5{
    margin-top: 10px;
    color: #FAF8F2;
    font-family: 'Switzer';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.our_vision_row p{
    margin-top: 50px;
    color: #E7DDC1;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.our_vision_col{
    padding-left: 70px;
}

.our_value_list{
display: flex;
}

.we_promise_title h5{margin-top: 15px;}

.align_items_start{align-items: start}

.our_value_list li{width: 50%;border-right: 1px solid #262626;padding-right: 12px;margin-right: 12px;margin-top: 15px;}

.our_value_list li:last-child{border-right: 0px;padding-right: 0px;margin-right: 0px}

.our_value_row{display: flex; align-items: center; gap: 20px}

/*.getin_touch_right_col{
    width: 400px;
}*/

.getin_touch_left_col{
    width: calc(100% - 400px);
}

.getin_touch_right_col h5{
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: -0.144px;
    margin-bottom: 10px;
}

.getin_touch_right_col h5 span{
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
}

.getin_touch_right_col .btn_contact{
    width: fit-content;
    margin-left: 0;
    margin-top: 40px;
}

.our_value_row h5{
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 48px */
}

.our_value_list p{
    color: #999;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 20px;
}


textarea{resize: none}

.thankyou_content{text-align: center; padding: 50px 40px;}

/* Thankyou Tick Animation */
  .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #897048;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  }

  .checkmark {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    stroke-width: 2;
    stroke: #897048 ;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #897048;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  }

  .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  }

  @keyframes stroke {
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes scale {
    0%, 100% {
      transform: none;
    }
    50% {
      transform: scale3d(1.1, 1.1, 1);
    }
  }
  @keyframes fill {
    100% {
      /*box-shadow: inset 0px 0px 0px 30px #0ecb8b;*/
    }
  }

.thankyou_content h1{margin-top: 30px; font-size: 52px; font-weight: bold;color: #FFF}

.thankyou_content p{margin-top: 15px;font-size: 1.2rem;color: #AAA;}

/*.footer_nav_link li a{position: relative;overflow: hidden;display: block;}

.footer_nav_link li a:before{
    content: '';
    position: absolute;
    transition: transform .5s ease;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    background: #FFF;
    transform: translateX(-101%);
    display: block;
    margin-top: 10px;
    border-radius: 2px;
}

.footer_nav_link li a:hover:before, 
.footer_nav_link li.active a:before{
     transform: translateX(0);
     opacity: 1;
}*/

#banner_other{
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#banner_other h1{font-size: 70px;}

.developers_row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 50px;
}

.developers_col{
    width: calc(20% - 25px);
    background-color: #FFF;
}

.contact_row{
    display: flex;
    gap: 100px;
}

.contact_text_col{
    width: 35%;
}

.contact_text_col p{
    margin-top: 35px;
    color: #E7DDC1;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
}

.contact_form{
    border-radius: 12px;
    border: 1px solid #262626;    
    padding: 50px;
    padding-top: 10px;
    width: 65%;
}

.contact_form ::-ms-input-placeholder { /* Edge 12-18 */
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.contact_form ::placeholder {
color: #666;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 20px;
}


.contact_form .form-control{
    border-radius: 8px;
    border: 1px solid #262626;
    background: #1A1A1A;
    color: #FFF;
    font-weight: 600;
    min-height: 60px;
}

.contact_form label.form_lable{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    margin-bottom: 7px;
}

.form-check .form-check-input{
    border-radius: 4px;
    border: 1px solid var(--Grey-15, #484848);
    background-color: var(--Grey-10, #1A1A1A);
}

.form_footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-check-label{
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 27px */
}

.form-check-label a{
    color: #999;
    text-decoration-line: underline !important;
}

.submit_contact{
    border-radius: 8px;
    background: #897048;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    border:0;
    outline: none;
    white-space: nowrap;
    padding: 14px 30px;
}

.form-check {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    gap: 10px;
}

.enquiry__form__row{
    display: flex;
}

.enquiry__add__col{
 width: 45%;
 background: url(../images/banner-enquiry.png) center top no-repeat;
 background-size: cover;
 border-radius: 8px;
 padding: 30px;
 display: flex;
 flex-direction: column;
 justify-content: center;
 gap: 30px;
}

.enquiry__form{width: 55%; padding: 30px 55px;}

.enquiry__form h5,
.enquiry__form p{text-align: center;}

.enquiry__form h5{
    color: #FFF;
font-family: 'Switzer';
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 125%; /* 37.5px */
}

.enquiry__form p{
    color: #F3EFE1;
    text-align: center;
    font-family: 'Switzer';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-top: 20px;
}

.enquiry__form form{
    margin-top: 40px;
}

.btn_submit{
    border-radius: 5px;
    background: #AC804A;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);  
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; 
    padding: 15px 48px;
    border:0;
}

.enquiry__form .btn_submit{
    margin-top: 40px;
}

.modal-backdrop{
    --bs-backdrop-opacity: 0.95;
}
.btn-close {
    position: absolute;
    right: 20px;
    background: url(../images/icon-cross.svg) right top no-repeat;
    top: 10px;
    z-index: 9;
    opacity: 1 !important;
    background-size: contain;
    width: 12px;
    height: 12px;
}

.thankyou_modal .modal-content{
   background-color:#191919;
    border-radius: 8px; 
}

.enquiry_form_modal .modal-dialog{
    max-width: 1080px;
}

.enquiry_form_modal .modal-body{padding: 10px;}

.enquiry_form_modal .modal-content{
background-color:#191919;
border-radius: 8px;
}

.enquiry_form_modal h2{
    color: #FFF;
    font-family: 'Switzer';
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    line-height: 125%; /* 45px */
}

.enquiry_address li{
    display:flex;
    gap: 8px;
    color: #FFF;
    font-family: 'Switzer';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    margin-top: 12px;
}

.enquiry_address li a{
    color: #FFF;
}

.enquiry_address li i{
    color: #897048;
    display: inline-block;
    margin-top: 6px;
}

.enquiry_address li i.icon-mail{
    font-size: 14px;
    margin-top: 7px;
}

.enquiry_office_hours h5{
    color: #999;
    font-family: 'Switzer';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
}

.enquiry_office_hours p{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.108px;
    margin-top: 15px;
}

.enquiry_office_hours p span{
    color: #897048;
    font-weight: 500;
}

.social_links_modal{
    display: flex;
    align-items: center;
    gap: 15px;
}

.enquiry_field_row{margin-top: 15px;}

.social_links_modal li img{width: 30px}

.custom_fcontrol, .custom_fcontrol:focus{
    border-radius: 5px;
    border: 1px solid #7C7C7C;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    background-color: #191919;
}

.custom_fcontrol::-ms-input-placeholder { /* Edge 12-18 */
    color: #7C7C7C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.custom_fcontrol::placeholder {
    color: #7C7C7C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.logo_desktop_head{display: block;}

.logo_mobile_head{display: none;}

@media(max-width: 1220px){
 .content, .footer_nav,
 .content_section{
    padding-left: 25px;
    padding-right: 25px;
 }   
}

@media(max-width: 1100px){
h2{font-size: 32px;}
 .banner_text h1{
    font-size: 40px;
    line-height: 60px;
 } 
 
 .tab-link{
    width: auto;
 }

.login-button{
        margin-right: 60px;
    }
    .hamburger{
        display:block;
        position: absolute;
        cursor: pointer;
        right: 20px;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }

    .hamburger .line3{width: 20px;margin-left: 16px;}

.footer_nav{
    flex-wrap: wrap;
}

.footer_nav_col{
    width: 33.333%;
}

.footer_add_col{width: 33.333%;}

.footer_hours_col{width: 33.333%;}

.footer_nav .logo{width: 33.333%;}

.tab_content_row h4{font-size: 40px;}

.tab_content_row h5{font-size: 26px}

.tab_content_row p{font-size: 22px;}

.tab__row{flex-wrap: wrap;}

.developers_col{width: calc(25% - 25px)}

.contact_row{flex-wrap: wrap;}

.contact_text_col, .contact_form{width: 100%}
}

@media(max-width:992px){

.thankyou_content{padding: 40px 25px;}

  .checkmark {
    width: 80px;
    height: 80px;
  }

.thankyou_content h1{margin-top: 25px; font-size: 40px;}

#banner_home{
    background-position: right top;
    position: relative;
}

#banner_home:before{
    content: "";
    display: block;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#wrapper{margin-top: 60px}

.banner_text p{
    color: #bbbbbb;
}

.banner_text{
    width: 100%;
    max-width: 100%;
}

.icon_circle_arrow{
    display: none;
}

#crafting_wealth_expertise{
    padding: 50px 20px;
}

#banner_other h1{font-size: 42px;}

#banner_other{height: 380px;}

.developers_row{margin-top: 35px;}

.contact_row{gap: 50px;}

.logo_desktop_head{display: none;}

.logo_mobile_head{display: block;}

.logo img{height: 70px;}

.navbar .nav-container{padding-top: 0;padding-bottom: 0;}
}

@media(max-width:767px){
 
    .footer_nav, .copyright_content{flex-wrap: wrap;}

    .footer_nav .nav_links {margin: 15px 0}

    .copyright_text{line-height: 30px; margin-bottom: 0px;width: 100%}

    .login-button {
        margin-right: 45px;
        font-size: 15px;
        padding: 1px 16px;
    }

    .logo img{height: 60px;}

    .banner_text h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner_text h1 span {
        font-size: 45px;
        line-height: 60px;
    }

    .banner_text p{font-size: 20px;line-height: 32px}


    .title_page h2 {
        font-size: 32px;
        line-height: 45px;
    }


.banner_text{position: relative;z-index: 1}

.nav-links li a:before{display: none;}

.nav-links li > a{color: #f5f4f4 !important}

.nav-links li.active > a,
.nav-links li:hover > a{font-weight: bold !important;color: #FFF !important;}

.footer_nav_col{
    width: 50%;
}

.footer_nav{padding-bottom: 10px;padding-top: 30px;}

.footer_add_col{width: 100%;border-top: 1px solid #262626; padding-top: 30px;border-bottom: 1px solid #262626; padding-bottom: 30px;}

.footer_hours_col{width: 100%;}

.footer_nav .logo{width: 100%;text-align: center;border-bottom: 1px solid #262626; padding-bottom: 30px;}

.footer_nav .logo img{
    width: 120px;
}

.footer_contact li br{display: none;}

.copyright_content .content{
    text-align: center;
    justify-content: center;
}

.title_with_right_btn_row{flex-wrap: wrap;}

.title_with_right_btn_row a{margin-left: 0;}

.tab-link{width: auto;}


.tab_content_row{flex-wrap: wrap;}

.tab_column{
    width: 100%;
    padding: 40px 30px;
}
.tab_column2{
    width: 100%;
    padding: 40px 30px;
}

.btn_view_all{padding: 10px 20px;font-size: 18px;}

.btn_view_detail{
    padding: 10px 13px;
    font-size:15px;
}

.property_footer h6{font-size: 16px;}

.property_footer h4{font-size: 20px;}

.property_slide_col{padding: 15px;}

.property_slide_controls .pagination{font-size: 18px;}

.pagination .total-slides,
.pagination .current-slide{
    font-size: 18px;
}

.property_arrows .prev,
.property_arrows .next{
    width: 42px;
    height: 42px;
    font-size: 14px;
}

.we_promise_row{flex-wrap: wrap;}

.we_promise_title{width: 100%;padding-right: 0;}

.we_promise_col{width: 100%;padding: 20px;}

.we_promise_col_list li{width: 100%;padding-right: 0;padding-left:0;border-bottom: 1px solid #262626;border-right: 0;padding-bottom: 15px;}

.we_promise_col_list li p{font-size: 18px;line-height: 28px;}

.we_promise_col_list li:last-child{border-bottom: 0;}

.we_promise_col .hrline{display: none;}

.copyright_text{font-size: 13px;}

.copyright_text a{font-size: 13px;}

.social_links{order: 1;margin-bottom: 12px;}

.property_tab_content {
    margin-top: 40px;
}

.mt_150{margin-top: 70px;}

.mb_150{margin-bottom: 70px;}

.pt_150{padding-top: 70px;}

.pb_150{padding-bottom: 70px;}

/*.title_with_right_btn_row{text-align: center;}*/

/*.title_abstract, .title_abstract2{text-align: center;}

.title_abstract:before, .title_abstract2:before{
    display: none;
}*/

/*.title_with_right_btn_row a{margin: auto;}*/

.our_value_list{flex-wrap: wrap;}

.our_value_list li{width: 100%;border-right: 0;border-bottom: 1px solid #262626;padding-bottom: 15px;}

.our_value_list li:last-child{border-bottom: 0;padding-bottom: 0;}

.our_value_list h5{font-size: 24px;}

.getin_touch_left_col {
    width: 100%;
}

.getin_touch_right_col{width: 100%}

.our_vision_row h5{font-size: 24px;}

.our_vision_row p{margin-top: 35px;}

.order_row .mobile_order_1{order: 1;}

.order_row .mobile_order_2{order: 2;}

.our_vision_col{padding-left: 0; margin-top: 30px;}

.our_mission_col{
    padding-right: 0;
    margin-top: 30px;
}

.developers_row{gap: 10px}

.developers_col{width: calc(33.333% - 10px)}

#getin_touch{margin-top: 70px;padding: 60px 0; background-position: right bottom;}

.contact_form{padding: 20px; padding-top: 0}

.contact_form .form-control{min-height: 50px;}

.contact_form label.form_lable{font-size: 17px;}

.form_footer{flex-wrap: wrap;} 

.submit_contact{margin-top: 30px;}

.footer_contact li{line-height: 29px;}

.copyright_content{padding-top: 30px;padding-bottom: 30px;}

.submit_contact{width: 100%;}

.banner_inner_text{width: 100%}

.getin_touch_right_col .btn_contact{width: 100%}

.enquiry__form__row{
    flex-wrap: wrap;
}

.enquiry__add__col{
    width: 100%;
    padding: 20px;
    order: 2;
    margin-top: 20px;
}

.enquiry_form_modal h2{font-size: 26px;}

.enquiry_address li a{word-break: break-all;}

.enquiry__form{width: 100%;padding:30px 10px;order: 1;}

.enquiry_address li br{
    display: none;
}

.enquiry_form_modal .modal-dialog{max-width: 100%;}
 
#banner_inner{
    padding: 100px 0;
}
}

@media(min-width:1200px){
  .nav-links li a{
    font-size: 16px;
  }  
  .login-button{font-size: 16px}


  .title_page h2{font-size: 45px;line-height: 52px}

}

@media(min-width:1300px){
.content, .footer_nav{
    padding-left: 120px;
    padding-right: 120px;
    max-width: 1860px;
    margin-left: auto;
    margin-right: auto;
}

.content_section{
    padding-left:60px;
    padding-right: 60px;
}
}

@media(min-width:1700px){
.nav-links li a {font-size: 18px;}

.login-button {font-size: 18px;}

h1{font-size: 64px;}

h2{font-size: 64px;}


}

.invalid-block {
  width: 100%;
  margin-top: 7px;
  font-size: 13px;
  font-weight: 400;
  color: #ff5656;
  line-height: 1.1;
  display: flex;
}

.footer_page{
    background-color: #FFF;
    color: #555;
}

.sbold{font-family: 'Urbanist';font-weight: 600}

.bold{font-family: 'Urbanist';font-weight: bold;}

.bg_white{background-color: #FFF}

.footer_page a{color: #ca9643}

.footer_page h4{font-size: 32px;font-family: 'Switzer';font-weight: bold;}

.footer_page h5{font-size: 22px;font-family: 'Switzer';font-weight: 600;}

.footer_page span.bold{color: #222}

.footer_page p{margin-top: 20px;}

.footer_page_title:after{
    content: "";
    display: block;
    height: 3px;
    width: 80px;
    margin-top: 12px;
    background-color: #897048;
}

.normal_list, .normal_list_star{
    margin-top: 20px;
}

.normal_list li{
    position: relative;
    padding-left: 20px;
    margin-top: 20px;
}

.normal_list li:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #897048;
    border-radius: 50%;
    outline: 3px solid rgba(137, 112, 72, 0.5);
    position: absolute;
    left: 0;
    top: 12px;
}

.normal_list_star li{
    position: relative;
    padding-left: 12px;
    margin-top: 20px;
}

.normal_list_star li:before{
    content: "*";
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 25px;
    color: #ca9643;
}

.footer_page .big_description{
    font-size: 25px;
    font-weight: 500;
}

.slick-arrow.slick-disabled{
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.8;
}

@media screen and (min-device-width: 1100px) and (max-device-width: 1400px) { 
  .footer_contact li a, .footer_nav_link li a{font-size: 15px;}
  
  .footer_office_hours li,
  .footer_contact{font-size: 15px;}
}