.bg-blue1{
	background: #faf8f5;
}
.cmn-mb{
	margin-bottom: 35px;
}
/*button glow*/
.btn--glow:before{
    content:'';
    position: absolute;
    left: -20%;
    top:-10%;
    width: 0;
    height: 100%;
    transform: rotate(15deg) scale(1, 2);
    box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.7);
    animation: button-glow 3000ms ease-in-out infinite;
  }
  
  @keyframes button-glow {
    0% {
      left: -20%;
    }
    50% {
      left: 120%;
    }
    100% {
      left: 120%;
    }
  }
  .btn--glow{
    overflow: hidden;
    position: relative;
  }

/**/

.banner-section {
  margin-top: 62px;
}
/* pricing */
.detail_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.detail_wrap span {
  background: #b18e4e;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}
.detail_wrap h6 {
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.price_detail_top h5 {
  color: #b18e4e;
  font-size: 15px;
  font-weight: 600;
  background: #b18e4e29;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 50px;
  margin: auto;
  border: 1px solid #b18e4e75;
}
.price_detail_wrap {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}
.price_detail_top {
  padding: 30px 15px 10px;
}
.price_detail_top h5 {
    margin-bottom: 20px;
}
.price_break_btn {
  background: #b18e4e;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  border: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.price_break_btn:hover{
	color: #ffffff;
}
.pricing img {
  width: 20px !important;
}

.price_details {
    margin-top: 50px;
}
#priceslider .owl-prev{
	position: absolute;
    top: 35%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f7f7f72e;
    left: -20px;
    background: #f7f7f72e;
    color: #fff;
}
#priceslider .owl-next{
	position: absolute;
    top: 35%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f7f7f72e;
    right: -20px;
    background: #f7f7f72e;
    color: #fff;
}

/*our works*/
.our-works .item{
	position: relative;
}
.our-works .item .worktitle {
  position: absolute;
  bottom: 10px;
  z-index: 999;
  background: rgb(255 255 255 / 80%);
  padding: 5px 10px;
  font-weight: 600;
  left: 10px;
  font-size: 14px;
  color: #000;
}
/**/

/*FAQ*/
.faq_left {
  width:370px
}
.faq .accordion-item {
  background:transparent;
  border:0;
  border-bottom:1px solid #e3e1db;
  border-radius:0
}
.faq .accordion-button {
  background: transparent;
  padding: 15px 0px;
  border: 0;
}

.faq .accordion-button
h6 {
  color:#2d3691;
  font-size:20px;
  font-weight:400;
  margin-bottom: 0;
}
.faq .accordion-button:not(.collapsed) {
  color:#fff;
  background-color:transparent;
  box-shadow:none
}
.faq .accordion-button:focus {
  z-index:3;
  border-color:transparent;
  outline:0;
  box-shadow:none
}
.faq .accordion-body {
  padding:0
}
.accordion-button::after {
  width:30px;
  height:30px;
  background-size:30px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23f7b911' d='M128 24a104 104 0 1 0 104 104A104.13 104.13 0 0 0 128 24m40 112h-32v32a8 8 0 0 1-16 0v-32H88a8 8 0 0 1 0-16h32V88a8 8 0 0 1 16 0v32h32a8 8 0 0 1 0 16'/%3E%3C/svg%3E")
}
.accordion-button:not(.collapsed)::after {
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23f7b911' d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10s10-4.486 10-10S17.514 2 12 2m5 11H7v-2h10z'/%3E%3C/svg%3E")
}

/**/

/*about css*/
.video_thumb {
  text-align: center;
  margin-top: 30px;
}
.video_thumb img {
  width: 75%;
  margin: 0 auto;
}
.smalltitle {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
}
/**/

/* footer */
footer {
    background: #000;
    padding: 50px 0px 20px;
}
.ftr_logo {
  background: #fff;
  text-align: center;
}
.ftr_logo img{
	width: 100%;
}
.rera {
  width: 70%;
  text-align: right;
  float: right;
  padding-right: 0;
}
.rera h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}
.copy_right {
    border-top: 1px solid #FFFFFF33;
    margin-top: 50px;
    padding-top: 20px;
}
.copy_right p{
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFFAD;
}
.copy_right .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vst_left p {
  color: #515151;
  font-size: 15px;
  font-weight: 400;
}
.mainsectionrt p{
  color: #515151;
  font-size: 15px;
  font-weight: 400;
}
/*cta*/
.cta_img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 20px;
}
#cta {
  padding: 30px 0;
  text-align: center;
  color: #ffffff;
  background: #e0d5c2;
}
#cta h6 {
  color: #4a4a4a;
  font-size: 25px;
  font-weight: 700;
}
#cta p {
  color: #525252;
  width: 470px;
  margin: auto;
}
.btn2 {
  background: #b18e4e;
  color: #ffffff;
  text-decoration: navajowhite;
  padding: 12px 30px;
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
}
.btn2:hover{
	color: #ffffff;
}
.highlight_wrapper {
  background: #b18e4e;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  min-height: 65px;
}
.highlight_wrapper img {
  width: 40px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
}
/**/
.inp-box {
  font-size: 9px;
  display: flex;
  align-items: start;
  margin: 10px 0px;
}
.inp-box input {
  display: flex;
  width: 10px !important;
  margin-right: 5px;
  margin-top: 2px;
}

/*Amenities*/
#amenities {
  position: relative;
  background: #ffffff;
}
.amenities_wrap {
  background: #000000;
  border-radius: 4px;
  height: 200px;
  margin-bottom: 20px;
  transition: all .5s linear;
  position: relative;
}
.amenities_wrap:hover {
  transition: all .5s linear;
}
.amenities_wrap:hover
img {
  transition:all .5s linear;
  transform:rotateY(360deg);
  opacity: .3;
}
.amenities_wrap:hover
h6 {
  color:#ffffff;
  transition:all .5s linear
}
.amenities_wrap h6 {
  margin: 0 0 18px;
  padding: 4px 12px;
  font-size: 15px;
  font-weight: 700;
  transition: all .5s linear;
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 10px;
}
.amenities_wrap img {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  object-position: top;
}
.amenities {
  margin-left:35px
}

/**/

/*Address*/
#address {
  position:relative
}
#address
.container {
  position:relative;
  z-index:9
}
#address::before {
  position:absolute;
  content:'';
  width:100%;
  height:70%;
  top:0;
  left:0;
  z-index:2;
  background:rgb(255, 255, 255);
  background:linear-gradient(180deg, rgba(255, 255, 255, 1) 48%, rgba(255, 255, 255, 0) 100%)
}
#address .nav-pills .nav-link {
  background:0 0;
  border:0;
  border-radius:var(--bs-nav-pills-border-radius);
  border:1px solid #F7B911;
  border-radius:50px;
  padding:10px
30px;
  font-size:15px;
  color:#000;
}
#address .nav-pills
.active {
  background:#F7B911 !important;
  color:#000 !important
}
#address .nav-item {
  margin-right:10px;
}
.mapimg img {
  width: 100%;
  margin-bottom: 40px;
}
.institutions h6 {
  color: #242424;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  width: 245px;
   padding-left: 15px;
}
.institutions {
  border-left: 4px solid #2d3691;
  margin-bottom: 20px;
  min-height: 50px;
  display: flex;
  align-items: center;
  background: #f9f9f9;
}
.time_details_wrap {
  display:flex;
  align-items:center;
  margin-bottom:20px
}
.time {
  border-right:2px solid #0A774E;
  min-width:90px;
  margin-right:20px;

}
#address #pills-tab {
  margin-bottom:40px !important
}
.google_map {
  height:400px;
  position:relative;
  z-index:-1
}
.map_popup {
  padding:0
}
.map_popup_content {
  border:0;
  border-radius:0px
}
.map_popup_content  .btn-close {
  position:absolute;
  right:0px;
  top:-30px;
  filter:brightness(0) invert(1);
  opacity:1
}
.map_popup
img {
  width:100%;
  height:100%;
  object-fit:cover
}

/**/

/*Location*/
.location_map {
  height: 360px;
  margin-top: 20px;
}
.location_map img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(1.5px);
}
.location_details {
    margin-top: 20px;
}
.location_details h6 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.location_details h6 img{
    margin-right: 20px;
}
.location_details ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.location_details ul li {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  float: left;
  background: #faf8f5;
  border: 1px solid #b18e4e3d;
  padding: 8px 10px 8px 40px;
  border-radius: 50px;
}
.location_details ul li::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='0' fill='%23b18e4e'%3E%3Canimate fill='freeze' attributeName='r' begin='0.7s' dur='0.2s' values='0;4'/%3E%3C/circle%3E%3Cg fill='none' stroke='%23b18e4e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='56' stroke-dashoffset='56' d='M12 4c4.42 0 8 3.58 8 8c0 4.42 -3.58 8 -8 8c-4.42 0 -8 -3.58 -8 -8c0 -4.42 3.58 -8 8 -8Z'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.6s' values='56;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='4' stroke-dashoffset='4' d='M12 4v0M20 12h0M12 20v0M4 12h0' opacity='0'%3E%3Canimate fill='freeze' attributeName='d' begin='1s' dur='0.2s' values='M12 4v0M20 12h0M12 20v0M4 12h0;M12 4v-2M20 12h2M12 20v2M4 12h-2'/%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='1s' dur='0.2s' values='4;0'/%3E%3Cset fill='freeze' attributeName='opacity' begin='1s' to='1'/%3E%3CanimateTransform attributeName='transform' dur='30s' repeatCount='indefinite' type='rotate' values='0 12 12;360 12 12'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    left: 10px;
    top: 12px;
}


/**/

/* floor plan */
#floor_plans {
    background: #faf8f5;
    position: relative;
}
#floor_plans .container{
    position: relative;
    z-index: 9;
}
.floor_plans {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 22px;
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid #b18e4e4a;
}
.floor_plan_head {
  background: #b18e4e;
  padding: 6px 10px;
  text-align: center;
  position: absolute;
  z-index: 9;
  border-radius: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.floor_plan_head h6 {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
}
.floor_plan_image {
  position: relative;
  overflow: hidden;
  height: 200px;
  background: #ffffff;
}
.floor_plan_image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: blur(3.4px);
}
.floor_plan_image button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.floor_pian_title {
  margin-bottom: 40px;
  text-align: center;
}
#project-slider .owl-prev {
  position: absolute;
  top: 55%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #f7b911;
  left: -20px;
  background: #f7b9116e;
  color: #000;
  line-height: 46px;
}
#project-slider button:hover{
	background: #f7b911;
}
#project-slider .owl-next{
	position: absolute;
    top: 55%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f7b911;
    right: -20px;
    background: #f7b9116e;
    color: #000;
    line-height: 46px;
}

/*main section-banner below section*/
.mainsectionlt img {
  width: 100%;
/*  height: 350px;*/
  object-fit: cover;
}
.floor_plan_head1{
	border-left: 4px solid #f7b911;
  margin-bottom: 20px;
  min-height: 85px;
  display: flex;
  align-items: center;
  background: #f9f9f9;
}
.floor_plan_head1 h6 {
  padding: 0 12px;
  margin: 0;
}
#project-highlights .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  background: #2d36913d ;
  border-radius: 50%;
  margin-right: 10px;
}
#project-highlights .owl-dots .owl-dot.active{
	background: #2d3691!important;
}
/**/
.phone1 {
  filter: invert(1);
  width: 17px;
  margin-right: 10px;
}
.dwnload {
  margin-right:5px;
  transition:all .1s linear;
/*  animation:UpDown1 1s linear infinite*/
}
/*@keyframes
UpDown1 {
  0% {
    position:relative;
    bottom:0
  }
  50% {
    position:relative;
    bottom:5px
  }
  100% {
    position:relative;
    bottom:-5px
  }
}*/
#project-highlights .owl-nav{
	display: flex;
}
#project-highlights .owl-nav button {
  height: 33px;
  width: 32px;
  background: #00000073 !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 15px;
}

/*Delayed popup*/
.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  z-index: 99999;
  display: none;
}

/*   This is the Popup Window   */
.delayedPopupWindow {
    display: none;
    position: fixed;
    width: 620px;
    max-width: 670px;
    /* height: 310px; */
    top: 50%;
    left: 50%;
    background-color: #b18e4e;
    z-index: 999999;
    transform: translate(-50%, -50%);
}
.delayed_popup_left ul li span {
    display: block;
    margin-bottom: 10px;
}
/*   This is the closing button  */
#btnClose {
    display: block;
    text-decoration: none;
    color: #343333;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 30px;
    cursor: pointer;
}

/*   This is the closing button hover state  */
#btnClose:hover {
  color: #fec00b;
}

/*   This is the description headline and paragraph for the form   */
#delayedPopup > div.formDescription {
  float: left;
  display: block;
  width: 30%;
  padding: 55px 20px;
  font-size: 18px;
  color: #666;
  clear: left;
  background: #b18e4e;
  height: 100%;
}
.delayed_popup_left ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.delayed_popup_left ul li {
    display: block;
    color: #acacac;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    background: #0000003b;
    padding: 20px;
    /* border-radius: 11px; */
    margin-bottom: 10px;
}
.delayed_popup_left h6 {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
delayed_popup_left ul li span {
    display: block;
    margin-bottom: 10px;
}
.delayed_popup_left ul li span img {
  width: 30px;
  filter: brightness(0) invert(1);
}
/*   This is the styling for the form's headline   */
#delayedPopup > div.formDescription h2 {
  color: #444444;
  font-size: 36px;
  line-height: 40px;
}

/* 
////////// MailChimp Signup Form //////////////////////////////
*/
/*   This is the signup form body  */
#delayedPopup #mc_embed_signup {
    float: left;
    width: 70%;
    padding: 20px 20px;
    display: block;
    font-size: 16px;
    color: #666;
    margin-left: 0;
    background: #fff;
}

/*   This is the styling for the signup form inputs  */
#delayedPopup #mc-embedded-subscribe-form input {
  width: 95%;
  height: 30px;
  font-size: 18px;
  padding: 3px;
  margin-bottom: 5px;
}

/*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
#delayedPopup #mc-embedded-subscribe-form input:hover {
  border: solid 2px #40c348;
  box-shadow: 0 1px 3px #AAAAAA;
}

/*   This is the styling for the signup form inputs when they are focused  */
#delayedPopup #mc-embedded-subscribe-form input:focus {
  border: solid 2px #40c348;
  box-shadow: none;
}

/*   This is the styling for the signup form submit button  */
#delayedPopup #mc-embedded-subscribe {
  width: 100% !important;
  height: 40px !important;
  margin: 10px auto 0 auto;
  background: #5D9E62;
  border: none;
  color: #fff;
}
.enquiry_title {
    text-align: center;
    margin-bottom: 20px;
}
.enquiry_title h6 {
    font-size: 30px;
    font-weight: 600;
    color: #2d2d2d;
    text-transform: none;
    width: 330px;
    margin: 0 auto 10px;
}
.enquiry_title p {
    font-size: 14px;
    font-weight: 400;
}
.blink-soft {
    animation: blinker 1.5s linear infinite;
}
.text_red {
    color: #dc3545;
    font-weight: 600;
    text-transform: capitalize;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.delayed_popup_right button {
  width: 100%;
  background: #b18e4e;
  border: none;
  color: #ffffff;
  padding: 10px 5px;
  font-size: 17px;
}
.enquiry_form input {
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #d7d7d7;
}
/**/
.tc {
  font-size: 10px;
  margin-bottom:10px;
  display: flex;
}
.tc input {
    width: 10px;
    height: fit-content!important;
    margin-right: 5px;
}
.ftr_top p {
  font-size: 12px;
  color: #FFFFFFAD;
  text-align: center;
  line-height: 16px;
  font-weight: 200;
  margin: 0;
}
.ftr_top span {
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
}
.ftr_top strong{
  color: #fff;
  font-weight: 700;
}
.contact_link {
  text-decoration: none;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3px;
  font-size: 16px;
}
.contact_link:hover{
  color: #fff;
}

.inp-box iconify-icon {
    color: #b18e4e;
    font-size: 13px;
    margin-right: 3px;
}