.top-menu-item{
    font-size:12px;
    font-family: 'Montserrat Medium', sans-serif;
    color:#e2e2e2;
    font-weight:500;
    padding-bottom:3px;
    letter-spacing:1px;
}

.top-menu-item:hover{
    border-bottom:solid 2px #beaf8a;
}

.top-menu-active{
    font-size:12px;
    font-family: 'Montserrat Medium', sans-serif;
    color:#beaf8a;
    font-weight:500;
    padding-bottom:3px;
    letter-spacing:1px;
    border-bottom:solid 2px #beaf8a;
}
.top-menu-dropdown{
    font-size:12px;
    font-family: 'Montserrat Medium', sans-serif;
    font-weight:500;
    padding-bottom:3px;
    letter-spacing:1px;
}

nav.navbar{
    z-index: 9999;
    position: fixed;
}

.navbar-dark .navbar-nav .nav-link {
    z-index: 999;
    padding: 0 10px;
    text-transform: uppercase;
}

.dropdown-menu .dropdown-item{
    top: 10px;
    background-color:#3f4448 !important;
    color: #fff !important;
    font-size: 12px;
    padding: 10px 0 10px 25px !important;
    text-transform: uppercase;
}

.dropdown-item:focus,.dropdown-item:hover{
    color:#fff !important;
    text-decoration:none;
    background-color:#beaf8a !important
}


#company{
    color:#b4aa90;
    font-family:Marcellus SC;
    font-size:18px;
}

#banner_enquiry{
    margin-top:40%;
    position:absolute;
    z-index:999;
    width:90%;
    height:auto;
    background-color:#3f4448;
    margin-right:20px;
    padding:20px 40px 40px 40px;
}

#banner_text{
    width:100%;
    margin-top:110px;
    position:absolute;
    z-index:999;
    color:#beaf8a;
    font-family:Marcellus SC Regular; 
    font-size:34px;
}

#banner_down_enquiry{
    margin-top:20px;
    width:100%;
    height:auto;
    background-color:#3f4448;
    padding:20px;
}

.page_banner{
    margin-top: 85px;
}

.inner_header{
    background-color:#414548;
}

.marcellus_big{
    font-family:Marcellus SC Regular; 
    font-size:25px; 
    color:#beaf8a;
}

.marcellus_small{
    font-family:Marcellus SC Regular; 
    font-size:20px; 
    color:#beaf8a;
}

.enquiry_input{
    padding-left:5px;
    font-family:'Montserrat';
    outline-style:none;
    font-size:14px;
    width:100%;
    color:#818486;
    border:0;
    border-bottom:solid 1px #beaf8a;
    background-color:#3f4448;
}

.enquiry_textarea{
    padding-left:5px;
    font-family:'Montserrat';
    outline-style:none;
    font-size:14px;
    width:100%;
    height:100px;
    color:#818486;
    border:solid 1px #beaf8a;
    background-color:#3f4448;
}

.enquiry_button{
    font-size:13px;
    font-family: 'Marcellus SC', sans-serif;
    color:#beaf8a;
    font-weight:500;
    padding:5px;
    width:100%;
    border:solid 1px #beaf8a;
    background-color:#3f4448;
}

.overview_details{
    padding-top:30px;
    font-size:14px;
    font-family:'Montserrat', sans-serif;
    text-align:justify;
    line-height: 1.75;
}
.carousel-indicators li {
  border-color:#999;
  background-color:#ccc;
  border-radius:10px;
}
.feature_number{
    text-align:center;
    font-family:'Marcellus SC', sans-serif;
    font-size:36px;
}
.feature_text{
    text-align:center;
    font-family:'Montserrat', sans-serif;
    font-size:14px;
    opacity:0.7;
    margin-bottom:20px;
}

.right {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #333;
  border-radius: 50%;
  margin-left: 1px;
}

.right:after {
    content: '';
    display: inline-block;
    margin-top: 9px;
    margin-left: 7px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #beaf8a;
    border-right: 1px solid #beaf8a;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

a:hover .right{
  border: 1px solid #beaf8a;
}

a:hover .right:after {
  border-top: 1px solid #beaf8a;
  border-right: 1px solid #beaf8a;
}

section.highlight a{
    text-decoration:none;
}
section.highlight a:hover{
    color:#beaf8a !important;
}

section.highlight .highlight-p{
    color:#e9e9e9;
    font-size:14px;
    font-family:Montserrat;
    padding-top:40px;
    width:80%;
    line-height:1.5;
}

section.highlight .highlight-text{
    color:#e9e9e9;
    font-size:14px;
    font-family:Montserrat;
    padding-top:40px;
    width:80%;
    line-height:1.5;
}

section.highlight .highlight-text:hover{
    color:#beaf8a;
}

section.highlight #project-highlight{
    font-family:Marcellus;
    font-size:30px;
    color:#e9e9e9;
}

.headings{
    font-size:30px;
    font-family:Marcellus SC Regular;
}

section.floor_plans .plan_tab{
    font-family:Montserrat;
    font-weight:500;
    font-size:12px;
    text-align:center;
    background-color: #f2efef;
    height:60px;
    margin:0 5px 20px 5px;
    padding-top:25px;
    letter-spacing:1px;
    cursor: pointer;
}

section.floor_plans .plan_active{
    font-family:Montserrat;
    font-weight:500;
    font-size:12px;
    text-align:center;
    background-color: #cabe9f;
    height:60px;
    margin:0 5px 20px 5px;
    padding-top:25px;
    letter-spacing:1px;
    cursor: pointer;
}

section.floor_plans .enquiry_button_floor{
    font-size:17px;
    font-family: Montserrat;
    color:#beaf8a;
    font-weight:500;
    padding:5px;
    width:100%;
    border:solid 1px #beaf8a;
    background-color:#fff;
    letter-spacing:2px;
}

section.floor_plans .plan_font{
    padding-top:20px;
    font-family:Montserrat;
    font-size:16px;
    font-weight:500;
    color:#747779;
}

section.floor_plans .plan_item1{
    width:50%;
    float:left;
}

section.floor_plans .plan_item2{
    width:50%;
    float:left;
    text-align:right;
}

/*-------------------------------*/

section.payment_plan_inner .plan_tab{
    font-family:Montserrat;
    font-weight:500;
    font-size:12px;
    text-align:center;
    background-color: #f2efef;
    height:60px;
    margin:0 5px 20px 5px;
    padding-top:25px;
    letter-spacing:1px;
    cursor: pointer;
}

section.payment_plan_inner .plan_active{
    font-family:Montserrat;
    font-weight:500;
    font-size:12px;
    text-align:center;
    background-color: #cabe9f;
    height:60px;
    margin:0 5px 20px 5px;
    padding-top:25px;
    letter-spacing:1px;
    cursor: pointer;
}

section.payment_plan_inner .plan_font{
    padding-top:20px;
    font-family:Montserrat;
    font-size:16px;
    font-weight:500;
    color:#000;
}

section.payment_plan_inner .plan_item1{
    width:50%;
    float:left;
}

section.payment_plan_inner .plan_item2{
    width:50%;
    float:left;
    text-align:right;
}
/*------------------------------------*/

section.payment_plan .pay_box{
    background-color:#fff;
    font-family: Marcellus SC Regular;
    font-size:25px;
    color:#3f4448;
    text-align: center;
    letter-spacing: 1px;
    padding-top:20px;
    padding-bottom:20px;
    opacity:0.8;
}
section.payment_plan .pay_feature{
    background-color:#b2af99;
    font-family: Montserrat;
    font-size:12px;
    color:#fff;
    text-align: center;
    letter-spacing: 1px;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:80px;
    opacity:0.8;
}

section.payment_plan .pay_feature:hover{
    background-color:#beaf8a;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

section.video_tour .pre_video{
    width:100%;
    background-color: #3f4448;
    height: 70%;
    margin-top:50%;
    display: flex;
    align-items: center; 
}

section.video_tour .next_video{
    width:100%;
    background-color: #3f4448;
    height: 70%;
    margin-top:50%;
    display: flex;
    align-items: center; 
}

section.reg_interest .interest_box{
    width:90%;
    border:solid 1px #beaf8a;
    background-color:#d9dada;
    height:40px;
    padding:10px 0 10px 10px;
    font-family:Montserrat;
    font-size:14px;
    margin-bottom:20px;
}

section.reg_interest .interest_button{
    width:90%;
    border:solid 1px #beaf8a;
    background-color:#aea68e;
    height:40px;
    padding:10px 0 10px 0;
    font-family:Montserrat;
    font-size:14px;
    margin-bottom:20px;
    color:#3f4448;
    text-align:center;
}

section.footer .footer_head{
    color:#beaf8a;
    font-family:Montserrat;
    font-size:14px;
    font-weight:600;
    border-bottom:solid 2px #79766a;
}

section.footer .footer_p{
    color:#d2d3d4;
    font-family:Montserrat;
    font-size:14px;
    letter-spacing:1px;
    width:85%;
    text-decoration:none;
}

section.footer .footer_signup{
    background-color:#d9dada;
    border:none;
    width:60%;
    height:50px;
    float:left;
    padding-left:20px;
}

section.footer .footer_button{
    font-family:Montserrat;
    font-size: 16px;
    background-color: #cabe9f;
    font-weight:500;
    width:38%;
    height:50px;
    border:none;
    float:left;
}

.mobile_footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #3f4448;
   color: white;
   text-align: center;
   display:none;
}
.mobile_footer_text{
    color:#beaf8a;
}

.mobile_footer_div{
    float:left;
    width:30%;
}
#fixed_cta {
    float: right;
    margin-top:200px;
    text-align: center;
    background-color:#3f4448;
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    color:#454545;
    right: -70px;
    transition: 0.3s;
    text-decoration:none;
}
#fixed_cta a{
    text-decoration: none;
}

.fixed_cta_div{
    padding: 5px;
}

#fixed_cta:hover {
    right: 0;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #555; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 5px; /* Rounded corners */
  font-size: 10px; /* Increase font size */
}

#myBtn:hover {
  background-color: #beaf8a; /* Add a dark-grey background on hover */
}

.about_head_gray{
    font-family:Marcellus SC; 
    font-size:30px; 
    color:#3f4448;
}
.about_head_gold{
    font-family:Marcellus SC; 
    font-size:30px; 
    color:#beaf8a;
}

.wrap {
  height: 250px;
  display: flex;
}

.wrap span {
  align-self: flex-end;
}

section.contact .contact-text{
    width: 90%;
    border:solid 1px #beaf8a;
    height:35px;
    font-family: Montserrat;
    font-size:12px;
    padding-left:10px;
}
section.contact .contact-textarea{
    width: 95%;
    border:solid 1px #beaf8a;
    height:100px;
    font-family: Montserrat;
    font-size:12px;
    padding-left:10px;
    padding-top:10px;
}
section.contact .contact-icons{
    opacity:0.9;
    border-bottom:solid 1px #beaf8a;
    width:80%;
    padding-bottom:5px;
    margin-bottom:13px;
}

section.photo-gallery .plan_tab{
    font-family:Montserrat;
    font-weight:500;
    font-size:12px;
    text-align:center;
    background-color: #f2efef;
    border:solid 1px #beaf8a;
    height:60px;
    margin:0 5px 20px 5px;
    padding-top:25px;
    letter-spacing:1px;
    cursor: pointer;
}

section.photo-gallery .plan_active{
    font-family:Montserrat;
    font-weight:500;
    font-size:12px;
    text-align:center;
    background-color: #cabe9f;
    height:60px;
    margin:0 5px 20px 5px;
    padding-top:25px;
    letter-spacing:1px;
    cursor: pointer;
}
.triangle-down {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #beaf8a;
        margin-top:-20px;
        margin-left:70px
    
}

#about_towers button:hover{
    background-color: #000 !important;
    color:#fff;
}