.menu_outerbox li a.active_menu{
    color: #f37435;
    font-weight: 800 !important;
}
.menu_outerbox li a.active_menu::after {
  width: 100%;
  opacity: 1;
  background: #f37435;
} 
#accordian ul li a.active_menu{
    color: #f37435;
    font-weight: 800 !important;
} 
.page-title {
  position: relative;
  text-align: center;
  padding: 300px 0 10px;
  background-size: cover;
  background-position: 0% 46%;
} 
.page-title h1 { 
  position: relative;
  color: #fff;
  font-size: 52px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  width: 100%;
  bottom: auto;
} 
.page-title h1::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; 
  display: inline-block;
  overflow: hidden;
  width: 100%;
  white-space: pre;
  content: attr(data-text);
  -webkit-text-fill-color: #fff0;
  -webkit-text-stroke: 1px #f3743500;
  will-change: width;
  animation: grow 4s linear 1 ;
  -webkit-animation: grow 4s linear 1;
}
@-webkit-keyframes grow {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes grow {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
} 
.ban_layer{ 
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0000008a;
}
.drop_letter{  
  height: 40px;
  width: 40px;
  border: 1px solid #f3743566;
  text-align: center;
  border-radius: 4px;
  font-size: 29px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
  color: #f37435;
}
.pos_relative{
  position: relative;
}
.mb0{
  margin-bottom: 0px !important;
}
.mb5{
  margin-bottom: 5px !important;
}
.profile_line::before{
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  background-color: #f37435;
  position: absolute;
  left: 15px;
}
.profile_line{
  padding-left: 32px;
} 
.mt30{
  margin-top: 30px !important;
}
.tc{
  text-align: center;
}
.profile_sub{
  font-size: 20px !important;
  text-align: center;
}
.experience-section {
  position: relative;
  padding: 0px 0;
  background: #fff5ed;
  height: 490px;
  overflow: hidden;
}
.bdr8{
  border-radius: 8px;
}
.wd100{
  width: 100%;
}
.white_layer{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff5ede5;
}
.exp_img{
  border-radius: 8px;
  margin-top: -55px;
}
.experience-section .experience-year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  color: #777;
  width: 175px;
  background: #f37435;
  height: 175px;
  border-radius: 50%;
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.experience-section .experience-year h2 {
  position: relative;
  font-size: 52px;
  line-height: 52px;
  color: #fff5ed;
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
}
.experience-year span{
  text-align: center;
  font-weight: 400;
  color: #fff5ed;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "Albert Sans", sans-serif;
  line-height: 18px;
  margin-top: 8px;
}
.experience-section .experience-year::before {
  position: absolute;
  top: -20px;
  content: '';
  right: -20px;
  bottom: -20px;
  left: -20px;
  background: unset;
  border: 2px dashed #f37435;
  border-radius: 100%;
  animation: rotate 30s linear infinite;
}
@keyframes rotate {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

.process-block .inner-box {
  position: relative;
  padding: 25px;
  margin-bottom: 5px;
  background-color: #f7f7f7;
  transition: .5s;
  border-radius: 8px;
}
.process-block .inner-box:hover {  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.13);}
.process-block h4 {
  margin-bottom: 10px;
  position: relative;
  color: #f37435;
  margin-top: 4px;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Albert Sans", sans-serif;
  line-height: 25px;
}
.value_block i{
  margin-right: 15px;
  line-height: 28px;
  color: #ead0ba;
  font-size: 14px;
} 
.value_block b{  margin-right: 0;}
.value_block p{
  display: flex;
  margin-bottom: 10px;
}
.process-block .inner-box::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #f37435;
  transform: scaleX(0);
  transition: 1.5s;
}
.process-block .text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.53px;
  color: rgb(70, 70, 70);
  font-family: "Albert Sans", sans-serif;
  font-weight: 500 !important;
}
.hg173{  height: 173px;}
.completed_project_pg .portfolio-block li {
  width: 100%;
  position: relative;
  margin-bottom: 4px;
}
.pb80{  padding-bottom: 80px !important;}

.completed_project_pg .portfolio-block .category {
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 50px;
  left: 50px;
  color: #464646;
  background-color: #ffffffb5;
  padding: 6px 21px;
  border-radius: 6px;
  backdrop-filter: blur(3px);
}
.completed_project_pg .portfolio-block li:hover .image img {
  transform: scale(1.1);
}
.completed_project_pg .portfolio-block li .image {  border-radius: 8px;}
.location i{
  color: red;
  line-height: 31px;
  margin-right: 8px !important;
}
.completed_project_pg  .portfolio-block li .content .location {
  position: relative;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Albert Sans", sans-serif;
  letter-spacing: 0.3px;
  margin-top: 25px;
}
.location a{
  color: #444;
  display: inline-flex;
}
.location a:hover{  text-decoration: underline;}
.completed_project_pg .portfolio-block li .content {
  position: absolute;
  padding: 50px;
  right: 47px;
  top: 102px;
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 555px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.theme-btn.style-two:hover {
  color: #f37435;
  border-color: #f37435;
  background-color: #f37435;
}
.theme-btn.style-two {
  background: #f37435;
  color: #fff;
  border-color: #f37435;
}
.mr20{  margin-right: 20px !important;}
.com_logo{  width: 176px;}

.completed_project_pg .page-title {
  position: relative;
  text-align: center;
  padding: 300px 0 10px;
  background-size: cover;
  background-position: 0% 58%;
}
 
.splendora_pg .project_logo {
  width: 260px;
  position: absolute;
  right: 48px;
  z-index: 999;
  top: 35%;
}

.wel_img{
  padding: 60px;
  border-radius: 10px;
  background-color: rgb(255, 251, 240);
} 

.splendora_apartments__welcome{
  padding: 60px;
  border-radius: 10px;
  background-color: rgb(255, 251, 240);
}

.splendora_apartments_logo_light {  background-color: rgb(255, 251, 240);}


.mar0{
  margin: 0 !important;
}
.spel_detail{
  display: flex;
  align-items: center;
  width: 33%;
  flex-direction: column;
}

.spel_detail .num_box{
  background: rgb(255, 242, 208);
  height: 40px;
  color: #8b4c3c;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  margin-bottom: 9px;
}
.spel_detail .txt_line{
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Albert Sans", sans-serif;
  margin-bottom: 0;
  color: #8e4b3b;
}
.wel_icon{
  width: 30px;
  margin-bottom: 12px;
}
.wel_sub_title{
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  font-family: "Albert Sans", sans-serif;
}
.icon_box{
  border-right: 2px solid #a75b43c9;
  text-align: center;
}
.icon_box:last-child{
  border-right: none;
}
.icon_box p{
  margin-bottom: 0 !important;
  letter-spacing: 0 !important;
}
.flex_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pl85{
  padding-left: 85px !important;
}
.mt40{
  margin-top: 40px !important;
}
.gallery_box img{
  border-radius: 10px;
}
.splendora_pg .pro_tab{
  padding-bottom: 0px !important;
}
.plr11{
  padding: 0 11px !important;
}
.pt60{
  padding-top: 68px;
}
.ml30{
  margin-left: 30px;
}
.mr35n{
  margin-right: -35px;
}
.mt60{
  margin-top: 60px !important;
}
.mb3{
  margin-bottom: 3px !important;
}
.mb5{
  margin-bottom: 5px !important;
}
.brown_color{
  color: #a75b43 !important;
} 
.splendora_pg .gallery__title{    color: #313131;}
.splendora_pg .gallery__title span { color: #313131;}
 


.over_hide{  overflow: hidden;}
.bdr10{  border-radius: 10px !important;}
.hover_i i{
  font-size: 25px;
  color: inherit;
}

.apar_img1{width: 49.9%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.apar_img2{width: 49.9%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.apar_img3{width: 30.66%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.apar_img4{width: 38.3%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.apar_img5{width: 30.66%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.apar_img6{width: 49.9%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.apar_img7{width: 49.92%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.apar_img8{width: 45.85%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.apar_img9{width: 53.97%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.apar_img10{width: 33.94%; overflow: hidden; border-radius: 10px;}
.apar_img11{width: 33.94%; overflow: hidden; border-radius: 10px;}
.apar_img12{width: 31.82%; overflow: hidden; border-radius: 10px;}

.interior_img1{width: 33.22%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.interior_img2{width: 33.22%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.interior_img3{width: 33.22%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.interior_img4{width: 49.92%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.interior_img5{width: 49.92%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.interior_img6{width: 100%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.interior_img7{width: 42.67%; overflow: hidden; border-radius: 10px;}
.interior_img8{width: 57.15%; overflow: hidden; border-radius: 10px;}

.clubhouse_img1{width: 51.55%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.clubhouse_img2{width: 48.28%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.clubhouse_img3{width: 33.22%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.clubhouse_img4{width: 33.22%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.clubhouse_img5{width: 33.22%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.clubhouse_img6{width: 51.54%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.clubhouse_img7{width: 48.31%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.clubhouse_img8{width: 34.65%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.clubhouse_img9{width: 32.52%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.clubhouse_img10{width: 32.45%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.clubhouse_img11{width: 49.98%; overflow: hidden; border-radius: 10px;}
.clubhouse_img12{width: 49.82%;  margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.clubhouse_img13{width: 49.82%;  margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.clubhouse_img14{width: 49.82%; overflow: hidden; border-radius: 10px;}
.clubhouse_img15{width: 49.82%; overflow: hidden; border-radius: 10px;}
.wd50{ width: 49.85%;}

.img_label{
  position: absolute;
  right: 0;
  bottom: 12px;
  z-index: 9;
}
.img_label p{
  background: #ffffffba;
  padding: 1px 7px;
  border-radius: 6px 0px 0px 6px;
  backdrop-filter: blur(5px);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}
.plan_over{
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.plan_sec .plan_over{  border: 1px solid #dcdcdcc4;}
.plan_sec.gallery_box img {  border-radius: 0;}
.splendora_pg .process-block .text {  letter-spacing: 0.3px;}
.spe_bul{
  display: flex;
  margin-bottom: 4px !important;
}
.spe_bul i {
  margin-right: 10px;
  line-height: 28px;
  color: #ead0ba;
  font-size: 14px;
}

.mb25{  margin-bottom: 25px !important;}
.hg153{  height: 153px;}
.hg213{  height: 213px;}

.ame_title{
  color: #a75b43;
  margin: 12px 0 12px !important;
  font-weight: 600;
  font-style: italic;
  font-family: "Petit Formal Script", cursive;
  display: block;
  font-size: 20px;
  text-transform: lowercase;
} 
.ame_box { 
  text-align: center;
  padding: 12px;
  background-color: #f7f7f7;
  margin-bottom: 21px;
  border-radius: 10px;
  margin-right: 21px;
  width: 45.9%; 
}

.ame_box:last-child{  border-right: none;}
.ame_box p{
  margin-bottom: 0 !important;
  letter-spacing: 0.2px !important;
  line-height: 24px;
}
.flex_wrap2{
  display: flex;
  flex-wrap: wrap;
}
.ame_bg{ background: #EBE3DC;}
.amazingslider-img-box-1 {  border-radius: 10px;}
.amazingslider-img-box-1 img{  border-radius: 10px;}
.amazingslider-text-wrapper-1{
  margin: 0 !important;
  right: 0 !important;
  left: auto !important;
  bottom: 12px !important;
}
.amazingslider-text-bg-1 {  background-color: transparent !important;}
.amazingslider-text-1 {  padding: 0 !important;}
.amazingslider-text-holding-1{  padding: 0 !important;}
#amazingslider-4 .img_label{  position: unset !important;}

.value_add_sec .spe_bul.text{
  margin-bottom: 10px !important;
  font-size: 16px;
  color: rgb(70, 70, 70);
  font-family: "Albert Sans", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0.2px;
}
.value_add_sec .portfolio-block li .content {
  position: absolute;
  padding: 50px;
  right: 39px;
  top: 87px;
  background: #fff;
  box-shadow: 8px 16px 32px 0px rgba(0, 0, 0, 0.04);
  width: 100%;
  max-width: 60%;
  border-radius: 8px;
}
.portfolio-block li .image:hover::before {  content: unset;}
.value_add_sec .portfolio-block li .image {  border-radius: 8px;}
.portfolio-block li:hover .image img {  transform: scale(1.1);}
.value_add_sec .portfolio-block li {  margin-bottom: 0;}

.map_pro{
  border-radius: 10px;
  margin-bottom: -9px;
}
.form-control:focus {
  border-bottom: 1px solid #0000008c !important;
}

.sub_map{
  font-size: 13px;
  opacity: 0.8;
}
.splendora_shop_pg .project_logo {
  width: 269px;
  position: absolute;
  right: 41px;
  z-index: 999;
  top: 35%;
}

.bird {
    background-image: url("../img/projects/residential/darshanam_splendora3_apartment/birds.svg");
    background-size: auto 100%;
    width: 90px;
    height: 125px;
    will-change: background-position;
    -webkit-animation-name: fly-cycle;
    animation-name: fly-cycle;
    -webkit-animation-timing-function: steps(10);
    animation-timing-function: steps(10);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: scale(1.1);
}
.bird--one {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
}
.bird--two {
    animation-duration: 0.9s;
    -webkit-animation-duration: 0.9s;
    animation-delay: -0.75s;
    -webkit-animation-delay: -0.75s;
}
.bird--three {
    animation-duration: 1.25s;
    -webkit-animation-duration: 1.25s;
    animation-delay: -0.25s;
    -webkit-animation-delay: -0.25s;
}
.bird--four {
    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
}
.bird-container {
    position: absolute;
    top: 0%;
    left: -10%;
    transform: scale(0) translateX(-10vw);
    will-change: transform;
    animation-name: fly-right-one;
    -webkit-animation-name: fly-right-one;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    z-index: 3;
    opacity: 1;
}
.bird-container--one {
    animation-duration: 15s;
    -webkit-animation-duration: 15s;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}
.bird-container--two {
    animation-duration: 16s;
    -webkit-animation-duration: 16s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.bird-container--three {
    animation-duration: 14.6s;
    -webkit-animation-duration: 14.6s;
    animation-delay: 6.5s;
    -webkit-animation-delay: 6.5s;
}
.bird-container--four {
    animation-duration: 16s;
    -webkit-animation-duration: 16s;
    animation-delay: 8.25s;
    -webkit-animation-delay: 8.25s;
}
@keyframes fly-cycle {
    100% {
    background-position: -900px 0;
    }
}
@-webkit-keyframes fly-cycle {
    100% {
    background-position: -900px 0;
    }
}
@keyframes fly-right-one {
    0% {
    transform: scale(0.3) translateX(-10vw);
    }
    10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
    }
    20% {
    transform: translateY(0) translateX(30vw) scale(0.5);
    }
    30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
    }
    40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
    }
    50% {
    transform: translateY(0) translateX(90vw) scale(0.6);
    }
    100%,
    60% {
    transform: translateY(0) translateX(110vw) scale(0.6);
    }
}
@-webkit-keyframes fly-right-one {
    0% {
    transform: scale(0.3) translateX(-10vw);
    }
    10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
    }
    20% {
    transform: translateY(0) translateX(30vw) scale(0.5);
    }
    30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
    }
    40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
    }
    50% {
    transform: translateY(0) translateX(90vw) scale(0.6);
    }
    100%,
    60% {
    transform: translateY(0) translateX(110vw) scale(0.6);
    }
}

.shop_img1{width: 100%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}
.shop_img2{width: 49.9%; overflow: hidden; border-radius: 10px;}
.shop_img3{width: 49.92%; overflow: hidden; border-radius: 10px;}

.value_bg{
  position: absolute;
  right: -6.5%;
  top: 0;
  opacity: 0.35;
  width: 24.15%;
  z-index: 1;
}

.splendora_pg .portfolio-block .image:hover img {  transform: scale(1.1);}
.portfolio-block li:hover .image img {  transform: scale(1);}
.value_add_sec .spe_bul.text.mb0{  margin-bottom: 0px !important;}
.splendora_shop_pg .gallery__title span {  color: #303030 !important;}
.splendora_shop_pg .gallery__title {  color: #303030 !important;}
.splendora_shop_pg .walk_through_videos {  width: 100%;}

.splendora_shop_pg .walk_through_videos {
  overflow: hidden;
  border-radius: 10px;
  height: 487px;
  margin-bottom: 9px;
}
.feature_icon{
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.feature_icon img{
  width: 44px;
  margin-right: 12px;
}
.splendora_shop_pg .ame_box {
  text-align: center;
  padding: 15px;
  background-color: #f7f7f7;
  margin-bottom: 0;
  border-radius: 10px;
  margin-right: 21px;
  width: 32.25%;
  display: flex;
  align-items: center;
}

.splendora_shop_pg .ame_box:nth-child(3) { margin-right: 0px;}

.lh25{ line-height: 25px;}

.bliss_pg .project_logo {
  width: 260px;
  position: absolute;
  right: 45px;
  z-index: 999;
  top: 43%;
}

.banner-section .swiper-slide.banner4 {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 68%;
  background-size: cover;
}
.banner-section .swiper-slide.banner5 {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.bliss_pg .project_banner_bg {
  width: 350px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
}

.bliss_color{  color: #CA6A00;}

.bliss_img1{width: 36.77%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}

.bliss_img2{width: 36.78%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}

.bliss_img3{width: 26.1%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}

.bliss_img4{width: 66.52%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}

.bliss_img5{width: 33.3%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}

.bliss_img6{width: 32.7%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}

.bliss_img7{width: 30.47%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}

.bliss_img8{width: 36.42%; margin-bottom: 3px; overflow: hidden; border-radius: 10px;}

.bliss_img9{width: 49.9%;  overflow: hidden; border-radius: 10px;}

.bliss_img10{width: 49.9%; overflow: hidden; border-radius: 10px;}
 
.bliss_pg .wel_img { 
  background: #F4EEEB;
  padding: 0px 60px;
  border-radius: 10px;
}

.img_tag{
  color: #ca6a00;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.2px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0 !important;
}

.align_items__center{display: flex;  align-items: center;}

  .bliss___spe {
    width: 60px;
    margin-right: 10px;
  } 

  .min__h250{ min-height: 250px !important;}

  .min__h185{ min-height: 185px !important;}

  .specifications__bliss {
    position: relative;
    padding: 80px 0px 40px 0px;
  }
   
  .ame_box_bliss {
    text-align: center;
    padding: 12px;
    background-color: #fff;
    margin-bottom: 21px;
    border-radius: 10px;
    width: 32%;
  }
 
.bliss_ame_last {
    text-align: center;
    padding: 12px;
    background-color: #ffffff00;
    margin-bottom: 21px;
    border-radius: 10px;
    width: 32.5%;
  }

  .splendora_apartments_ame_bg {   background-color: #9f5944 !important;  } 
  
  .wht{ color: #FFF;}

  .past-section {
    position: relative;
    padding: 90px 0;
  }
.past_project{ width: 100%;margin-bottom: 16px;} 
.past_project img{ width: 100%; border-radius: 8px;}
.past_location{display: flex;align-items: center;
    color: #444 !important;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: "Albert Sans", sans-serif;
    margin-bottom:10px;
line-height: 18px;
} 
 
.past_location a{ color: #444 !important;text-align: center;letter-spacing: 0.1px;line-height: 23px;} 

.past_marker{ margin-right: 8px; color: red;}

.past_project_logo{ width: 100%;}

.past_project_logo img{  width: 176px;}

.past_flex{ display: flex;}

.mt10{ margin-top: 10px;}

.btn.past_btn {
  padding: 0.375rem 0rem;
}

.btn_box__center{
  display: flex;
  justify-content: space-evenly;
  background: #fff2eb;
  border-radius: 8px;
  margin-top: 18px;
}

.pc_view1{  display: block;}

.mob_view{
  display: none;
  display: none;
}
.past_box .btn-large{  padding: 0.375rem 0rem;}

.past_box .btn_box__center a{  transition: all 0.5s ease;}

.past_box .btn_box__center a:hover{
  transition: all 0.5s ease;
  color: #f37435;
}
.career_padd{
  margin-bottom: 25px;
  margin-top: 7px;
}
.career_pg .value_block p {  margin-bottom: 5px;}

.mt20{  margin-top: 20px !important;}

.mail:hover {
  color: #464646 !important;
  text-decoration: underline !important;
}

.mt10{  margin-top: 10px !important;}

.nri_rbi_pg .profile_line::before {  left: 0;}

.nri_rbi_pg .profile_line {  padding-left: 17px;}

.nri_rbi_pg  .value_block p {    flex-direction: row;}

.accordion-box .block .acc-btn {
  letter-spacing: 0.25px;
  padding-right: 30px;
}
.accordion .content p{  margin-bottom: 10px;}

.cta-section-two .info-block h2 a:hover {
  color: #ffffffe0;
  text-decoration: underline;
  transition: all 0.5s ease;
}
.select_arrow{
  position: absolute;
  top: 13px;
  right: 15px;
  font-size: 12px;
  color: #686868;
}
select.form-control{
  appearance: none !important;
  position: relative;
  z-index: 1;
  cursor: pointer;
} 
.cta-section-two .info-block h5 {  margin-bottom: 2px;}

.ls1-2{line-height: 1.2;}

.mt155 {  margin-top: 155px;}

.mt75 {  margin-top: 75px;}

.blish_welcome{ display: flex; flex-direction: column; justify-content: center;}

.blish_welcome_high{ display: flex;  justify-content: center; align-items: center;}

@media screen and (min-width: 1900px) and (max-width: 2500px) {
  .big_align{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
    .pc_18none{
    display: none !important;
  }
  .pc_large_dblock.pc_18block{
    display: flex !important;
  }
  .pc_large_dblock.pc_18mt25{
    margin-top: 25px !important;
  }
}

@media screen and (min-width: 1800px) and (max-width: 1899px) {
  .past_location a {
    letter-spacing: 0px;
    font-size: 15px;
  }
  .past_box {
    min-height: 172px;
  }
  .past_box h4 {
    font-size: 16px;
    letter-spacing: 0.3px;
  }
  .career_pg .ptb80 {
    padding: 80px 0;
  }
  .about-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .res_mb10{
    margin-bottom: 10px !important;
  }
  .small_mt30{
    margin-top: 30px !important;
  }
  .home_care_pg .value_block p{
    flex-direction: row;
    margin-bottom: 15px;
    font-size: 15px;
  }
  .small_mb20{
    margin-bottom: 20px !important;
  }
  .small_align_center{
    display: flex;
    align-items: center;
  }
  .nor_mt25{
    margin-top: 25px !important;
  }
  .home_care_pg .process-block h4 {
    margin-bottom: 6px;
  }
  .pc_18none{
    display: none !important;
  }
  .pc_large_dblock.pc_18block{
    display: flex !important;
  }
  .pc_large_dblock.pc_18mt25{
    margin-top: 25px !important;
  }
}

@media screen and (min-width: 1700px) and (max-width: 1799px) {
  .past_location a {
    letter-spacing: 0px;
    font-size: 15px;
  }

  .past_box h4 {
    font-size: 16px;
    letter-spacing: 0.3px;
  }
  .career_pg .ptb80 {
    padding: 80px 0;
  }
  .about-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .res_mb10{
    margin-bottom: 10px !important;
  }
  .small_mt30{
    margin-top: 30px !important;
  }
  .home_care_pg .value_block p{
    flex-direction: row;
    margin-bottom: 15px;
    font-size: 15px;
  }
  .small_mb20{
    margin-bottom: 20px !important;
  }
  .small_align_center{
    display: flex;
    align-items: center;
  }
  .nor_mt25{
    margin-top: 25px !important;
  }
  .home_care_pg .process-block h4 {
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1699px) {
  .past_box_143_1600 {min-height: 143px;  }
  .past_box_170_1600 {min-height: 170px;  }
  .past_box_120_1600 {min-height: 120px;  }

  .col-lg-10.small_pc__lg10 {
    flex: 0 0 auto;
    width: 80.333%;
  }
  .col-lg-2.small_pc__lg2 {
    flex: 0 0 auto;
    width: 19.667%;
  }
  .experience-section .experience-year {
    width: 160px;
    height: 160px;
  }
  .experience-section .experience-year::before {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }
  .experience-section.ab_exp {
    height: 100% !important;
    margin-top: 5PX;
  }
  .about_pg .hg173 {
    height: 201px;
  }
  .past-section .col-md-3 {
    flex: 0 0 auto;
    width: 33.33%;
  }
  .past_location a {
    letter-spacing: 0.2px;
  }
  .past_box p {
    font-size: 15px;
    letter-spacing: 0.2px;
  }
  .lap_mb0{
    margin-bottom: 0px !important;
  }

  .mb16_41{
    margin-bottom: 41px !important;
  }
  .career_pg .ptb80 {
    padding: 80px 0;
  }
    .about-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
    .res_mb10{
    margin-bottom: 10px !important;
  }
  .small_mt30{
    margin-top: 30px !important;
  }
  .home_care_pg .value_block p{
    flex-direction: row;
    margin-bottom: 15px;
    font-size: 15px;
  }
  .small_mb20{
    margin-bottom: 20px !important;
  }
  .small_align_center{
    display: flex;
    align-items: center;
  }
  .nor_mt25{
    margin-top: 25px !important;
  }
  .home_care_pg .process-block h4 {
    margin-bottom: 6px;
  }
  .pc16_none{
    display: none !important;
  }
  .pc_md_dblock.pc16_block{
    display: block !important;
  }
  .pc16_mt25{
    margin-top: 25px !important;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1599px) {
  .past_box_143_1500 {min-height: 143px;  }
  .past_box_170_1500 {min-height: 170px;  }
  .past_box_120_1500 {min-height: 120px;  }

  .col-lg-10.small_pc__lg10 {
    flex: 0 0 auto;
    width: 80.333%;
  }
  .col-lg-2.small_pc__lg2 {
    flex: 0 0 auto;
    width: 19.667%;
  }
  .experience-section .experience-year {
    width: 160px;
    height: 160px;
  }
  .experience-section .experience-year::before {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
  }
  .experience-section.ab_exp {
    height: 100% !important;
    margin-top: 5PX;
  }
  .about_pg .hg173 {
    height: 201px;
  }
  .past-section .col-md-3 {
    flex: 0 0 auto;
    width: 33.33%;
  }
  .past_location a {
    letter-spacing: 0.2px;
  }
  .past_box p {
    font-size: 15px;
    letter-spacing: 0.2px;
  }
  .lap_mb0{
    margin-bottom: 0px !important;
  }
  .career_pg .ptb80 {
    padding: 80px 0;
  }
  .about-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
    .res_mb10{
    margin-bottom: 10px !important;
  }
  .small_mt30{
    margin-top: 30px !important;
  }
  .home_care_pg .value_block p{
    flex-direction: row;
    margin-bottom: 15px;
    font-size: 15px;
  }
  .small_mb20{
    margin-bottom: 20px !important;
  }
  .small_align_center{
    display: flex;
    align-items: center;
  }
  .nor_mt25{
    margin-top: 25px !important;
  }
  .home_care_pg .process-block h4 {
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1499px) {
  .past_box_143_1400 {min-height: 143px;  }
  .past_box_170_1400 {min-height: 170px;  }
  .past_box_120_1400 {min-height: 120px;  }

  .about_pg .process-block .text {
    letter-spacing: 0.45px !important;
  }
  .experience-section.ab_exp {
    height: 100% !important;
    margin-top: 13px;
  }
  .about_pg .hg173 {
    height: 201px;
  }
  .past-section .col-md-3 {
    flex: 0 0 auto;
    width: 33.33%;
  }
  .past_location a {
    letter-spacing: 0.2px;
  }
  .past_box p {
    font-size: 15px;
    letter-spacing: 0.2px;
  }
  .lap_mb0{
    margin-bottom: 0px !important;
  }
  /* .past_box {
    min-height: 172px;
  } */
      .small_pt80{
    padding-top: 80px !important;
  }
  .small_ptb60{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .res_mb10{
    margin-bottom: 10px !important;
  }
  .small_mt30{
    margin-top: 30px !important;
  }
  .home_care_pg .value_block p{
    flex-direction: row;
    margin-bottom: 15px;
    font-size: 15px;
  }
  .small_pb60{
    padding-bottom: 60px !important;
  }
  .small_mb20{
    margin-bottom: 20px !important;
  }
  .small_align_center{
    display: flex;
    align-items: center;
  }
  .nor_mt25{
    margin-top: 25px !important;
  }
  .home_care_pg .process-block h4 {
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1399px) {
    .past_box_143_1300 {min-height: 143px;  }
  .past_box_120_1300 {min-height: 120px;  }
  .about_pg .process-block .text {
    letter-spacing: 0.45px !important;
  }
  .experience-section.ab_exp {
    height: 100% !important;
    margin-top: 20px;
  }
  .past-section .col-md-3 {
    flex: 0 0 auto;
    width: 33.33%;
  }
  .past_location a {
    letter-spacing: 0.1px;
    font-size: 15px;
  }
  .past_box p {
    font-size: 15px;
    letter-spacing: 0.2px;
  }
  .lap_mb0{
    margin-bottom: 0px !important;
  }
  .past_box h4 {
    font-size: 16px;
    letter-spacing: 0.3px;
  }
  /* .past_box {
    min-height: 170px;
  } */
    .small_pt80{
    padding-top: 80px !important;
  }
  .small_ptb60{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .res_mb10{
    margin-bottom: 10px !important;
  }
  .small_mt30{
    margin-top: 30px !important;
  }
  .home_care_pg .value_block p{
    flex-direction: row;
    margin-bottom: 15px;
  }
  .small_pb60{
    padding-bottom: 60px !important;
  }
  .small_mb20{
    margin-bottom: 20px !important;
  }
  .small_align_center{
    display: flex;
    align-items: center;
  }
  .nor_mb0{
    margin-bottom: 0px !important;
  }
  .nor_mt25{
    margin-top: 25px !important;
  }
  .home_care_pg .process-block h4 {
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .past_box_143_1200 {min-height: 143px;  }
  .past_box_120_1200 {min-height: 120px;  }

  .experience-section.ab_exp { height: 100% !important;  }
  .small_pc__min_h230 { min-height: 230px;  }
    .loc_res{
    margin-bottom: 36px;
    display: block;
  }
  .loc_mtb {
    font-size: 14px !important;
    letter-spacing: 0.2px !important;
  }
  .past-section .col-md-3 {
    flex: 0 0 auto;
    width: 33.33%;
  }
  .past_location a {
    letter-spacing: 0.1px;
    font-size: 15px;
  }
  .past_box p {
    font-size: 15px;
    letter-spacing: 0.2px;
  }
  .lap_mb0{
    margin-bottom: 0px !important;
  }
  /* .past_box {
    min-height: 172px;
  } */
  .small_pt80{
    padding-top: 80px !important;
  }
  .small_ptb60{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .res_mb10{
    margin-bottom: 10px !important;
  }
  .small_mt30{
    margin-top: 30px !important;
  }
  .home_care_pg .value_block p{
    flex-direction: row;
    margin-bottom: 15px;
  }
  .small_pb60{
    padding-bottom: 60px !important;
  }
  .small_mb20{
    margin-bottom: 20px !important;
  }
  .small_align_center{
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1199px) {

  .past_box_120_1100 {    min-height: 120px;  }
  .past_box_1100 {    min-height: 144px;  }
  .about_pg .hg173 {    height: 229px;  }
  .process-block .text {    letter-spacing: 0.2px !important;  }
    .experience-section.ab_exp {    height: 100% !important;  }
  .loc_mtb {
    font-size: 14px !important;
    letter-spacing: 0.2px !important;
  }
  .loc_res{
    margin-bottom: 36px;
    display: block;
  }
   .small_pc_w50 {
    width: 50%;
  }
    .small_pc .col-md-3 {
    width: 50%;
  }
  .past_box p {
    letter-spacing: 0.1px;
  }
  .past-section {
    padding: 60px 0;
  }
  /* .past_box {
    min-height: 172px;
  } */
  .mb16_41{
    margin-bottom: 41px;
  }
    .small_pt80{
    padding-top: 80px !important;
  }
  .small_ptb60{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .res_mb10{
    margin-bottom: 10px !important;
  }
  .small_mt30{
    margin-top: 30px !important;
  }
  .home_care_pg .value_block p{
    flex-direction: row;
    margin-bottom: 15px;
  }
  .small_pb60{
    padding-bottom: 60px !important;
  }
  .small_mb20{
    margin-bottom: 20px !important;
  }
  .small_align_center{
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1099px) {
  .value_block i {
    margin-right: 11px;
  }
    .career_pg .value_block p {
    flex-direction: row;
  }
  .about_pg .value_block p {
    flex-direction: row;
    letter-spacing: 0.25px;
  }
  .about_pg .hg173 {
    height: 257px;
  }
  .experience-section.ab_exp {
    height: 100% !important;
    margin-top: 10px;
  }
  .small_mb33{
    margin-bottom: 33px !important;
  }
  .small_pc .col-md-3 {
    width: 50%;
  }
  .past_box p {
    letter-spacing: 0.1px;
  }
  .past-section {
    padding: 60px 0;
  }
  .past_box {
    min-height: 172px;
  }
    .mb16_41{
    margin-bottom: 41px;
  }
  .small_pt80{
    padding-top: 80px !important;
  }
  .small_ptb60{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .res_mb10{
    margin-bottom: 10px !important;
  }
  .small_mt30{
    margin-top: 30px !important;
  }
  .home_care_pg .value_block p{
    flex-direction: row;
    margin-bottom: 15px;
  }
  .small_pb60{
    padding-bottom: 60px !important;
  }
  .small_mb20{
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width:767px) {
  .res_pt0{
    padding-top: 0 !important;
  }
  .page-title {
    padding: 84px 0 !important;
  }
  .pc_view1{
    display: none;
  }
  .mob_view{
    display: block;
  }
  .res_mb25{
    margin-bottom: 25px;
  }
  .experience-section .experience-year::before {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
  }
  .experience-section.ab_exp {
    height: 210px !important;
    margin-top: 10px !important;
  }
  .hg173 {
    height: auto;
  }
  .process-block .inner-box {
    padding: 18px !important;
  }
   .process-block h4 {
    font-size: 18px !important;
    margin-top: 0 !important;
    margin-bottom: 6px !important;
  }
  .profile_line::before {
  left: 0;
  width: 4px;
}
.profile_line {
  padding-left: 16px;
  font-size: 15px !important;
  line-height: 24px !important;
  letter-spacing: 0.3px !important;
}
.res_plr15{
  padding: 0 15px !important;
}
.process-block .text {
    font-size: 15px !important;
    line-height: 25px !important;
    letter-spacing: 0.1px !important;
  }
  .res_mt0{
    margin-top: 0px !important;
  }
  .about_pg .value_block p {
  display: flex;
  margin-bottom: 13px;
  font-size: 15px;
  letter-spacing: 0.1px;
  line-height: 26px;
}
.value_block i {
  margin-right: 10px;
  line-height: 26px;
  font-size: 13px;
}
.page-title h1 {
    font-size: 26px !important;
    line-height: 32px !important;
  }
  .past_location a {
  letter-spacing: 0.1px;
  font-size: 15px;
}
.past_box h4 {
  font-size: 16px !important;
  letter-spacing: 0 !important;
}
.past_box {
  padding: 13px 12px;
  margin-bottom: 30px;
}
.past-section {
  padding: 40px 0;
}
.past_box i.ml5 {
  margin-left: 5px;
  font-size: 14px;
}
.career_pg p{
  line-height: 22px;
  letter-spacing: 0.5px;
  font-size: 15px;
}
.career_pg .value_block p {
  margin-bottom: 5px;
}
.career_padd {
  margin-bottom: 20px;
}
.res_mt20{
  margin-top: 20px !important;
}
.home_care_pg .sec-title h2 {
    font-size: 26px;
    line-height: 33px;
  }
  .res_mb10{
    margin-bottom: 10px !important;
  }
  .home_care_pg .value_block p {
    display: flex;
    margin-bottom: 16px;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 24px;
  }
  .home_care_pg  p {
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 24px;
  }
  .res_mt25{
    margin-top: 25px !important;
  }
  .res_mb20{
    margin-bottom: 20px !important;
  }
  .res_mlr0{
    margin: 0;
  }
  .res_plr0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .accordion-box .block .icon-outer {
    right: -9px !important;
  }
  .contact_pg  .sec-title h2 {
    font-size: 26px !important;
    line-height: 33px;
    text-align: center;
  }
  .get {
    text-align: center;
  }
  .res_add{
    letter-spacing: 0.3px;
  line-height: 26px;
  }
}

@media screen and (min-width:376px) and (max-width:385px){
 .process-block .inner-box {
    padding: 16px !important;
  }
  .value_block i {
    margin-right: 8px;
  }
   .past_box h4 {
    letter-spacing: -0.15px !important;
  }
}

@media screen and (min-width:361px) and (max-width:375px){
  .process-block .inner-box {
    padding: 16px !important;
  }
  .value_block i {
    margin-right: 10px;
  }
}

@media screen and (max-width:360px){
  .process-block .text {
    letter-spacing: 0px !important;
  }
  .process-block .inner-box {
    padding: 14px !important;
  }
  .value_block i {
    margin-right: 10px;
  }
}