/* @font-face {
  font-family: "MontRegular";
  src: url('../fonts/Mont-Trial-Regular.ttf');
} */
/* @font-face {
  font-family: "MontBook";
  src: url('../fonts/mont-book.ttf');
} */
@font-face {
  font-family: "cambria";
  src: url('../fonts/cambria.ttc');
}
a:hover{color: #000 !important;text-decoration: none !important;}
body{
  font-size: 14px;
  /* font-family: 'MontBook', sans-serif !important; */
  font-family: 'cambria', sans-serif !important;
}
section{
  position: relative;
}
.section-head {
  font-family: 'cambria', sans-serif !important;
  color: #b09756;
  padding: 16px 0px;
  font-size: 30px;
  margin: 10px 0px;
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
}
.nopadding.form {
    padding: 5px;
}
.nomargin { margin: 0; }
#lock{ display:none; }
.text-center { text-align: center;}

#home {margin-top: 80px;}
#home img { width: 100%; }
.carousel-caption {
  position: absolute;
  right: 15%;
  top: 10rem;
  left: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  width: 560px;
}
/* .carousel-control-prev-icon {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e);
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 40px;
} */
/* .carousel-control-next-icon {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 40px;
} */
.carousel-control-next, .carousel-control-prev { width: 9%;opacity: 0.9;}
.carousel-inner>.item>img { width: 100%; }

/* =============== Navbar start =============== */
.navbar-default {
  background-color: #fff;
  position: fixed;
  margin-bottom: 0;
  height: 60px !important;
}
.nav>li>a {
  color: #b09756 !important;
  padding: 14px 22px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.navbar-nav>li { padding: 0px;}
.navbar-brand { height: auto; padding: 10px 15px; width: 100%;}
.navbar-brand>img { margin: 0 auto; width: 100px;}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background-color: #fff;
  color: #000 !important;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{ margin-left: inherit; text-align: center;padding: 0px;}
#dropdownMenuButton{
  background: inherit;
  color: #424242;
  font-weight: bold;
  padding: 6px 12px;
  border-bottom: 1px solid #424242;
  border-radius: inherit;
}
.dropdown-menu{ background-color: #424242; min-height: 100px; border-radius: inherit;}
.dropdown-item{ width: 100%; display: block; text-align: center; text-transform: uppercase; padding: 4px 0; color: #fff;}
.dropdown-menu{ min-width: 120px;}
.dropbtn {
  background-color: inherit;
  text-transform: uppercase;
  color: #424242;
  padding: 4px 0;
  border-bottom: 1px solid #424242;
  border: none;
  cursor: pointer;
}
.dropdown {position: relative; display: inline-block; padding-bottom: 5px; border-bottom: 1px solid #424242;}
.dropdown-content { display: none; position: absolute; background-color: #424242; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; top: 30px;}
.dropdown-content a { color: #fff; padding: 12px 16px; text-decoration: none; display: block;}
.dropdown-content a:hover {background-color: #424242;color: #A68749;}
.dropdown:hover .dropdown-content { display: block; }
.dropdown:hover .dropbtn { background-color:inherit; }
.imagelogo { width: 160px; }
.current a.smoothScroll {
  color: #fff !important;
  background: #794925;
}
.current a.smoothScroll {
  color: #000;
  font-weight: bold;
}
/* =============== Navbar End =============== */
/* =============== Slider Start =============== */
/* #slider {
  margin-top: 60px;
} */
/* =============== Slider End =============== */
.inneraboutOverview {
    text-align: center;
}
/* =============== About Us Start =============== */
.inneraboutus {
    padding: 30px 0px;
    background-color: #ddd;
}
/* =============== About Us End =============== */
footer {
    margin: 0;
    padding: 30px 0;
    /* background: #f1f1f1; */
}
.footerQR {
    display: flex;
    justify-content: center;
    padding: 23px;
}
.footerlogoinner {
    text-align: center;
}
/* =============== Projects Start =============== */
.innerprojects{
  padding: 30px 0px;
  /*background-color: #ddd;*/
}
.innerprojects .nav>li>a {
    color:#b09756 !important;
    background-color: #fff;
    border: 1px solid#b09756;
    padding: 5px 15px;
}
.innerprojects .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff !important;
    background-color:#b09756;
}
.nav-pills>li {
    width: 19%;
    text-align: center;
    color:#b09756 !important;
    border-radius: 4px;
    padding: 5px;
}
.innerprojects .nav.nav-pills {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.prop-div {
    box-shadow: 2px 2px 11px #999;
    margin-bottom: 5%;
}
.prop-div, .prop-img-div {
    position: relative;
    overflow: hidden;
    transition: ease all 1s;
}
.move {
    text-decoration: none;
    cursor: pointer;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}
.prop-div, .prop-img-div {
    position: relative;
    overflow: hidden;
    transition: ease all 1s;
}
.prop-img-div img {
    transition: ease all 1s;
    /*height: 283px;*/
}
.prop-img-div:hover img {
    transform: scale(1.3);
    transition: ease all 1s;
}
.projectlogo{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 130px;
  background-color: #ffffff8f;
  padding: 5px;
  transition: none !important;
  transform: none !important;
}
p.prop-name {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    background-color: black;
    padding: 1%;
    font-size: 12px;
}
p.prop-price {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color:#b09756;
    padding: 1%;
    margin: 0;
    font-size: 12px;
}
.prop-details {
    padding: 2%;
    background-color: white;
}
p.rera {
    font-size: 9px;
    color: #000;
    text-align: center;
    line-height: 15px;
}
.prop-inner {
    border-bottom: 1px solid lightgray;
    color: #191919;
} 
.offer-txt {
    padding: 4px 0;
    background: #424242;
    display: none;
}
.offer-txt p {
    margin-bottom: 0;
    color: #000;
    text-align: center;
}
.prop-inner .prop-title {
    margin-bottom: 5px;
}
p.prop-title {
    float: left;
}
.prop-inner .prop-desc {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 15px;

}

p.prop-desc {
    text-align: right;
}
.clickhere {
        background-color: #b09756;
    border-radius: 6px;
    font-size: 11px;
    color: #fff;
    padding: 5px 15px;
}
/* =============== Projects End =============== */
/* ======================= Contact Form Start ======================= */
.innerContact {
  padding: 30px 0px;
  background: #b09756;
      margin: 12px 7px;
}

.headContact {
  text-align: center;
}

.Contactbox {
  border: 3px solid #ffffff;
  padding: 15px 30px;
}

.ContactSubbox {
  border: 1px solid #b29d78;
}

.ContactSubbox img {
  width: 100%;
}

/*.ContactSubbox1 {
  border: 1px solid #b29d78;
}*/

.count {
  padding-left: 11px;
}
/*label {
    margin-left: 10px;
}*/
#pricepopup .input-group {
  width: 100% !important;
  text-align: justify !important;
 /* border-bottom: 1px solid #bfac85;*/
  margin-bottom: 5px;
}

#pricepopup .form-control, #pricepopup .form-control {
  display: block;
  width: 100%;
  /*height: 30px;*/
  color: #555;
  background-image: none;
  border: none !important;
  border-radius: 4px;
  box-shadow: none;
  left: 9px;
}

.innerContact button#submitf {
  background: #000000;
  color: #fff;
  padding: 5px 20px;
  margin-top: 20px;
}

button#submitf p {
  margin-bottom: 0px;
}

label.error {
  font-size: 13px;
  color: #fb0303;
}

/* ======================= Contact Form End ======================= */
/* =============== Contact Us Start =============== */
.innercontactus {
      background-color:#b09756;
    color: #fff;
    /* padding: 50px 0px; */
    padding-bottom: 50px;
}
section#footer {
    background-color: #000;
    color: #fff;
}
#footer h5.text-center.wow.fadeInUp {
    cursor: pointer;
    display: inline;
    text-align: center;
}
.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}
.innercontactus .input-group {
    margin: 5px auto !important;
}
.input-group {
    position: relative;
    display: table;
    text-align: center;
    margin: 7px auto;
    width: 95%;
}
.innercontactus h3{
  color: #fff !important;
}
.innercontactus h5{
  color: #fff !important;
  cursor: pointer;
}
/* =============== Contact Us End =============== */
/* =============== About Developer Start =============== */
.inneraboutproject {
  padding: 30px 0px;
}
/* =============== About Developer End =============== */
/* =============== Disclaimer popup Start =============== */
#disclaimerpopup .modal-dialog {
    width: 90%;
    font-size: 11px;
}
#disclaimerpopup .modal-header .close2 {
     margin-top: 0px; 
    position: absolute;
    right: 15px;
    top: 15px;
}
/* =============== Disclaimer popup End =============== */
/* =============== Popup Form Start =============== */
#popupModal .modal-header {
    padding: 5px 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color:#b09756;
}
#popupModal .modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #fff;
    text-align: center; 
}
#popupModal .modal-header .close2 {
    margin-top: 0px; 
    position: absolute;
    right: 15px;
    top: 10px;
    color: #fff;
    text-align: center;
}
.close2 {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 2 !important;
    filter: alpha(opacity=20);
}
/* =============== Popup Form End =============== */
button.btn.btn-danger.interested {
    font-size: 16px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: 0.4s ease-in;
    z-index: 999;
    background-color: #b09756;
    border: 2px solid #fff;
    font-weight: 600;
    padding: 7px 10px 6px 10px;
}
.header{overflow: hidden;position: relative;}
.menu{background-color: #fff;color: #000;font-size: 1.8rem;padding: 0 .5rem;position: fixed;top: 20px;right: 2.5rem;z-index: 9999;}
.close{background-color: #fff;color: #000;font-size: 1.8rem;padding: 0 .5rem;position: fixed;top: 20px;right: 2.5rem;opacity: 0;visibility: hidden;z-index: 9999999;}
.cus-navbar.active .close{opacity: 1;visibility: visible;z-index: 99;}
.menu, .close{display: block;cursor: pointer;padding: 5px 10px;}

.header .cus-navbar{position: fixed;width: 100%;background: rgba(0,0,0,.8);height: 100vh;right: 0;left: 0;top: 0;transition: ease 1s all;transform: translateX(100%);z-index: 9999;display: flex;align-items: center;justify-content: center;}
.header .cus-navbar.active{transform: translateX(0);}
.close.active {opacity: 1;visibility: visible;}
.header .navlist{width: 20%;}
.header .navlist li{display: block;margin-top: 2rem;margin-left: 0;font-size: 2.4rem;text-align: center;color: #fff;border-bottom: 1px solid #ccc;padding-bottom: 1rem;}
.header .navlist li a{color: #fff;}


.mlgroup{width: 100px;margin: 0 auto;margin-bottom: 20px;}

.project-overly{background: rgba(0,0,0,.8);top: 0;left: 0;bottom: 0;right: 0;position: fixed;z-index: 99999;display: none;cursor: pointer;}
.project-overly.active{display: block;}
.project-popup{background-color: #fff;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);padding: 20px;border-radius: 10px;z-index: 999999;display: none;}
.project-popup p{border-top: 1px solid #A68749;padding-top: 10px;margin-top: 10px;}
.project-popup.active{display: block;}
.project-close{position: fixed;right: 10px;top: 10px;z-index: 9;font-size: 20px;cursor: pointer;}
/* .viewAboutDiv p{font-family: 'cambria', sans-serif !important;} */