html
{
  scroll-behavior:smooth;
}

body
 {
   height:100%;
   min-height: 100vh;
   overflow-x: hidden;
   background-color: transparent;
   color:#000000;
   font-family: 'Questrial', sans-serif;
   position: relative;
   padding-top: 65px;
   font-size: 1.2rem;
   scroll-behavior: smooth;
   letter-spacing: 0.05rem;
 }

 @media (max-width:768px)
 {
  body{padding-top:55px; font-size: 1.2rem;}
  .align-self-center{margin:0 40px 0px 35px}
 }

/* navigation section */

@media (min-width: 1024.10px)
{
  .navimg
  {
    padding-left: 3rem;
  }
}

@media (width: 1024px)
{
  .navimg
  {
    padding-left: 0rem;
  }
}

@media (max-width: 1023.98px)
{
  .navimg
  {
    padding-left: 0rem;
  }
}
@media(max-width:800px){
  .navbar-nav{border-top:none; padding-top:10px;}
}
.navz
{
  background-color: rgba(255,255,255,.9);
  padding: 0.25rem 0 0.25rem 0rem;
  box-shadow: 1px 1px 1px 1px rgba(237, 237, 237, 1);
}

.custnav span
{
  color:#e01332;
  font-size:1.5rem;
  font-weight:bold;
}

.navlink
{
  color:#000000 !important;
  text-decoration: none !important;

  padding-right: 1rem !important;
  padding-left: 1rem !important;

  text-transform: uppercase;
  cursor:pointer;
}

.navlink.active
{
  color: #c6a969!important;
  text-decoration: none !important;
  font-weight:bold;
}

.navitem
{
  display:flex;
  align-items: center;
  justify-content:center;
}

@media only screen and (min-width:992px)
{
  .logo1
  {
     width:175px;
     /*padding:5px;*/
  }
  body{font-size: 1.2rem;}
}


@media only screen and (max-width:991.98px)
{
  .logo1
  {
   margin-left:10px;
   width:150px;
   height:auto;
   padding:0px;
  }
}
/* end of navigation section 

/* all sections common css */
.btn-dsticky
{
  padding: .375rem 1.5rem;
}
.btn-custom
{
  color: #ffffff !important;
  background:linear-gradient(45deg, #ec1f3e, #505050);
  border: 0px solid #e01332;
  border-radius:0px;

  text-transform: uppercase;
  letter-spacing: 0.08rem;

  box-shadow: 0px 0px;
}

.btn-custom:hover
{
  color: #ffffff;
  background-color: #c6a969;
  border-color: #c6a969;
}

.btn-custom:focus, .btn-custom.focus
{
  /*
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  */
}

.btn-custom.disabled, .btn-custom:disabled
{
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active,
.show > .btn-custom.dropdown-toggle
{
  color: #ffffff;
  background-color: #e01332;
  border-color: #e01332;
  box-shadow: 0px 0px;
}

.btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom.dropdown-toggle:focus
{
  /*
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  */
}

@media (min-width: 992px)
{
  .col20p
  {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

.no-border
{
  border:none;
}

.no-border-radius
{
  border:none;
}

.rightcent
{
  text-align : right;
}

@media (max-width: 991.98px)
{
  .leftcent
  {
    text-align:center;
  }
  .rightcent
  {
    text-align:center;
  }
}

.allsection
{
  padding: 2rem 1.5rem 2rem 1.5rem;
}

.allcol
{
  padding:1rem;
  background-color:white;
}

.halfcol
{
  padding: 0.5rem;
}

.qtrcol
{
  padding: 0.25rem;
}

.section-header
{
  margin-bottom:0rem;
  padding-top: 1rem;
  padding-bottom:0.50rem;

  font-weight: bold;
  font-size: 2rem;
  font-family: 'Cinzel', serif;

  letter-spacing: 0.10rem;
  line-height: 100%;
}

.section-subtext
{
  color: #686868;
  margin-bottom:0rem;
  padding-top: 0.5rem;
  padding-bottom:1.25rem;
  /*
  font-family: 'Chivo', sans-serif;
  */

  font-weight: bold;

  line-height: 1.6;

  letter-spacing: 0.10rem;

  font-size: 1.10rem;
}

@media (max-width: 991.98px)
{
  .section-subtext
  {

  }
}

.lightbrown-header
{
  color: #e01332;
}

.darkbrown-header
{
  color: #c6a969 ;
}

.white-header
{
  color : #ffffff;
}

.form-header
{
  margin-bottom:0rem;
  letter-spacing: 0.10rem;

  padding-top: 1rem;
  padding-bottom: 1rem;

  font-family: 'Cinzel', serif;
}

.hbar
{
  border-top:5px solid #02225d;

  border-radius:50px;

  margin-top: 0.50rem;
  margin-bottom: 0.50rem;
  width:2rem;
}
/* end of all sections common css */

/* header secheader */

#secheader
{

}

#headercol
{

}

#headercol2
{
  /*
  height: calc(100vh - 92px);
  */
  background-color: #f9f9f9;
  padding: 1.5rem;
  border: 1px solid #e01332;
}

@media (max-width: 991.98px)
{
  #headercol2
  {
    padding: 0.5rem;
    border: 0px solid #e01332;
  }
}

.form-container
{

}

.formblock
{

}

@media (max-width: 991.98px)
{
  .form-container
  {
    background-color: #f9f9f9;
    padding: 1.5rem;
    border: 1px solid #e01332;
  }
}

.frmsubmit
{
  margin-top:2rem;
}

.frmbdr
{
  padding:0.25rem;
  border-radius:0rem;
  background-color: #ffffff;
}

.frmbox
{
  border: 1px solid #e01332;
  padding: 1.5rem;
}

.formnumlink
{
  color:#e01332;
  text-decoration: none;
}

.formnumlink:hover
{
  color: #e01332;
  text-decoration: none;
}

.formlabel
{
  margin-bottom: 0rem;
  color:#e01332;
  text-transform: uppercase;
  font-size:0.75rem;
  font-weight:bold;
}

.custfield
{
  background-color: #ffffff;
  color:#e01332;
  border-width: 1px 1px 1px 1px;
  border-radius:0;
  border-style: solid;
  border-color: #e01332 !important;
  box-shadow: 0px 0px !important;

  line-height: 1.5rem;
  resize: none;
  font-size: 0.90rem;
}

.custfieldphone
{
  border-width: 1px 1px 1px 0px;
}

.custfield:focus
{
  background-color: #ffffff;
  box-shadow: 0px 0px !important;
  color:#e01332;
}

.custfield::placeholder
{
  color: #e01332;
  font-size: 0.90rem;
}

option[value=""][disabled]
{
  display: none;
}

.custigp
{
  background-color: #ffffff;
  border-width: 1px 0px 1px 1px;
  border-radius:0;
  border-style: solid;
  border-color: #e01332;
  font-size:0.90rem;
  color:#e01332;
}

/* end of header secheader */

/* overview secoverview */
#secoverview
{
  background-color: #ffffff;

  padding: 5rem 1rem 3rem 1rem;
  background: url("../images/rightsidedeco.png") 100% 50% no-repeat;
  background-size: 88px 339px;
}

@media (max-width: 991.98px)
{
  #secoverview
  {
    background-size: 58.5px 255.5px;
  }
}
/* end of secoverview */

/* gallery secgallery */
#secgallery
{
  background-color: #ffffff;
  padding: 5rem 1rem 3rem 1rem;
  background: url("../images/leftsidedeco.png") 0% 50% no-repeat;
}

@media (max-width: 991.98px)
{
  #secgallery
  {
    padding: 5rem 0rem 3rem 0rem;
    background-size: 58.5px 255.5px;
  }
}

.gallerycol
{
  padding: 1rem 1rem 1rem 1rem;
}

@media (max-width: 991.98px)
{
  .gallerycol
  {
    padding: 1rem 0rem 1rem 0rem;
  }
}

.gallerybox
{
  position:relative;
}

.gallerytext
{
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  color: #ffffff;
  text-align:center;
  width: 50%;
  margin-bottom: 0px;
}

.artist-impression
{
  letter-spacing: 1px;
  font-size:0.70rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding:0.5rem;
  text-shadow: 1px 1px 10px #000000;
  color: #fff;
  text-align:left;
}

/* end of gallery secgallery */

/* amenities secamenities */
#secamenities
{
  background-color: #ffffff;
  padding: 5rem 1rem 3rem 1rem;
  background: url("../images/rightsidedeco.png") 100% 50% no-repeat;
}

@media (max-width: 991.98px)
{
  #secamenities
  {
    padding: 5rem 0rem 3rem 0rem;
    background-size: 58.5px 255.5px;
  }
}

.amenicon
{
  display:flex;
  justify-content: center;
}

.amentext
{
  /*
  position:absolute;
  top: 0.5rem;
  left: 0.5rem;
  */
  margin-bottom: 0px;

  text-align:left;
}

.amenimg
{
  position:absolute;
  top: 0rem;
  left: 0rem;
}

.amenbox
{
  background-color: #faf8f5;
  padding:0.75rem;
  position: relative;
  border: 1px solid #e7dbcf;
  height: 190px;

  box-shadow: 0px 0px 35px -13px rgba(0,0,0,0.25);
}
@media(max-width:768px){.amenbox{height:175px; padding:0.55rem}}
.amenicon
{
  font-size: 3.5rem;
  color: #a99c92;

  position:absolute;
  bottom: 1rem;
  right: 1rem;
}

/* end of amenities secamenities */

/* configuration secconfig */
#secconfig
{
  padding: 5rem 1rem 3rem 1rem;
  background: url("../images/leftsidedeco.png") 0% 50% no-repeat;
}

@media (max-width: 991.98px)
{
  #secconfig
  {
    padding: 5rem 0rem 3rem 0rem;
    background-size: 58.5px 255.5px;
  }

  /*#secplans{ padding: 5rem 0rem 3rem 0rem;}*/
}
#secplans{ padding: 5rem 0rem 3rem 0rem;}
.configinfo1
{
  text-align: center;
  font-size: 1.60rem;
  margin-bottom:0px;
  font-family: 'Cinzel', serif;
  padding-top:0.5rem;
}
.configinfo2
{
  text-align: center;
  color: #686868;
}
/* end of configuration secconfig */

/* project hallmarks sechallmarks */
#sechallmarks
{
  padding: 3rem 1rem 3rem 1rem;
  background-color: #ffffff;
  background: url("../images/rightsidedeco.png") 100% 50% no-repeat;
}

@media (max-width: 991.98px)
{
  #sechallmarks
  {
    background-size: 58.5px 255.5px;
  }
}

.hmcard
{
  border: 2px solid #e7dbcf;
  padding: 1rem;
  height:110px;

  position:relative;

  border-radius: 0px;
}

.hmrow
{
  position: absolute;
  top: 50%;
  width: 100%;
  transform:translateY(-50%);
}

.hmtext
{
  margin-bottom: 0px;
}

.hmnum
{
  color: #e7dbcf;
  font-weight: bold;
  font-size: 3rem;
  font-family: 'Cinzel', serif;
}
/* end of project hallmarks sechallmarks */

/* location advantages seclocadv */
#seclocadv
{
  background-color: #ffffff;
  padding: 5rem 1rem 0rem 1rem;
  background: url("../images/leftsidedeco.png") 0% 50% no-repeat;
}

@media (max-width: 991.98px)
{
  #seclocadv
  {
    padding: 5rem 0rem 0rem 0rem;
    background-size: 58.5px 255.5px;
  }
}
#sechighlights{
  padding: 5rem 1rem 0rem 1rem;
}
.locadvbox
{
  position:relative;
}

.locadvdetails
{
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  height: 100%;
  width: 100%;

  padding: 1rem 0.5rem;
  /*
  background: linear-gradient(to bottom, rgba(88,64,48,1) 0%, rgba(88,64,48,1) 21%, rgba(88,64,48,0.87) 37%, rgba(88,64,48,0.01) 100%);
  */

  /*
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 21%, rgba(0,0,0,0.87) 37%, rgba(0,0,0,0.01) 100%);
  */

  background-color: rgba(0,0,0,0.4);

  color:#ffffff;
}

.locadvoverlay
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: orange;
}

.loctextbox
{

}

.dist-title
{
  text-align:center;
  margin-bottom:0.5rem;
  text-transform: uppercase;
}

.dist-info
{
  color: #ffffff;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

.image-represent
{
  letter-spacing: 1px;
  font-size:0.55rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding:0.30rem;
  text-shadow: 1px 1px 10px #000000;
  color: #fff;
  text-align:left;
}

.loctextbox
{
  text-align: center;
  padding: 0 auto;
  margin: 0 auto;
}
.loctextbox > ul
{
  display: inline-block;
}
.loctextbox > ul > li
{
  text-align: left;
}


.arrowboxd
{
  width:100px;
  height:50px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #e01332;
}
.arrowboxd:hover
{
  text-decoration: none;
  color: #e01332;
}
.arrowboxd:active
{
  text-decoration: none;
  color: #e01332;
}

.arrowboxd span
{
  font-size: 2rem;
  transition: all .5s ease-in-out;
}
.arrowboxd span:hover
{
  font-size: 2.5rem;
  transform: scale(1.1)
}
.arrowboxd span:active
{
  font-size: 2.5rem;
  transform: scale(1.1)
}

.arrowboxm
{
  height: 50px;
  width: 100px;
  background-color: #e01332;

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;
}

.arrowboxm span
{
  font-size: 2rem;
  color: #ffffff;
}

/* end of location advantages seclocadv */

/* location seclocation */
#seclocation
{
  background-color: #ffffff;
  padding: 3rem 1rem 3rem 1rem;
  background: url("../images/rightsidedeco.png") 100% 50% no-repeat;
}

@media (max-width: 991.98px)
{
  #seclocation
  {
    background-size: 58.5px 255.5px;
  }
}

.maprow
{
  padding : 2rem 0rem 0rem 0rem;
}

.officeaddress
{
  border-left: 1px solid #e01332;
}

@media (max-width: 991.98px)
{
  .officeaddress
  {
    border-left: none;
    border-top: 1px solid #e01332;
  }
}

.addrtitle
{
  color:#e01332;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
/* end of location seclocation */

/* about secabout */
#secabout
{
  padding: 3rem 1rem 3rem 1rem;


  background: url("../images/aboutbg.jpg");
	width:100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height:100%;
}

.abouttext
{
  /*
  line-height: 1.15rem;
  */
  text-align: center;

  font-size: 0.85rem;
}
/* end of about secabout */





/* modal form related css */
.modal-close > span
{
  /*
  position: absolute;
  right: 10px;
  top: 10px;
  */
  color: #e01332;
  cursor: pointer;
}
.modal-close > span:hover
{

}
/* end of modal form related css */

/* footer */
.bg-footer
{
  background-image:linear-gradient(-90deg, #c6a969, #e01332);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  box-shadow:0 0 2px 0 #000000;
}

.footer-text
{
  font-size: 0.95rem;
}

.copyright
{
  color:#ffffff;
  margin-bottom:0px;
}

.linkhold
{
  white-space: nowrap;
}

.reralink
{
  color: #ffffff;
  text-decoration: none;
}

.reralink:hover
{
  color: #e01332;
  text-decoration: none;
}

/* sticky form section */
#stickyform
{
  background: rgba(255,255,255,.9);
  padding: 0.50rem 0.75rem;

  border-top : 1px solid #e7dbcf;
}

@media (min-width: 992px)
{
  .stformspace
  {
    padding: 0rem 1rem;
  }
}

@media (max-width: 991.98px)
{
  .stformspace
  {
    padding: 0rem 0.5rem;
  }
}

.minstick
{
  min-width:100%;
}

/* end of sticky form section */


/* sticky mob */
.stickycol
{
  padding:0.30rem;
}

.stickybtn
{
  background-color:rgba(255,255,255,.9);
  text-align: center;
  box-shadow:0 0 2px 0 #e01332;
}

.stickybdr
{
  border-right:1px solid rgb(2 77 160);
}

.stickycall
{
  color:#000000 !important;
  text-align: center;
  font-weight:bold;
  z-index:4;
}
.stickycall:hover
{
  text-decoration: none;
}
.stickyenq
{
  color:#000000 !important;
  font-weight:bold;
  text-align: center;
  z-index:4;
}
.stickyenq:hover
{
  text-decoration: none;
}
/* end of sticky mob */

/* end of footer */


/* thank you and form submit failed sections */
#tyfssec1
{
  background-color: #ffffff;
  padding: 3.5rem 1.5rem 3.5rem 1.5rem;
}

#tyfssec2
{
  background-color: #e0e0e0;
}

#ppsec1
{
  background-color: #ffffff;
}

.otherreralink
{
  color: #000000;
  text-decoration: none;
}

.otherreralink:hover
{
  color: #e01332;
  text-decoration: none;
}

.numlink
{
  color: #e01332;
  text-decoration: none;
}

.numlink:hover
{
  color: #e01332;
  text-decoration: none;
}

.soc-item
{
  color: #e01332;
  font-size:2.5rem;
  text-decoration: none;
}

.soc-item:hover
{
  color: #e01332;
  text-decoration: none;
}

.tyicon
{
  color:green;
  font-size:4rem;
}

.fsicon
{
  color:red;
  font-size:4rem;
}
/* end of thank you and form submit failed sections */

table.table-bordered{
    border:1px solid #e01332;
    margin-top:20px;
  }
table.table-bordered > thead > tr > th{
    border:1px solid #e01332;
}
table.table-bordered > tbody > tr > td{
    border:1px solid #e01332;
}
th, td
{
  text-align: center;
}