*{
  margin:0px;
  padding:0px;
}
button:focus{
 outline: 0px !important;
}
img {
max-width: 100%;
border: none;
}
ul{
  list-style: none;
}
a,a:hover{
  text-decoration: none !important;
}

body.modal-open {
  padding-right: 0 !important;
  overflow-x: hidden;
  overflow-y: unset;
}

.header {
  position: relative;
  width: 100%;
  height: auto;
  background: #ffffffd9;
  z-index: 9997;
  transition: 0.8s all ease;
}
.header.shadow {
  position: fixed;
  z-index: 9997;
  transition: 0.8s all ease;
}
.logo-bg a img {
  width: 110px;
}
.pt-10 { padding-top: 10px; }
    .pt-20 { padding-top: 20px; }
    .pt-30 { padding-top: 30px; }
    .pt-40 { padding-top: 40px; }
    .pt-50 { padding-top: 50px; }
    .pt-60 { padding-top: 60px; }
    .pt-70 { padding-top: 70px; }
    .pt-80 { padding-top: 80px; }
    .pt-90 { padding-top: 90px; }
    .pt-100 { padding-top: 100px; }
    
    .pb-10 { padding-bottom: 10px; }
    .pb-20 { padding-bottom: 20px; }
    .pb-30 { padding-bottom: 30px; }
    .pb-40 { padding-bottom: 40px; }
    .pb-50 { padding-bottom: 50px; }
    .pb-60 { padding-bottom: 60px; }
    .pb-70 { padding-bottom: 70px; }
    .pb-80 { padding-bottom: 80px; }
    .pb-90 { padding-bottom: 90px; }
    .pb-100 { padding-bottom: 100px; }
    
    .mt-10 { margin-top: 10px; }
    .mt-20 { margin-top: 20px; }
    .mt-30 { margin-top: 30px; }
    .mt-40 { margin-top: 40px; }
    .mt-50 { margin-top: 50px; }
    .mt-60 { margin-top: 60px; }
    .mt-70 { margin-top: 70px; }
    .mt-80 { margin-top: 80px; }
    .mt-90 { margin-top: 90px; }
    .mt-100 { margin-top: 100px; }

    .mb-10 { margin-bottom: 10px; }
    .mb-20 { margin-bottom: 20px; }
    .mb-30 { margin-bottom: 30px; }
    .mb-40 { margin-bottom: 40px; }
    .mb-50 { margin-bottom: 50px; }
    .mb-60 { margin-bottom: 60px; }
    .mb-70 { margin-bottom: 70px; }
    .mb-80 { margin-bottom: 80px; }
    .mb-90 { margin-bottom: 90px; }
    .mb-100 { margin-bottom: 100px; }

    .pr { padding-right: 15px; }
    .pl { padding-left: 15px; }


.section-padding { padding: 100px 0; }

/*ready move section*/
.raed-move-section {
    background-color: #2d1722;
    padding: 20px 0px;
}
.raed-move-section-title h2 {
    color: #fff;
    font-size: 42px;
    margin: 10px 0px;
    display: inline-block;
    font-family: 'Elephant';
    margin-bottom: 20px;
}
.raed-move-section-title h2:after{
        background-color: #ffffff;
    content: '';
    width: 93px;
    margin-top: 14px;
    height: 3px;
    display: block;
}
.read-move-item-text h2 {
    padding: 0 0 40px;
    line-height: normal;
    font-size: 35px;
    color: #e7b6d3;
}
.read-move-item-text p {
    color: #fff;
    font-family: 'Ubuntu';
}
.read-move-item-text a {
    font-size: 16px;
    color: #fff;
}
.read-move-item-text a:hover{
    color: #fff;
}
.read-move-item-image1 {
    padding-top: 30px;
}

.menu {
    width: 100%;
}
.logo-bg img {
  width: 110px;
}
.logo-bg {
  position: absolute;
  left: 15px;
  background: #FFF;
  padding: 15px;
  border-radius: 12px;
  margin-top: 10px;
  box-shadow: 0 6px 9px #00000021;
}
.main-menu {
  margin: 0 auto;
  background: #a56891;
}
.main-menu a img {
  margin-top: 0;
}
.menu a.logo {
    display: inline-block;
    padding: 1.5em 3em;
	width: 19%;
    float:left;
}
.menu img {
    max-width: 100%;
}
a.logo img {
  width: 300px;
  display: block;
  padding: 13px 0px;
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: '';
  width: 30px;
  height: 30px;
  padding: 0;
  float: right;
  position: relative;
  top: 53%;
  background: url(../img/bars.png) top center no-repeat;
  transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  content: "+";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.menu ul li.new a {
  background-color: #a40136;
color: #FFF;
}
.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
      clear: right;
      display: flex;
      justify-content: flex-end;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  padding: 0;
  margin: 0;
}
/* .main-menu ul li.Select a:first-child {
  margin-left: 0px;
} */
.menu > ul > li a {
  text-decoration: none;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  padding: 26px 10px;
  margin-left: 15px;
}
/* .menu > ul > li:hover {
  background: #f0f0f0;
} */
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #fff;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  border-top: 10px solid #6c5174;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 33%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li a {
  color: #000;
  padding: .2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
  
}
.menu > ul > li > ul > li a:hover{
    color:#000;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;    
  font-size: 14px;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 10px 0px;
}
.main-menu ul li.Select {
  display: flex;
  align-items: center;
}
.main-menu ul li.Select a {
    /* background: #FFF; */
    border-radius: 40px;
    padding: 12px 13px;
    /* color: #a56891; */
    display: block;
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*home-page css start Sanjay*/
.under-prodject-box .inner-image{
    text-align:center;
}
.two-slider .project-title h2:after {
    content: '';
    width: 93px;
    margin-top: 14px;
    height: 3px;
    background-color: #610825;
    display: block;
}
.two-slider .project-title h2 {
    font-size: 42px;
    margin: 10px 0px;
    display: inline-block;
    color: #610825;
    font-family: 'Elephant';
    margin-bottom: 20px;
}
.under-prodject-box .inner-image img {
    display: block;
    width: 350px !important;
    height: 350px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px -3px 12px 0px #00000061;
    border-radius: 50%;
    margin-top: 5px;
}
.item.under-prodject-box .inner-image p {
    padding: 0 40px;
}

.home-move1 .ready-text h2 {
    width: auto;
    padding: 0 0 40px;
    line-height: normal;
    font-size: 35px;
    color:#e7b6d3;
}
.home-move1 .ready-text {
    width: auto;
    padding-bottom: 30px;
}
.home-move1 .ready-text p {
    padding-right: 17px;
}
.project-title.new-title-add h2 {
    color: #fff;
    font-size: 42px;
    margin: 10px 0px;
    display: inline-block;
    font-family: 'Elephant';
    margin-bottom: 20px;
}
.project-title.new-title-add h2:after {
    background-color: #ffffff;
    content: '';
    width: 93px;
    margin-top: 14px;
    height: 3px;
    display: block;
}
section.future-slider.new-future-slider .future-title h2 {
    font-size: 42px;
    margin: 10px 0px 40px;
    display: inline-block;
    color: #610825;
    font-family: 'Elephant';
}
.future-box-slider.rectangle-slider h2 span {
    font-size: 32px;
}
.future-slider.new-future-slider .future-image h3 {
    font-size: 38px;
    font-weight: 600;
    color: #610825;
    font-family: 'Ubuntu';
}

.circle-icon.why-circal-section h2 {
    font-size: 50px;
    margin: 10px 0px 40px;
    display: inline-block;
    color: #610825;
    font-family: 'Elephant';
    text-align: center !important;
}
.logo-brand.banking-brand-logo ul li:last-child {
    margin-right: 0;
}

.logo-brand.banking-brand-logo ul li {
    margin-right: 20px;
}
.logo-brand.banking-brand-logo ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
/*home-page css End*/


/* full slider section start */

.full-slider{
    width:100%;
    height: auto;
    position: relative;
}

.slider-first img {
  width: 100%;
}
span.carousel-control-prev-icon.main {
background: url(../img/prev-arrow.png);
position: absolute;
bottom: 50%;
}
/* full slider section end */

section.enquire-form {
  width: 100%;
  height: 88px;
  background:#fff;
}

.full-background{
  width:100%;
}

.inner-box-form {
width: 1140px;
height: auto;
background-color: #a0678e;
margin: 0 auto;
position: absolute;
border-radius: 50px;
left: 0;
right: 0;
padding: 20px 35px;
/*margin-top: -37px;*/
box-shadow: 5px 2px 15px 0px #000000;
}

.enquire-form .full-background .inner-box-form .form-gorup span.wpcf7-not-valid-tip {
    position: absolute;
} 

.submit-form h5 {
  color: #fff;
  font-size: 18px;
  margin: 10px 25px 0px;
  font-family: 'Ubuntu';
}

.form-gorup {
  display: flex;
  align-items: center;
  justify-content: center;
}
input:focus{
  outline: none;
}

.input-email input {
  width: 230px;
  height: 40px;
  border: 1px solid #bca3b6;
  border-radius: 21px;
  background-color: #735878;
  padding: 0px 10px;
  font-size: 16px;
  color: #fff;
  font-family: 'Ubuntu';
  margin-right: 20px;
}

.input-email input::placeholder{
  color: #fff;
}
.input-mobile input::placeholder{
  color: #fff;
}
select:focus{
  outline: none;
}
option:focus{
  outline: none;
}
.input-mobile input {
  width: 200px;
  height: 40px;
  border: 1px solid #bca3b6;
  border-radius: 21px;
  background-color: #735878;
  padding: 0px 10px;
  font-size: 16px;
  color: #fff;
  font-family: 'Ubuntu';
  margin-right: 20px;
}

.select-gourp select {
  width: 200px;
  height: 40px;
  border: 1px solid #bca3b6;
  border-radius: 21px;
  background-color: #735878;
  padding: 0px 10px;
  font-size: 16px;
  color: #fff;
  font-family: 'Ubuntu';
  margin-right: 20px;
}
button:focus{
outline: none;
}
.submit-button input {
  width: 138px;
  height: 40px;
  border: none;
  border-radius: 21px;
  background-color: #ffffff;
  padding: 0px 10px;
  font-size: 16px;
  color: #a56890;
  font-weight: bold;
  font-family: 'Ubuntu';
}

/* form section End */
/* family background-image section start */
.family-background img {
width: 100%;
}
/* family background-image section End */

/* rounded image slider start */
.two-slider {
width: 100%;
height: auto;
background: #fff;
padding: 50px 0px;
}

.multiple-carousel {
width: 100%;
}

.inner-image p {
font-size: 16px;
color: #333333;
font-family: 'Ubuntu';
margin: 15px 0px;
}
.inner-image h3 {
  color: #610825;
margin: 26px 0px 0px;
}

.inner-image a {
font-size: 16px;
color: #900130;
font-family: 'Ubuntu';
font-weight: bold;
padding: 10px;
margin: 0px;
}
.inner-image a:hover{
color: #900130;
}
.test .owl-nav {
  position: absolute;
  right: 0;
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  bottom: 0;
  top: 50%;
}

.test button.owl-next span {
background: url(../img/prev-arrow.png) no-repeat;
background-size: cover;
float: right;
position: absolute;
right: 10px;
top: 0;
width: 40px;
height: 40px;
text-indent: -9999px;
border: 2px solid;
border-radius: 50%;
}
.test button.owl-prev span {
background: url(../img/prev-arrow-left.png) no-repeat;
background-size: cover;
position: absolute;
top: 0;
width: 40px;
height: 40px;
left: 10px;
text-indent: -9999px;
border: 2px solid;
border-radius: 50%;
}

section.text-slider {
width: 100%;
height: auto;
background: #2d1722;
padding: 20px 0px;
}
.ready-text h5 {
font-family: 'Ubuntu';
color: #fff;
margin: 0px;
}

.ready-text p {
color: #fff;
padding-right: 34px;
font-family: 'Ubuntu';
}

.ready-text a {
font-size: 16px;
color: #fff;
}
.ready-text a:hover{
color: #fff;
}

.home-move {
width: 100%;
display: flex;
align-items: center;
}

.ready .owl-nav {
position: absolute;
right: 9px;
width: 100%;
height: 42px;
display: flex;
justify-content: space-between;
align-items: center;
left: 0;
bottom: 0;
top: 50%;
}

.ready button.owl-next span {
background: url(../img/prev-arrow1.png) no-repeat;
background-size: cover;
float: right;
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 40px;
text-indent: -9999px;
border: 2px solid #FFF;
border-radius: 50%;
}
.ready button.owl-prev span {
background: url(../img/prev-arrow-left-1.png) no-repeat;
background-size: cover;
position: absolute;
top: 0;
width: 40px;
height: 40px;
left: 0;
text-indent: -9999px;
border: 2px solid #FFF;
border-radius: 50%;
}
/* project slider section start */
.future-slider {
width: 100%;
height: auto;
background: #fff;
padding: 50px 0px;
}

.box-inner {
padding: 15px 0;
}
.owl-carousel.test .owl-item img {
display: block;
width: 350px !important;
height: 350px;
text-align: center;
margin: 0 auto;
box-shadow: 0px -3px 12px 0px #00000061;
border-radius: 50%;
margin-top: 5px;
}

.item {
width: 100%;
height: auto;
}


.multiple-carousel-new {
width: 100%;
}

.future-image {
text-align: center;
}
.future-image img {
  width: 270px !important;
  display: block !important;
  margin: 0 auto 20px;
}

.future-image p {
font-size: 16px;
color: #333333;
font-family: 'Ubuntu';
margin: 0px;
}

.future-image a {
font-size: 16px;
color: #900130;
font-family: 'Ubuntu';
font-weight: bold;
padding: 10px;
margin: 0px;
}
.owl-dots {
  display: none;
}
.future-image a:hover{
color: #900130;
}
.testing .owl-nav {
position: absolute;
right: 9px;
width: 100%;
height: 42px;
display: flex;
justify-content: space-between;
align-items: center;
left: 0;
bottom: 0;
top: 50%;
}

.testing button.owl-next span {
background: url(../img/prev-arrow.png) no-repeat;
background-size: cover;
float: right;
position: absolute;
right: 0;
  top: -38px;
  width: 40px;
  height: 40px;
text-indent: -9999px;
border: 2px solid;
border-radius: 50%;
}
.testing button.owl-prev span {
background: url(../img/prev-arrow-left.png) no-repeat;
background-size: cover;
position: absolute;
top: -36px;
  left: 0 !important;
  width: 40px;
  height: 40px;
left: 0px;
text-indent: -9999px;
border: 2px solid;
border-radius: 50%;
}

/* project slider section End */

/* resident-testimonials section start */
.resident-testimonials {
    width: 100%;
    height: auto;
    background-image: radial-gradient(circle, rgb(86, 73, 89) 29%, rgb(43, 34, 45) 100%);
    position: relative;
    padding: 30px 0px;
}

.resident-testimonials .card{
  border-radius: 1rem;
  box-shadow: 0px -10px 0px rgb(183 122 168);
}
@media(max-width:767px){
  .resident-testimonials .card{
      margin: 1rem 0.7rem 1rem;
      max-width: 80vw;
  }
}
.resident-testimonials img{
  width: 8.5rem;
  border-radius: 2rem;
  margin: 1.3rem auto 1rem auto;
}
.resident-testimonials .col-md-3{
  padding:0  0.5rem;
}
.resident-testimonials .card-title{
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: bold;
  font-family: 'IM Fell French Canon SC';
}
.resident-testimonials .card-text{
  text-align: center;
  padding: 1rem 2rem;
  font-size: 0.8rem;
  color: rgb(82, 81, 81);
  line-height: 1.4rem;
}
.resident-testimonials .footer-part{
  border-top: none;
  text-align: center;
  line-height: 1.2rem;
  padding: 0.5rem 0 1.4rem 0;
  font-family: 'Varela Round';
}
.resident-testimonials #name{
  font-size: 0.8rem;
  font-weight: bold;
}
.resident-testimonials #position{
  font-size: 0.7rem;
}
.resident-testimonials a{
  color: rgb(183 122 168);
  font-weight: bold;
  font-size: 12px;
}
.resident-testimonials a:hover{
  color: rgb(231 99 41);
}

.mobile-slider .fixed-image {
cursor: pointer;
}
button:focus{
box-shadow: none !important;
}

.modal-content iframe {
width: 100%;
height: 400px;
}

.our-title h2 {
font-size: 48px;
color: #fff;
font-family: 'Elephant';
text-align: center;
padding-bottom: 30px;
}




/* resident-testimonials section End */
.text-area {
width: 100%;
height: auto;
background-color: #fefefe;
padding: 30px 0px;
}

section.logo-brand {
width: 100%;
height: auto;
background-color: #382d3b;
padding: 30px 0px;
}

.title-brand h5 {
text-align: center;
padding-bottom: 30px;
font-size: 18px;
color: #fefefe;
font-family: 'Ubuntu';
text-transform: uppercase;
}

/* brand-logo section End */

/* footer section start */

.footer {
  width: 100%;
  height: auto;
  background-color: #735879;
  padding: 50px 0px;
}

.footer-title h6 {
font-size: 16px;
text-transform: uppercase;
padding-bottom: 10px;
border-bottom: 1px solid;
font-weight: 700;
margin:0px;
color: #FFF;
}

.under-project h6 {
font-size: 14px;
color: #FFF;
font-family: 'Ubuntu';
font-weight: bold;
padding: 10px 0px;
margin: 0px;
}
ul.specing {
margin-top: 0px;
}

.under-project ul li a{
color: #FFF;
font-size: 14px;
font-family: 'Ubuntu';
font-weight: 400;
text-decoration: none;
}

.footer-site ul li a{
color: #FFF;
font-size: 14px;
font-family: 'Ubuntu';
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
}
.sign-footer h6 {
  font-size: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  color: #FFF;
}
.leave-mail h6 {
  color: #FFF;
  text-transform: uppercase;
}
.topic .leave-mail {
  width: 100%;
  padding-left: 0;
}
.sbsrb-main {
display: flex;
align-items: center;
justify-content: flex-end;
}
.sbsrb-main input {
width: 279px;
height: 45px;
border-radius: 30px;
border: 1px solid #000;
padding: 10px 20px 10px 10px;
margin: 10px 0px;
}

button.submit-email {
height: 45px;
width: 114px;
border-radius: 25px;
margin-left: -37px;
background-color: #392a1c;
color: #fff;
border: none;
}
.follow-us {
margin-top: 20px;
}
.follow-us h6 {
  font-size: 16px;
  color: #FFF;
  font-family: 'Ubuntu';
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-company-title {
padding-top: 0;
display: flex;
align-items: center;
position: relative;
top: 45px;
}
.footer-company-title p:nth-child(2) {
  margin-left: 20px;
}
.footer-company-title p a {
  font-weight: bold;
  color: #FFF;
}
.footer-company-title p {
  color: #FFF;
  font-size: 15px;
}
.footer-site h6 {
  font-size: 14px;
  color: #FFF;
  font-family: 'Ubuntu';
  font-weight: bold;
  padding: 10px 0px;
  margin: 0px;
}
.footer-site ul {
  margin: 6px 0 20px;
}
.footer-company-title h6 {
font-size: 14px;
}

.footer-company-title span {
color: #000;
font-family: 'Ubuntu';
font-weight: bold;
}

.follow-us ul {
display: flex;
}
.follow-us ul li a{
color: #000;
}
.footer-detail h6 {
font-size: 16px;
text-transform: uppercase;
padding-bottom: 10px;
border-bottom: 1px solid;
font-weight: 700;
margin: 0px;
}


.footer-detail a {
font-size: 18px;
color: #000;
font-weight: bold;
font-family: 'Ubuntu';
text-decoration: none !important;
}
.footer-detail a:hover {
  color: #000;
}
.follow-us ul li a .fa {
display: block;
width: 40px;
height: 40px;
text-align: center;
border-radius: 50%;
font-size: 18px;
line-height: 42px;
transition: all 0.5s;
margin-right: 20px;
color: white;
}
.follow-us ul li a:hover .fa {
  opacity: 0.7;
}
.follow-us ul li a .fa-facebook {
  background: #3B5998;
}
.follow-us ul li a .fa-youtube {
  background: #bb0000;
}
.follow-us ul li a .fa-linkedin {
  background: #007bb5;
}
.follow-us ul li a .fa-instagram {
  background-image: linear-gradient(45deg, #f1c401, #eb0b19, #7b38ac);
}
.follow-us ul li a:hover {
  background: #a17ec1;
  transition: all 0.5s;
  color: #FFF;
}
#mc_embed_signup .mc-field-group {
  width: 100% !important;
  padding: 0 !important;
}
#mc_embed_signup form {
  padding: 0 !important;
  margin-top: 0px;
}

/* home page css start */
section.home-page {
width: 100%;
height: auto;
background-color: #bbbbbb;
padding: 100px 0px;
}

section.home-page:before {
content: '';
width: 61%;
height: 670px;
position: absolute;
top: 0;
right: 0;
background-color: #ffffff8a;
}

.home-logo img {
width: 100%;
display: block;
}

.home-background img {
width: 100%;
}

.home-title h4 {
font-size: 19px;
color: #5b104b;
font-family: 'Elephant';
font-style: italic;
margin-top: 110px;
}

.home-about {
width: 250px;
height: 350px;
background-color: #ffffff96;
position: absolute;
bottom: -101px;
left: -90px;
z-index: 1;
}
.home-about a:hover{
color: #443522;
text-decoration: none;
}
.home-about a {
text-transform: uppercase;
font-size: 32px;
font-family: 'Ubuntu';
font-weight: 300;
display: flex;
position: absolute;
align-items: center;
top: 50%;
bottom: 50%;
color: #443522;
margin-left: 10px;
}

i.fa.fa-angle-double-right {
top: 53%;
bottom: 50%;
position: absolute;
right: 23px;
font-weight: bold;
font-size: 27px;
color: #443522;
}

.home-a {
width: 250px;
height: 350px;
background-color: #ffffff96;
position: absolute;
left: 76px;
z-index: 1;
top: -100px;
}
.home-a a {
text-transform: uppercase;
font-size: 32px;
font-family: 'Ubuntu';
font-weight: 300;
display: flex;
position: absolute;
align-items: center;
top: 0;
right: 43px;
bottom: 0;
color: #443522;
}
.home-a a:hover{
color: #443522;
text-decoration: none;
}
i.fa.fa-angle-double-right.buy {
top: 54%;
bottom: 50%;
position: absolute;
right: 19px;
font-weight: bold;
font-size: 27px;
color: #443522;
}


/* ongoing css page start */
/* <!-- section fixed silder -image start --> */
section.bg-fixed {
width: 100%;
height: auto;
position: relative;
}
section.bg-fixed img {
width: 100%;
}

.header-project{
width: 100%;
height: auto;
background: #fff;
position: unset;
}
.ongoing-title {
    position: absolute;
    bottom: 0px;
}


.ongoing-title h6 {
font-size: 20px;
color: #2a0f35;
background-color: #e6c9a1;
display: inline-block;
text-transform: uppercase;
padding: 0px 10px;
font-weight: bold;
}
.ongoing-title h2 {
  color: #2a0f35;
  width: max-content;
  font-family: 'Elephant';
  font-style: italic;
  background: #e6c9a1;
  padding: 5px;
}

/* <!-- section fixed silder -image end --> */
.intrested-form .virtual-tour img {
    width: 100%;
    padding: 20px;
}

section.intrested-form {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 20px 14px 0;
}

.show-title h2 {
font-size: 30px;
color: #2a0f35;
font-family: 'Ubuntu';
margin: 0px;
}

.show-title p {
color: #4b4050;
font-size: 18px;
font-family: 'Ubuntu';
font-weight: 400;
margin: 0px;
}

.interest-form {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}

input.name-form {
border: none;
border-bottom: 1px solid #959595;
width: 100%;
font-size: 16px;
}
input.form-email {
border: none;
border-bottom: 1px solid #959595;
width: 100%;
font-size: 16px;
margin-top: 27px;
}
input.mobile-form {
border: none;
border-bottom: 1px solid #959595;
width: 100%;
font-size: 16px;
}
button:focus{
outline: none !important;
}

.detail-btn .interest-btn {
width: 100%;
border: none;
border-radius: 56px;
padding: 5px 0px;
font-size: 18px;
background-color: #2a0f35;
color: #fff;
font-family: 'Ubuntu';
text-transform: uppercase;
border: 1px solid #2a0f35;
margin-top: 16px;
font-weight: 500;
transition: all 0.9s;
}
.detail-btn .interest-btn:hover{
color: #2a0f35;
border: 1px solid #2a0f35;
background-color: #fff;
display: block;
}
.intersted-follow-us h6 {
font-size: 26px;
}
.intersted-follow-us ul {
display: flex;
margin:0px;
}
i.fa.fa-facebook.linking:hover {
background: #5074c5;
color: #fff;
}
i.fa.fa-instagram.linking:hover {
background-image: linear-gradient(45deg, #f1c401, #eb0b19, #7b38ac);
color: #fff;
}
i.fa.fa-youtube.linking:hover {
background-color: #eb0b19;
color: #fff;
}
i.fa.fa-twitter.linking:hover{
background: rgb(255, 255, 255);
color: #5074c5;
}


i.fa.fa-facebook.linking, i.fa.fa-instagram.linking, i.fa.fa-youtube.linking, i.fa.fa-twitter.linking {
width: 40px;
height: 40px;
text-align: center;
background-color: #3d2350;
border-radius: 50%;
font-size: 18px;
line-height: 42px;
color: #fff;
transition: all 0.5s;
margin-right: 10px;
}

/* form section end */
.uptown.fix-nav {
  position: fixed;
  top: 79px;
  transition: 0.8s ease;
  z-index: 9996;
}
.modal {
  z-index: 9998 !important;
}
.uptown {
  width: 100%;
  height: auto;
  background-color: #735879;
  padding: 20px 0px;
  transition: ease 0.8s;
  position: relative;
  z-index: 0;
}
.uptown.fixed-menu {
  position: fixed;
  top: 111px;
  transition: ease 0.8s;
  z-index: 999;
}
.uptown-title h6 {
font-size: 16px;
color: #e6c9a1;
font-weight: bold;
font-family: 'Ubuntu';
text-transform: uppercase;
margin: 0px;
}
.uptown-title span {
font-weight: 400;
}
.uptown-menu-bar ul {
display: flex;
margin: 10px 0px;
}
.uptown-menu-bar ul li a {
font-family: 'Ubuntu';
font-size: 13px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
display: block;
line-height: 19px;
}
.uptown-menu-bar ul li:last-child {
    margin-right: 0;
}
.uptown-menu-bar ul li {
    margin-right: 14px;
}



/* <!-- Uptown-Bhiwadi section start --> */

section.Uptown-Bhiwadi {
width: 100%;
height: auto;
padding: 50px 0px 0px;
}
.Experience-title h2 {
font-size: 48px;
text-align: center;
color: #333333;
font-family: 'Ubuntu';
font-weight: 300;
}
.Experience-title p{
font-family: 'Ubuntu';
font-size: 23px;
text-align: center;
color: #333333;
text-transform: uppercase;
}
.living-image p:first-child {
    margin-bottom: 0;
}
.living-image p{
font-size: 18px;
color: #333333;
font-family: 'Ubuntu';
}
.living-image p img {
  display: block;
  margin: 0 auto 18px;
}
.living-image {
  text-align: center;
}
.read-more a {
color: #793387;
text-decoration: none;
font-weight: bold;
font-family: 'Ubuntu';
}
.read-more a:hover{
color: #793387;
}
/* <!-- Uptown-Bhiwadi section End --> */
/* location section start */
section.location-box {
  width: 100%;
  height: auto;
  padding: 50px 0 40px;
  background: #b37cd659;
  margin-top: 50px;
}
.Location-title h2 {
font-size: 48px;
text-align: center;
color: #333333;
font-weight: 300;
font-family: 'Ubuntu';
}
.location-title iframe {
width: 100%;
height: 390px;
margin-bottom: 27px;
}
.bawal-key ul.locations-list {
  justify-content: center;
}
.bawal-key ul.locations-list li:nth-child(4n+0) {
  margin-right: 0;
}
ul.locations-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
ul.locations-list li {
  width: 8.8%;
  margin: 0 14px 14px 0;
  padding: 8px;
  background: #FFF;
}
ul.locations-list a h6 {
  font-size: 9px;
}
.bhiwadi-key ul.locations-list a h6 {
  font-size: 15px;
}
.keshwana-key ul.locations-list a h6, .uptown-key ul.locations-list a h6 {
  font-size: 12px;
}
.uptown-key ul.locations-list li:nth-child(9n+0) {
  margin-right: 0px;
}
.keshwana-key ul.locations-list li:nth-child(5n+0) {
  margin-right: 0px;
}
.distance-title h2 {
font-size: 30px;
text-align: center;
color: #333333;
font-weight: 300;
font-family: 'Ubuntu';
margin: 40px 0px 30px 0px;
}
.distance-title h5{
font-size: 18px;
text-align: center;
color: #333333;
font-weight: 300;
font-family: 'Ubuntu';
margin: 20px 0px 30px;
}
.Location-title p {
font-size: 18px;
font-family: 'Ubuntu';
color: #333333;
margin:0px;
}

.location-inner-box {
width: 100%;
height: auto;
margin: 0 auto;
}
.location-icon {
width: 100%;
text-align: center;
}
i.fa.fa-map-marker.location {
font-size: 50px;
color: #ac477a;
}
.location-icon h6 {
font-size: 10px;
text-transform: uppercase;
font-family: 'Ubuntu';
color: #918585;
margin: 0px;
font-weight: 700;
}
.location-icon span{
font-size: 14px;
font-family: 'Ubuntu';
color: #333333;
}
/* location section end */
/* site-map section start */
section.site-map {
width: 100%;
height: auto;
padding: 50px 0px 0px;
}
.site-title p {
font-family: 'Ubuntu';
margin: 20px 0px;
text-align: left
}
.site-title p img {
height: auto;
text-align: center;
margin: 0 auto;
display: block;
}
.site-title h2 {
font-size: 48px;
text-align: center;
color: #333333;
font-family: 'Ubuntu';
font-weight: 300;
margin: 0px;
}
/* site-map section end */

/* site-map section start */
section.unit-plan {
width: 100%;
height: auto;
padding: 50px 0px;
}
.unit-title {
text-align: center;
}
.unit-title p {
font-family: 'Ubuntu';
margin: 20px 0px;
}
.unit-title h2 {
font-size: 48px;
text-align: center;
color: #333333;
font-family: 'Ubuntu';
font-weight: 300;
margin: 0px;
}
/* site-map section end */
/* <!-- Amenities section start --> */
section.amenities {
width: 100%;
height: auto;
padding: 50px 0px 0px;
}
.amenities-title, .training-title, .unit-title, .Location-title {
  margin-bottom: 20px;
}
.amenities-title p {
font-family: 'Ubuntu';
margin: 15px 0px 25px;
}
.amenities-title h2 {
font-size: 48px;
text-align: center;
color: #333333;
font-family: 'Ubuntu';
font-weight: 300;
margin: 0px;
}
.aments-thumb {
width: 100%;
text-align: center;
position: relative;
}

.aments-thumb p {
font-family: 'Ubuntu';
}

.aments-thumb img {
transition: 1s;
}
.aments-thumb a{
display: block;
color: #333333;
font-size: 16px;
font-family: 'Ubuntu';
text-decoration: none;

}
.aments-thumb a:hover{
color: #333333;
text-decoration: none;
}

/* <!-- Amenities section End --> */
section.training-center {
width: 100%;
height: auto;
background: #ffffff;
padding: 50px 0px 0px;
}
.training-title h2 {
font-size: 48px;
text-align: center;
color: #333333;
font-family: 'Ubuntu';
font-weight: 300;
margin: 0px;
}
.training-title {
width: 100%;
}
.training-title p {
margin: 20px 0px;
}
.multiple-training-center {
width: 100%;
position: relative;
height: auto;
}
.overlap-title {
width: 100%;
height: 100%;
background-color: #0000008c;
position: absolute;
z-index: 1;
top: 0;
opacity: 0;
transition: 0.5s ease;
}
.multiple-training-center:hover>.overlap-title{
opacity: 1;
}
.overlap-title h6 {
color: #fff;
position: absolute;
top: 50%;
left: 30px;
text-align: center;
font-size: 15px;
font-family: 'Ubuntu';
}
/* <!-- photo gallery section start --> */
.photo-gallery {
width: 100%;
height: auto;
padding: 50px 0px 0px;
background-color: #ffffff;
}
.gallery-title {
width: 100%;
margin-bottom: 30px;
}
.gallery-image {
margin: 14px 0px;
position: relative;
transition: 0.5s;
}

.gallery-title h2 {
font-size: 48px;
text-align: center;
color: #333333;
font-family: 'Ubuntu';
font-weight: 300;
padding-bottom: 10px;
}
.gallery-image img {
width: 100%;
height: fit-content;
}
.overlap-image {
width: 100%;
height: 100%;
background-color: #000000a6;
position: absolute;
z-index: 1;
top: 0;
opacity: 0;
transition: 0.5s ease;
}
.gallery-image a:hover> .overlap-image{
 opacity: 1;
}
i.fa.fa-search.icon {
position: absolute;
font-size: 19px;
z-index: 111111;
color: #fff;
width: 100%;
top: 50%;
left: 0;
text-align: center;
}
.gallery-image{
width: 100%;
border: navajowhite;
background: none;
}

.all-images {
margin-bottom: 31px;
border-bottom: 1px solid #ccc;
}

/* <!-- Specifications section start --> */
.specifications {
width: 100%;
height: auto;
padding: 50px 0px;
background-color: #ffffff;
}
.specifications-title {
width: 100%;
}
.specifications ul.spcfctions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.specifications ul.spcfctions li:nth-child(5n+0) {
  margin: 0;
}
.specifications ul.spcfctions li {
  width: 19%;
  margin: 0 14px 14px 0;
}
.specifications-title h2 {
font-size: 48px;
text-align: center;
color: #333333;
font-family: 'Ubuntu';
font-weight: 300;
padding-bottom: 10px;
}

.structure {
    width: 100%;
}
.buliding-icon {
    text-align: center;
    width: 100%;
    height: 144px;
    background-color: #271433;
    transition: all 0.5s;
    padding: 30px;
}
.buliding-inner ul li strong {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 18px;
}
.buliding-icon:hover{
background-color: #834890;
transition: all 0.5s;
}
.buliding-icon:hover> h5{
 color: #000;
 transition: all 0.5s;
}
.buliding-icon h5{
  font-size: 16px;
  color: #fff;
  margin: 3px 0px;
  transition: all 0.5s;
}
.modal-dialog.buliding {
  max-width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
}
.modal-dialog.buliding .modal-body {
  padding: 30px;
}
.buliding-inner h4 {
font-size: 18px;
color: #3a1f4e;
font-weight: bold;
font-family: 'Ubuntu';
padding-bottom: 10px;
}
.buliding-inner ul li p {
margin: 0px;
font-size: 14px;
font-family: 'Ubuntu';
}
.buliding-inner ul {
  display: flex;
  flex-wrap: wrap;
  width: max-content;
  flex-direction: column;
  float: left;
  padding: 0 0;
}
.buliding-inner ul li {
  width: max-content !important;
  position: relative;
  padding-left: 15px;
}
.buliding-inner ul li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 18px;
  position: absolute;
  top: 1px;
  left: 0;
}
.modal-dialog.buliding {
  max-width: max-content;
}
/* icon */

.buliding-icon .Copy-image {
    opacity: 0;
    display: none;
    transition: all 0.5s;
    margin: 0 auto 10px;
}
.buliding-icon .modal-open .modal {
  overflow-y: hidden;
}
.buliding-icon:hover .Copy-image {
 opacity: 1;
 display: block;
 z-index: 33;
 margin: 0 auto 10px;
 transition: all 0.5s;
}
.buliding-icon .real {
    opacity: 1;
    display: block;
    transition: all 0.5s;
    margin: 0 auto 10px;
}
.buliding-icon:hover .real {
  opacity: 0;
  transition: all 0.5s;
  display: none;
  margin: 0 auto 10px;
}

/* <!-- Specifications section End --> */
/* "residents" section start */
.residents {
width: 100%;
height: auto;
/* background: url(/wp-content/uploads/2019/08/residents-image.jpg) no-repeat; */
background-size: cover !important;
background-attachment: fixed;
}
.residents-overlay {
width: 100%;
height: auto;
background-color: #3f2d44c9;
}
.residents-title {
width: 100%;
}

.residents-title h2 {
font-size: 48px;
text-align: center;
color: #fff;
font-family: 'Ubuntu';
font-weight: 300;
padding-bottom: 10px;
margin-top: 60px;
}

.resident-inner-box {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 40px 20px;
  display: flex;
  flex-direction: column-reverse;
}
.resident-inner-box p {
  font-size: 23px;
  font-family: 'Ek Mukta', sans-serif;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
}
.resident-inner-box h6{
font-size: 18px;
color:#fff;
font-family: 'Ek Mukta', sans-serif;
text-transform: uppercase;
}
.resident-icon img {
margin: 20px 0px;
}
.resident-icon {
width: 100%;
display: flex;
justify-content: center;
flex-direction: column;
margin-bottom: 15px;
}
.resident1.owl-carousel .owl-item img {
  display: block;
  width: 200px !important;
  height: 200px !important;
  margin: 0 auto 15px;
  border-radius: 100%;
}
/*"residents" section end */
/* <!-- dowload section start --> */
section.download {
width: 100%;
height: auto;
background-color: #fff;
padding: 50px 0px;
}
.Download-brochure {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;

}
.Download-brochure .download {
  display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-start;
}
.download-title .Download-brochure .download:nth-child(2) {
    margin-right: 0;
    justify-content: flex-end;
}
.download-title h2 {
font-size: 32px;
color: #000;
font-family: 'Ubuntu';
font-weight: 300;
}
.Download-brochure img {
  margin: 0px 20px;
  border-radius: 100%;
  border: solid 2px #a56891;	
  padding: 10px;
}
/* <!-- dowload section end --> */
/* <!-- photo gallery section end --> */
.btn:focus, .btn:active, button:focus, button:active {
outline: none !important;
box-shadow: none !important;
}

#image-gallery .modal-footer{
display: block;
}

.thumb{
margin-top: 15px;
margin-bottom: 15px;
}

/* upcoming project start css page */
h2.change-syle {
color: #ffeacd;
}
img.boundry {
border: 1px solid #a7a7a7;
}
.thubmnil-effect img{
  width:100%;
}
.thubmnil-effect {
width: 100%;
height: 100%;
overflow: hidden;
margin-bottom: 10px;
transition: all 1s;
}
.thubmnil-effect img:hover {
transform: scale(1.5);
}

/* Career Page Style Here */

.career-banner {
position: relative;
overflow: hidden;
}
.career-banner img {
  width: 100%;
}
.slider-caption {
position: absolute;
width: 100%;
height: 100%;
display: block;
left: 0;
top: 60px;
padding: 0;
display: flex;
align-items: center;
color: #ffffff;
}
.career-banner .slider-cont h5 {
  font-size: 16px;
  line-height: normal;
  color: #2a0f35;
  background: #e6c9a1;
  padding: 0 15px;
}
.career-banner .slider-cont h3 {
  line-height: 38px;
  font-family: 'Elephant';
  font-style: italic;
  color: #2a0f35;
  letter-spacing: 1px;
  background: #e6c9a1;
  padding: 0 15px;
}
.career-inner {
padding: 50px 0;
}
.career-inner p {
color: #686868;
font-size: 19px;
font-family: 'Ubuntu';
font-weight: 300;
margin-bottom: 0;
}
.open-position {
text-align: center;
width: 62%;
margin: 30px auto;
}
.open-position h3 {
text-transform: uppercase;
margin-bottom: 20px;
font-size: 30px;
color: #28061c;
font-family: 'Ubuntu';
font-weight: 300;
}

.position-box {
background: #f8f8f8;
border: solid 1px #b0b0b0;
padding: 30px 19px;
min-height: auto;
margin-bottom: 30px;
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
cursor: pointer;

}
.position-box h2 {
    font-size: 25px;
    font-weight: bold;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 60px;
}
.position-box h5 {
font-size: 28px;
font-weight: bold;
color: #989898;
}
.position-box span {
font-size: 18px;
font-weight: bold;
}
.testimonail-sldr .item {
background-size: cover !important;
background-position: center center !important;
width: 100%;
}
.team-imgs {
background-size: cover !important;
background-position: center center !important;
width: 100%;
height: 400px;
}
.tstmnl-cont .fa {
  font-size: 30px;
  color: #ffbe00;
  margin-bottom: 10px;
}
.tstmnl-cont {
width: 100%;
height: 400px;
background: #3b2e388f;
padding: 0px 181px 0px 50px;
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
}
.tstmnl-cont p {
color: #FFF;
font-size: 16px;
font-family: 'Ubuntu';
font-weight: 300;
}
.tstmnl-cont h4 {
color: #FFF;
text-transform: uppercase;
font-size: 16px;
}
.tstmnl-cont span {
color: #FFF;
font-size: 14px;
}
.owl-testimonial .owl-nav {
width: 100%;
position: absolute;
top: 82%;
left: 0;  
}
.owl-testimonial .owl-dots {
  display: none;
}
.owl-testimonial .owl-nav span {
display: none;
}
.owl-testimonial .owl-prev {
position: absolute;
top: 0;
left: 45%;
}
.owl-testimonial .owl-next {
position: absolute;
top: 0;
left: 50%;
}
.owl-testimonial .owl-prev:before {
content: "\f177";
font-family: 'FontAwesome';
font-size: 18px;
color: #ffbe00;
position: absolute;
top: 0;
left: 0;
width: 30px;
height: 30px;
border: solid 1px #ffbe00;
border-radius: 50%;
line-height: 30px;
}
.owl-testimonial .owl-next:before {
content: "\f178";
font-family: 'FontAwesome';
font-size: 18px;
color: #ffbe00;
position: absolute;
top: 0;
left: 0;
width: 30px;
height: 30px;
border: solid 1px #ffbe00;
border-radius: 50%;
line-height: 30px;
}
.career-inner .modal-body span {
  font-weight: normal;
  font-family: 'Ubuntu';
  font-size: 18px;
}
.career-inner .modal-body p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 8px;
}
.career-inner .modal-header .close {
  padding: 0 7px 7px 7px;
  line-height: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 2px #f00;
  margin: 10px 0 -1rem auto;
}
.career-inner .close span {
  color: #F00 !important;
  font-size: 32px !important;
  /*line-height: 31px;*/
}
.career-inner .modal-body p:first-child {
  margin-top: 0;
}
.career-inner .modal-dialog {
  max-width: 600px;
}
.career-inner .modal-body p a {
  color: #a56891;
}
.position-popup .modal-header strong {
  font-size: 18px;
  font-family: 'Ubuntu';
  font-weight: normal;
  color: #686868;
}
.career-inner .modal-header .modal-title p {
  font-size: 18px;
  font-family: 'Ubuntu';
  font-weight: normal;
  color: #FFF;
  margin-bottom: 0;
}
.career-inner .modal-header .modal-title p strong {
  font-size: 24px;
  font-family: 'Ubuntu';
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  color: #FFF;
}
.career-inner .modal-body strong {
  margin-top: 0;
  font-family: 'Ubuntu';
  font-weight: 400;
  color: #000;
}
.career-inner .modal-body p:nth-child(even) {
  margin-top: 0;
}


/* Career Page Style End */

/* Life @ Shubhashray Style Here */

.life-subhashray {
padding: 70px 0 100px;
}
.life-subhashray h3 {
margin-bottom: 40px;
text-align: center;
color: #28061c;
font-size: 30px;
font-family: 'Ubuntu';
font-weight: 300;
}
.lifeslider .item.active:nth-child(even) {
position: relative;
top: -40px;
}
.lifeslider button.owl-prev {
display: none;
}
.lifeslider button.owl-next {
display: none;
}

/* Life @ Shubhashray Style End */

/* Contact Form Style Here */

.contact-form {
padding: 50px 0;
}
.form-adrs {
margin-bottom: 20px;
}
.form-adrs h5 {
margin-top: 40px;
}
.form-adrs h5 {
margin-top: 40px;
border-bottom: solid 2px #c3c3c3;
padding-bottom: 5px;
color: #7c556f;
}
.form-adrs a, .form-adrs a:hover {
color: #7c556f;
text-decoration: none;
}
.conts p {
margin-bottom: 0;
}
.conts {
margin-bottom: 12px;  
}
.cntct-form .form-control {
border-radius: 3px;
margin-bottom: 20px;
}
.form-control.b-none {
border: none;
padding: 10px 0;
}
.wpcf7-list-item.first {
  margin-left: 0;
}
.form-control.b-none label {
margin-right: 30px;
}
.form-control.b-none label:last-child {
margin-right: 0;
}
.cntct-form .btn-info {
background: #a17ec1;
padding: 8px 40px;
color: #FFF;
border-radius: 30px;
border-color: #a17ec1; 
transition: 0.5s all;
}
.cntct-form .btn-info:hover, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
background-color: #a17ec2;
border-color: #a17ec2;
transition: 0.5s all;
}
.form-adrs, .google-map {
padding-right: 30px;
}
.form-adrs.enquiry {
padding-right: 0;
padding-left: 30px;
}


/* Contact Form Style End */

input#mce-EMAIL {
  width: 279px !important;
  height: 45px;
  border-radius: 30px !important;
  border: 1px solid #000 !important;
  padding: 10px 20px 10px 10px;

}

input#mc-embedded-subscribe {
  margin: 0px;
  height: 46px;
  width: 114px;
  border-radius: 25px !important;
  background-color: #a17ec1;
  color: #fff;
  border: solid #a17ec1 !important;
  border: none;
  position: absolute;
  z-index: 99;
  top: 9px;
  right: 17px;
  padding: 0px;
}
.specifications button.close {
  position: absolute;
  top: -31px;
  right: -58px;
  border: solid 3px #f00;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #f00;
  font-weight: bold;
  font-size: 30px;
  line-height: 0;
  padding: 10px 10px 15px 4px;
}

/* Buyer's Page Style Here */

.buyers-inner {
padding: 50px 0px 10px;
}
.reduce-size {
width: 80%;
margin: 0 auto;
}
.dscrptn-top p {
font-family: 'Ubuntu';
margin-bottom: 20px;
color: #333333;
font-size: 14px;
}
.dscrptn-top h6 {
font-size: 18px;
line-height: 29px;
font-family: 'Ubuntu';
margin: 0px;
}
.dscrptn-top {
margin-bottom: 40px;
}
.left-hdng h3 {
color: #654573;
font-family: 'Elephant';
font-size: 30px;
}
.left-hdng p {
font-family: 'Ubuntu';
font-size:14px;
color: #333333;
}
.left-hdng {
margin-bottom: 40px;
}
.left-hdng ul {
margin-top: 10px;
}
.left-hdng ul li {
margin: 5px 0px;
font-family: 'Ubuntu';
font-size: 14px;
}
.left-hdng a, .left-hdng a:hover {
color: #7c556f;
text-decoration: none; 
}

/* Buyer's Page Style End */

/* .resident1 .owl-nav span {
  display: none;
} */
.life-subhashray ul {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
}
.life-subhashray ul li {
width: 14.2857142857%;
display: flex;
position: relative;
} 
.life-subhashray ul li:nth-child(odd) {
top: 50px;
} 

/* blog-home-page css start*/
.latest-blog h3 {
  font-size: 25px;
  line-height: 17px;
  padding-bottom: 20px;
}
.thumb-img {
  width: 25%;
}
.side-cont {
  width: 75%;
  padding-left: 15px;
}
.side-cont h4 {
  font-size: 16px;
  line-height: 16px;
  color: #222;
  margin-bottom: 5px;
}
.side-cont p {
  font-size: 14px;
  color: #9e9898;
  font-weight: 500;
  margin-bottom: 0;
}
.latest-blog ul li {
  margin-bottom: 25px;
}
.latest-blog ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* blog-post-page start */

.single-blog img {
  width: 100%;
}
.admin-date {
width: 100%;
height: auto;
}
.admin-date ol{
    padding-left: 15px;
}
.admin-date ol li>ol>li, ul li>ul>li {
    margin-bottom: 5px;
}
.admin-date ol li>ol, ul li>ul {
    padding-top: 10px;
}
.admin-date h6 {
font-size: 14px;
color: #9872bc;
font-weight: bold;
font-family: 'Ubuntu';
margin-top: 15px;
display: block;
}
.admin-date h2 {
font-family: 'Ubuntu';
color: #630c28;
margin: 0px;
font-weight: 500;
margin-bottom: 50px;
font-size: 24px;
}
.admin-date p {
font-size: 16px;
color: #333333;
/*font-family: 'Ubuntu';*/
}
.admin-date h4 {
font-size: 16px;
color: #333333;
font-family: 'Ubuntu';
font-weight: bold;
margin: 50px 0px;
}
.admin-date ul {
list-style: unset;
margin: 30px 20px;
}
.category-detail h4 {
font-size: 16px;
color: #333333;
font-family: 'Ubuntu';
font-weight: bold;
margin: 50px 0px;
}
.category-detail p {
font-size: 16px;
color: #333333;
font-family: 'Ubuntu';
}
.category-detail ul li h6 {
margin: 30px 0px 0px;
color: 000;
font-weight: bold;
font-family: 'Ubuntu';
}

.category-detail ul li p {
font-size: 16px;
color: #333333;
font-family: 'Ubuntu';
margin: 0px;
}
span.be-fit {
color: #000;
font-family: 'Ubuntu';
font-weight: bold;
}
.category-detail h6 {
font-size: 16px;
font-weight: bold;
font-family: 'Ubuntu';
margin: 0px;
}
section.artical-change {
width: 100%;
height: auto;
padding: 60px 0px;
}
.artical-dirct {
display: flex;
align-items: center;
justify-content: space-between;
}
.next-artical {
text-align: right;
}

.prev-artical a {
font-size: 10px;
font-family: 'Ubuntu';
text-transform: uppercase;
font-weight: bold;
position: relative;
color: #000;
padding-left: 20px;
margin:10px 0px;
text-decoration: none;
display: inline-block;
}
.prev-artical a:hover{
color: #000;
}

.prev-artical a:before {
content: '\f053';
width: 11px;
height: 21px;
font-family: FontAwesome;
/* background: url(../img/left-arrow.png) no-repeat; */
position: absolute;
left: 0;
}
.prev-artical h5 {
font-size: 16px;
color: #a4618d;
font-weight: bold;
font-family: 'Ubuntu';
padding-left: 20px;
}

.next-artical a {
font-size: 10px;
font-family: 'Ubuntu';
text-transform: uppercase;
font-weight: bold;
position: relative;
padding-right: 20px;
margin:10px 0px;
color: #000;
text-decoration: none;
display: inline-block;
}

.next-artical a:after {
content: '\f054';
width: 11px;
height: 21px;
font-family: FontAwesome;
/* background: url(../img/right-arrow.png) no-repeat; */
position: absolute;
right: 0;
}
.next-artical a:hover{
color: #000;
}
.next-artical h5 {
font-size: 16px;
color: #a4618d;
font-weight: bold;
font-family: 'Ubuntu';
padding-right: 20px;
margin: 0px;
}

/* Single Blog Style Here */

.single-blog-page {
  padding: 50px 0;
}

/* blog-home-page start */

.blog-post {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  padding: 70px 0;
}
.post-inner {
  background: #FFF;
  border-radius: 20px;
}
.topic {
width: 100%;
height: 100%;
padding-top: 0;
}
.topic h6 {
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
border-bottom: 1px solid #ccc;
padding-bottom: 15px;
padding-top: 0;
}
.topic ul {
margin: 0;
}
.topic ul li {
margin: 10px 0px;
}

.topic ul li a {
font-size: 16px;
color: #a4618d;
font-weight: bold;
font-family: 'Ubuntu';
}

.topic h4 {
font-size: 24px;
color: #8e1464;
font-family: 'Ubuntu';
font-weight: 300;
}

.topic p {
font-size: 14px;
color: #333333;
font-family: 'Ubuntu';
font-style: italic;
font-weight: 500;
}
input.input-post::placeholder {
color: #000;
}
input.input-post {
width: 200px;
height: 40px;
border-radius: 24px 0px 0px 24px;
border: 1px solid #7b4468;
padding: 0px 10px;
}
button.btn-subs {
width: 71px;
padding: 8px 0px 7px;
background-color: #7b4468;
border-radius: 0px 24px 24px 0px;
margin-left: -13px;
border: 1px solid #7b4468;
color: #fff;
}

/* .post-image */

.post-inner-box {
width: 100%;
height: auto;
border-radius: 18px;
overflow: hidden;
margin: 0 0 30px 0;
position: relative;
}
.overlay-date {
position: absolute;
top: 33px;
background-color: #7f4c64;
display: flex;
align-items: center;
border-radius: 0px 10px 10px 0px;
padding: 7px 9px;
}
.post-image {
width: 100%;
padding-top: 0;
height: auto;
padding: 0;
}
.overlay-date p {
margin: 0px;
font-size: 12px;
color: #fff;
font-family: 'Ubuntu';
font-weight: 500;
}

.post-title h6 {
  font-size: 16px;
  color: #9d6ab2;
  font-weight: bold;
  font-family: 'Ubuntu';
  min-height: 38px;
}
.post-title {
  padding: 0;
}
.post-image .post-title {
  padding: 15px 15px 15px 15px;
}
.admin-date h3 {
  margin-top: 20px !important;
}
.post-title h3 {
font-size: 24px;
font-weight: bold;
font-family: 'Ubuntu';
margin: 0px;
color:#222;
}

.post-title p {
font-size: 16px;
color: #222;
/*font-family: 'Ubuntu';*/
margin: 13px 0px;
}

span.post-more a {
font-size: 12px;
font-weight: bold;
color: #bc0438;
font-family: 'Ubuntu';
text-decoration: none;
text-transform: uppercase;
}


/* Our Residents Video Popup Here */

.grtyoutube-popup {
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
z-index:99999;
}

.grtyoutube-popup-content {
margin-top:150px;
width:95%;
max-width:850px;
margin-left:auto;
margin-right:auto;
position:relative;
}

.grtyoutube-popup-close {
position:absolute;
top:-30px;
right:0;
color:#FFF;
font-size:25px;
width:17px;
height:17px;
cursor:pointer;
}

.grtyoutube-iframe {
width:100%;
height:480px;
}
@media (max-width:767px) {
.grtyoutube-iframe {
  width:100%;
  height:350px;
}
}

.grtyoutube-dark-theme{
background: rgba(0,0,0, 0.85);
}

.grtyoutube-dark-theme .grtyoutube-popup-content {
-webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
-moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
}

.grtyoutube-dark-theme .grtyoutube-popup-close {
background: url('/wp-content/uploads/2019/08/icon-close-white.png') no-repeat;
}

.grtyoutube-light-theme {
background: rgba(255,255,255, 0.85);
}

.grtyoutube-light-theme .grtyoutube-popup-content {
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}

.grtyoutube-light-theme .grtyoutube-popup-close {
background: url('icon-close-black.png') no-repeat;
}
.footer-company-title p a {
color: #FFF;
}

/* Our Residents Video Popup End */

/* Disclaimer Page Style Here */

.disclaimer-page {
padding: 50px 0;
}

/* Disclaimer Page Style End */

/* Multiple Gallery Style Here */

.gg-box {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
grid-auto-rows: 200px;
grid-gap: 30px;
}
.gg-element img {
  object-fit: cover;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.02);
  border-radius: 0;
  transition: 0.5s all;
}
.gg-element {
  cursor: pointer;
  position: relative;
  /* overflow: hidden; */
}
.gg-element:before {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #cac7c7;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s ease-out;
  background: #00000091;
}
.gg-element:hover:before {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #cac7c7;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: 0.5s ease-in;
  background: #00000091;
}

.gg-element img:hover{
  opacity: 0.98;
}
#gg-screen{
position: fixed;
width: 100%;
height: 100%;
z-index: 1;
top:0;
left: 0;
display: none;
background: #0000009e;
z-index: 9999;
text-align: center;
}
#gg-screen .gg-image{
height: 100%;
display: inline-flex;
justify-content: center;
align-items: center;
}
#gg-screen .gg-image img{
max-width: 100%;
max-height: 100%;
margin: 0 auto;
}
.gg-bt{
width: 38px;
height: 38px;
background: rgba(255,255,255,0.6);
color: #222;
border-radius: 50%;
text-align: center;
line-height: 32px;
vertical-align: middle;
display: inline-block;
cursor: pointer;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
-webkit-transition: all .4s ease;
transition: all .4s ease;
font-size: 25px;
border: 1px solid rgba(0,0,0,0.05);
box-sizing: border-box;
padding-left: 2px;
}
.gg-bt:hover{
background: rgba(255,255,255,0.8);
border: 1px solid rgba(0,0,0,0.5);
}
.gg-close{
position: fixed;
top: 2.5em;
}
.gg-close,.gg-nxt{
right: 0.5em;
}
.gg-prev{
left: 0.5em;
}
.gg-prev,.gg-nxt{
position: fixed;
bottom: 50%;
}
.keshwana-gallery .gg-element:nth-child(1), .keshwana-gallery .gg-element:nth-child(2), .keshwana-gallery .gg-element:nth-child(3), .keshwana-gallery .gg-element:nth-child(4) {
  grid-column-end: span 2;
}
.uptown-gallery .gg-element:nth-child(5n+0) {
  grid-column-end: span 2;
}
.uptown-gallery .gg-element:nth-child(4) {
  grid-column-end: span 2;
}

@media (min-width:478px){
  .gg-element:nth-child(3n+0) {
    grid-column-end: span 2;
}

}
@media(max-width:768px){
  .gg-box{
      grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
      grid-auto-rows: 150px;
      grid-gap: 6px;
 }

}
@media(max-width: 450px){
  .gg-box{
      grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
      grid-auto-rows: 100px;
      grid-gap: 4px;
  }

}

/* Multiple Gallery Style End */


.modal-body span {
  font-weight: normal;
  font-family: 'elephant';
}
.footer-company-title .modal-body p {
  margin-top: 15px;
  margin-left: 0;
}
span.italic-sales a {
  color: #a17ec1;
  font-style: italic;
}
.footer-company-title .modal-dialog {
  max-width: 700px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.footer-company-title .modal-header {
  border: none;
  padding: 0;
}
.footer-company-title .modal-body {
  font-size: 20px;
}
.footer-company-title .modal-content {
  border-radius: 10px;
}
.footer-company-title .modal-title {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}
.top-popimg img {
  width: 700px;
  position: relative;
}
.top-popimg h4 {
  position: absolute;
  top: 120px;
  left: 15px;
  color: yellow;
}
.visiters-counter {
  position: absolute;
  top: 185px;
  right: 170px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #d62a94;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.visiters-counter h3 span {
  font-size: 40px;
  color: #FFF;
}
.visiters-counter h3 {
  font-size: 12px;
  color: #FFF;
}

/* Slider Arrow Style Here */

.carousel-control-next, .carousel-control-prev {
  width: 7% !important;
}
.carousel-control-next span {
    background: url(/wp-content/uploads/2021/06/right-arrow.png)no-repeat;
    width: 80px;
    height: 80px;
}
.carousel-control-prev span {
    background: url(/wp-content/uploads/2021/06/left-arrow.png)no-repeat;
    width: 80px;
    height: 80px;
}

/* Slider Arrow Style End */

.owl-unit .owl-nav {
  position: absolute;
   right: 9px;
   width: 100%;
   height: 42px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   left: 0;
   bottom: 0;
   top: 45%;
}
.owl-unit .owl-prev span {
  background: url(../img/prev-arrow-left-1.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -4px;
  width: 40px;
  height: 40px;
  left: 16px;
  text-indent: -9999px;
  border: 2px solid #cfb9df;
  border-radius: 50%;
}
.owl-unit .owl-next span {
  background: url(../img/prev-arrow1.png) no-repeat;
  background-size: cover;
  float: right;
  position: absolute;
  right: 15px;
  top: -4px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  border: 2px solid #cfb9df;
  border-radius: 50%;
}
/* About Page Style Here */

/* Header Style Here */

.header.about {
  background: #915F7F;
}
.about a.logo img {
  padding: 21px 0px;
}
.about .menu > ul > li a {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  color: #FFF;
  padding: 26px 30px;
  letter-spacing: 2.8px;
}
.about .menu ul ul li a {
  color: #000;
  padding: .2em 0;
}
.about .menu > ul > li.fill-bg a {
  background: #EDECE5;
  color: #915F7F;
  padding: 26px 50px;
}

/* Header Style End */

/* About Banner Style Here */

.abt-banner img {
  width: 100%;
}
.career-banner .slider-caption {
  top: 0;
}
.stript-bg {
  background: #886f8eb5;
  width: 100%;
  padding: 70px 0;
}
.career-banner h1, .career-banner h3 {
  margin-bottom: 0;
}
.abt-banner .slider-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.abt-banner .slider-cont h5, .abt-banner .slider-cont h3 {
  background: transparent;
  color: unset;
}
.abt-banner .slider-caption {
  top: 70px;
}
.abt-banner .slider-cont h1 {
  width: 50%;
  font-size: 66px;
  line-height: normal;
  font-family: 'Libre Caslon Text', serif;
  font-weight: 500;
}
.abt-banner .slider-cont h3 {
  width: 50%;
  font-family: 'IBM Plex Sans', sans-serif;
  font-style: italic;
 
}

/* About Banner Style End */

/* Our Extent Style Here */

.extent {
  padding: 20px 0; 
}
.extent-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.extent-cont h2 {
  width: 50%;
  font-size: 66px;
  line-height: normal;
  font-family: 'Libre Caslon Text', serif;
  font-weight: 500;
  color: #915F7F;
}
.extent-cont p {
  width: 50%;
  font-size: 25px;
  line-height: 35px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-style: italic;
  color: #e6d5e8;
  letter-spacing: 1px;
  color: #915F7F;
  margin-bottom: 0;
}

/* Our Extent Style End */

/* Our Work Style Here */

.our-work {

}
.our-work .stript-bg {
  background: #b1a374d4;
}
.our-work .slider-cont h2 {
    width: 50%;
    font-size: 66px;
    line-height: normal;
    font-family: 'Libre Caslon Text', serif;
    font-weight: 500;
    color: #FFF;
    position: relative;
    /*top: -201px;*/
}
.our-work.abt-banner .slider-cont h3 {
    width: 50%;
    margin-left: 20px;
}
.our-work .slider-caption {
  align-items: flex-end;
  padding-bottom: 100px;
}
.our-work .slider-caption .container {
  position: relative;
}

/* Our Work Style End */

/* Need For Shubhashray Style Here */

.need-for {

}
.need-cont {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0px;
  padding: 0;
  display: flex;
  align-items: center;
}
.need-cont .stript-bg {
  background: rgba(255, 255, 255, 89%);
}
.flex-main h2 {
  width: 100%;
  font-size: 55px;
  line-height: normal;
  font-family: 'Libre Caslon Text', serif;
  font-weight: 500;
  color: #9C87A1;
  margin-bottom: 25px;
}
.three-bx {
  width: 33.33%;
  padding: 0 20px 0 0;
}
.three-bx h3 {
  font-size: 41px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  color: #8F5C41;
  position: relative;
}
.three-bx span {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: italic;
    color: #8F5C41;
    font-weight: 400;
    font-size: 19px;
}
/* .flex-main .three-bx.first-chld h3:before {
  content: "In low-income Housing";
  position: absolute;
  bottom: 10px;
  right: 70px;
  font-size: 10px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #B48B62;
  font-weight: 400;
  line-height: normal;
  padding-left: 10px;
  margin-bottom: 0;
  width: 100px;
} */
.flex-main .three-bx.first-chld h3, .three-bx.first-chld span {
  color: #B48B62;
}
.first-chld h3 span, .three-bx h3 span {
    font-style: normal;
    font-size: 41px;
}
.flex-main .three-bx.last-chld h3, .three-bx.last-chld span {
  color: #A96F96;
}
.flex-main sup {
    font-size: 12px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: normal;
    line-height: normal;
    padding-left: 10px;
    display: inline-block;
    top: -2px;
}
/* .flex-main .three-bx.last-chld h3:before {
  content: "For first Time owners";
  left: 135px;
  color: #A96F96;
} */
.flex-main {
  display: flex;
  flex-wrap: wrap;
}
.our-impact .slider-caption {
  top: 0;
  align-items: flex-end;
  padding-bottom: 75px;
}

/* Need For Shubhashray Style End */

/* What We Offer Style */

.wht-we-offer .stript-bg {
  background: rgba(204, 134, 106, 64%);
  padding: 90px 0;
}
.wht-we-offer .slider-cont h3 {
  width: 50%;
  font-size: 18px;
  line-height: 28px;
}

.our-impact .stript-bg {
  background: #5c848bab;
}

/* What We Offer End */

/* About Slider Style */

.basic {
  padding: 40px 0;
}
.basic .owl-nav {
  display: none;
}
.basic .owl-dots span {
  background: #CCC;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.basic .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 0 0;
  height: 55px;
}
.basic button:focus {
  outline: none;
}
.basic .owl-carousel .basic .owl-nav button.owl-next, .basic .owl-carousel .owl-nav button.owl-prev, .basic .owl-carousel button.owl-dot {
  background: #CCC !important;
  color: #FFF !important;
  border: solid !important;
  font: inherit !important;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    padding: 5px;
    margin: 5px;
    border: none;
    background: #ccc !important;
    transition: 0.5s all;
}
.basic .owl-dot.active {
  background: #69a0a3 !important;
  color: #FFF !important;
  border: solid !important;
  font: inherit !important;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: 0.5s all;
}
.circle-cont p {
  font-size: 14px;
  line-height: normal;
}
.circle-cont span {
  font-weight: bold;
}
.circle-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 40px;
  text-align: center;
  min-height: 193px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.circle-cont h3 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-style: italic;
  color: #2E5E5D;
  margin-bottom: 15px;
}
.circle-cont.chld_0 h3 {
  margin-bottom: 25px;
}
.circle-cont.chld_1, .circle-cont.chld_1 h3 {
  color: #FFF;
}
.circle-cont.chld_1 h3 {
  margin-bottom: 5px;
}
.circle-cont.chld_2 h3 {
  color: #5B4740;
  margin-bottom: 25px;
}
.circle-cont.chld_2 {
  padding: 0 62px;
}

/* About Slider End */

/* Column Conts Style Here */

.column-conts {
  padding: 50px 0;
}
.column-box {
  background: #CE9983;
  padding: 25px;
  margin: 0 15px 15px 0;
  min-height: 545px;
}
.column-box img {
  width: 100%;
}
.wrapper-main .column-box-main:nth-child(2) .column-box {
  background: #69A0A3;
}
.wrapper-main .column-box-main:nth-child(3) .column-box {
  background: #A97096;
}
.wrapper-main .column-box-main:nth-child(4) .column-box {
  background: #B3A575;
}
.column-box-main:nth-child(4n+0) .column-box:last-child {
  height: auto;
}
.column-box p:first-child {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 15px;
}
.column-box p {
  font-size: 18px;
  line-height: normal;
  color: #FFF;
  margin-bottom: 0;
}
.column-box span {
  font-weight: bold;
}
.wrapper-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.column-box-main {
  width: 25%;
}
.column-box-main .column-box:nth-child(1) {
  padding: 0;
  min-height: auto;
}
.wrapper-main .column-box-main:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}

/* Column Conts Style End */

.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* About Footer Style Here */

.about-footer {
  padding: 60px 0;
  background:  #5F4964;
}
.abt-projct h4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-size: 16pt;
  line-height: 20px;
  margin-bottom: 15px;
  letter-spacing: 3.5pt;
  text-transform: uppercase;
  color: #FFF;
}
.abt-projct ul {
  position: relative;
}
.abt-projct ul:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #FFF;
}
.abt-projct.rt-border ul:after {
  display: none;
}
.abt-projct ul li a, .abt-projct ul li a:hover {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  padding-bottom: 10px;
  color: #FFF;
  text-decoration: none;
}
.our-social ul li {
  float: left;
  margin-right: 10px;
}
.our-social ul li a {
  display: block;
  background: #FFF;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #915F7F;
  border-radius: 50%;
  transition: 0.5s all;
  font-size: 18px;
}
.our-social ul li a:hover {
  transition: 0.5s all;
  background: #915F7F;
}
.our-social ul li a .fa {
  line-height: 40px;
  font-size: 25px;
}
.our-social p {
  display: inline-block;
  font-size: 13px;
  line-height: normal;
  margin-top: 10px;
  color: #FFF;
}

/* About Page Style End */

.keshwana-key ul.locations-list li:nth-child(6n+0) {
  margin-right: 0;
}
.keshwana-key ul.locations-list li {
  width: 15.6%;
}
.keshwana-key ul.locations-list li:nth-child(5n+0) {
  margin-right: 14px;
}
.bhiwadi-key ul.locations-list li:nth-child(7n+0) {
  margin-right: 0;
}
.bhiwadi-key ul.locations-list li {
  width: 13.2%;
  margin: 0 14px 14px 0;
}
.bhiwadi-key ul.locations-list li:nth-child(5n+0) {
  margin-right: 14px;
}
.owl-theme.bhiwadi-unit {
  text-align: center;
  width: 100%;
}
ul.locations-list li a p {
  color: #000;
  font-size: 19px;
  margin-bottom: 0;
}
.uptown-key ul.locations-list li {
  width: 10%;
  margin: 0 14px 14px 0;
}
ul.locations-list li:nth-child(10n+0) {
  margin-right: 0px;
}
.location-inner-box .modal-dialog.buliding .modal-body {
  padding: 10px;
}
div#Embed button {
  background-color: #a17ec1 !important;
}
.socialLoginContainer-1GnfR {
  display: none !important;
}

/* Coming Soon Style Here */

.coming-soon {
  padding: 150px 0;
  text-align: center;
  background: #a17ec1;
  color: #FFF;
}
.coming-cont {
  margin-top: 50px;
}
.coming-cont h3 {
  font-size: 40px;
}

/* Coming Soon Style Here */

.fifteen .row:last-child .col-col-sm-12 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.fb_iframe_widget {
  display: none !important;
}

/* Reach Button Collapse Style */


.acc_trigger {
  display: inline-block;
  cursor: pointer;
  background: #a17ec1;
  padding: 8px 40px;
  color: #FFF;
  border-radius: 30px;
  border-color: #a17ec1;
  transition: 0.5s all;
  margin: 10px 0;
}
.acc_trigger:hover {
  opacity: 0.7;
}
.acc_container .maps {
  display: none;
}
.acc_trigger .fa {
  font-size: 16px;
  margin-right: 5px;
}

/* Reach Button Collapse Style */

/* Scroll The Home Style */

#back2Home { 
  width:40px;
  line-height: 30px;
  overflow:hidden;
  z-index:999;
  display:none;
  cursor:pointer;
  position:fixed;
  bottom: 85px;
  right:15px;
  /* color:#fff; */
  text-align:center;
  font-size:30px;
  text-decoration:none;
  transition: 0.5s all;
}
#back2Home:hover {
  background-color: #bca3b6;
  border-radius: 10px;
  transition: 0.5s all;
  /* color: #fff; */
  box-shadow: 3px 4px 3px #694e6d;
}

/* Scroll The Home End  */

.mobile-slider .owl-item img {
    display: block;
	  max-width: 100%;
    padding: 0 10px;
    width: unset !important;
}

/* Circle Icon Style Here */

.circle-icon {
  padding: 60px 0;
}
.grdnt-icon {
	padding-top:10px;
  text-align: center;
}
.grdnt-icon img {
}
.shadow-c {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 132px;
  padding: 10px;
  border-radius: 100%;
  box-shadow: 0px 0px 20px #0000001f;
  margin-bottom: 10px;
  position: relative;
}
.shadow-c:before {
  content: "";
  width: 106px;
  position: absolute;
  height: 106px;
  background-image: linear-gradient(127deg, rgb(182, 114, 179) 14%, rgb(235, 223, 233) 100%);
  padding: 30px;
  border-radius: 100%;
  z-index: 1;
}
.shadow-c img {
  max-width: 100%;
  z-index: 9;
}
.grdnt-icon p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0 2px;
}

/* Circle Icon Style End */
.about-map {
    width: 100%;
    margin: 0 0 10px;
}
.about-map iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.about-map iframe.clicked{
	pointer-events: auto;
}

.for-mobile {
  display: none;
}

/* Download Brochure Style Here */

.download .modal-dialog {
  max-width: 340px;
}
.download .modal-header {
  padding: 25px 20px;
  background: #e2d6e2;
}
.download .modal-title {
  font-size: 22px;
  font-weight: 350;
  line-height: 23px;
  text-align: left;
  color: #040509;
}
.download .modal-content {
  border-radius: 10px;
}
.download .modal-body {
  padding: 30px 20px 0;
}
.download .form-control::placeholder {
  font-family: "Segoe UI";
  font-weight: 400;
}
.download .modal-footer {
  border-top: none;
  flex-direction: column;
}
.download .modal-footer input {
  background: #a17ec1;
  border-radius: 40px;
  padding: 8px 30px;
  color: #FFF;
  display: block;
  border: none;
}
.download .close span {
  font-size: 14px;
  font-weight: 500;
}

/* Download Brochure Style End */

.basic-slider {
  width: 100%;
  padding: 100px 0px;
}
.footer-company-title .modal-body p {
  color:#222;
}

.owl-carousel.choose .owl-item img {
    display: block;
    width: 38% !important;
}
.uptown-title {
    display: flex;
    align-items: center;
    height: 100%;
}

/* read more button */

button.reading {
  display: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    transition: 0.5s all;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


  .resident1 .owl-nav{
    position: absolute;
    right: 9px;
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0;
    bottom: 0;
    top: 35%;
    }
    .resident1 .owl-prev span {
    display: block;
    background: url(../img/prev-arrow-left-1.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -4px;
    width: 40px;
    height: 40px;
    left: 16px;
    text-indent: -9999;
    border: 2px solid #cfb9df;
    border-radius: 50%;
    }
    .resident1 .owl-next span {
    background: url(../img/prev-arrow1.png) no-repeat;
    background-size: cover;
    float: right;
    position: absolute;
    right: 15px;
    top: -4px;
    width: 40px;
    height: 40px;
    text-indent: -9999;
    border: 2px solid #cfb9df;
    border-radius: 50%;
    }

    /* carrer form pages start */

    section.form-carrer {
      width: 100%;
      height: auto;
      padding: 170px 0px 100px;
      background-color: #f7f7f7;
  }
  .inner-content-form {
    width: 60%;
    margin: 0 auto;
    padding: 50px;
    background-color: #a56891;
}
input.name-carrer {
  width: 100%;
  height: 50px;
  padding: 10px;
  border-left: 4px solid #50005f;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
}
.inner-content-form ul li {
  margin-top: 20px;
}
textarea:focus{
  outline: 0px !important;
}
textarea.carrer-description {
  width: 100%;
  height: 80px;
  padding: 10px;
  color: #676767;
  border-left: 4px solid #50005f;
}
.inner-content-form select {
    border-radius: 0;
    border-left: 4px solid #50005f;
    height: 50px;
    border-right: none;
}
.upload-file {
  width: 100%;
  height: 50px;
  background-color: #fff;
  padding: 12px 10px;
}
.upload-file p {
  margin: 0px;
  color: #757375;
}
.carrer-apply {
  padding: 10px 30px;
  border: none;
  background-color: #bca3b6;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.5s;
}
.inner-content-form ul li p {
 margin-bottom: 10px;
 color: #FFF;
}
.carrer-apply:hover {
  color: #a56891;
  background-color: #fff;
}
.cntct-form {
  margin-top: 10px;
  display: inline-block;
}
.career-inner .cntct-form {
  width: 100%;
  text-align: center;
}

button.btn-info.carrer:hover {
    color: #fff;
    background-color: #533448;
}
button.btn-info.carrer {
    border: none;
}

.banner iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.readmore .fa {
    font-size: 29px;
    line-height: 50px;
}
.readmore {
    background: #a17ec1;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #FFF;
    border-color: #a17ec1;
    transition: 0.5s all;
    border: none;
    display: block;
    margin: 20px auto 0;
    display: none;
}
.uptown-title .fa {
  font-size: 30px;
  margin-left: 20px;
  color: #FFF;
  position: relative;
  -webkit-animation: mymove 4s;
  -webkit-animation-iteration-count: infinite;
  animation: mymove 4s;
  animation-iteration-count: infinite;
}
.uptown-title .fa {
  display: none;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  from {right: 0px;}
  to {right: 20px;}
}

@keyframes mymove {
  from {right: 0px;}
  to {right: 20px;}
}

.support-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.leave-mail {
  width: 390px;
  padding-left: 30px;
  margin-top: 20px;
}
.support {
  margin-top: 20px;
}
.support h4 {
  font-size: 16px;
  color: #FFF;
  font-family: 'Ubuntu';
  text-transform: uppercase;
  margin-bottom: 20px;
}
.support ul li h6 {
  color: #FFF;
}
.support ul {
  width: 455px;
  display: flex;
  flex-wrap: wrap;
}
.support ul li {
  width: 49.99%;
}
.support ul li a {
  color: #FFF;
  transition: 0.5s all;
}
.support ul li a:hover {
  opacity: 0.8;
  transition: 0.5s all;
}
.support ul li:first-child {
  width: 30%;
  border-right: solid 2px #FFF;
  margin-right: 20px;
}
.support ul li p {
  margin-bottom: 0;
}
.mailbox .form-control {
  border-radius: 30px;
  text-indent: 1%;
  height: 45px;
  border: solid 1px #000;
}
.mailbox {
  margin-top: 20px;
}
.mailbox .form-control::placeholder {
  color: #a9a6a6;
}
.btn-info.mailbox-btn {
  background-color: #a17ec1;
  border-color: #a17ec1;
  border-radius: 30px;
  padding: 10px 31px;
  position: relative;
  right: 49px;
}
.btn-info.mailbox-btn:hover, .btn-info.mailbox-btn:not(:disabled):not(.disabled).active, .btn-info.mailbox-btn:not(:disabled):not(.disabled):active, .show>.btn-info.mailbox-btn.dropdown-toggle {
  background-color: #a17ec1;
  border-color: #a17ec1;
}
.mailbox div.wpcf7-response-output {
  margin-top: 5px;
  font-size: 11px;
  color: #FFF;
}

/* Blog Sidebar Style Here */

.left-sidebar .side-cont {
  padding-left: 0;
}
.leave-mail.blog-pg {
  width: 100%;
  padding-left: 0;
}
.leave-mail.blog-pg .wpcf7-validation-errors {
  color: #222;
}

/* Blog Sidebar Style Ends */

.Uptown-Bhiwadi.rajkot-project {
    padding-bottom: 49px !important;
    display: inline-block;
	border-top: solid 1px #ccc;
}
.Uptown-Bhiwadi.rajkot-project h2{
    font-size: 48px;
    text-align: center;
    color: #333333;
    font-family: 'Ubuntu';
    font-weight: 300; 
}

.u-userLauncherColor:not([disabled]) svg {
 display: none !important;
}

.left-sidebar .side-cont{
	padding-left:0
}
.leave-mail.blog-pg{
	width:100%;padding-left:0
}
.leave-mail.blog-pg .wpcf7-validation-errors{
	color:#222
}
section.error-404.not-found p{
	margin-bottom:0;
	text-align:center;
	font-size:18px;
}
section.error-404.not-found{
	padding:60px 0;
}
section.error-404.not-found h1{
	margin-bottom:15px;
	text-align:center;
}
.back-to-home{
	width:100%;text-align:center;
	display:inline-block;
}
.back-to-home a,.back-to-home a:hover{
	background:#a56891;
	padding:8px 30px;
	margin-top:20px;
	display:inline-block;
	color:#fff;
	font-size:18px;
	border-radius:10px;
}
.rera-popup button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    background: #a56891;
    padding: 8px 12px 16px;
    line-height: 10px;
    opacity: 1;
}
.rera-popup button.close span {
    color: #FFF;
    font-size: 24px;
    opacity: 1;
}
.video-section {
    object-fit: cover;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(150vh - 285px);
    width: 100%;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    z-index: 0;
}
.video-section iframe {
    width: 100%;
    z-index: 1;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.ytp-expand-pause-overlay.ytp-pause-overlay {
    z-index: -9999;
}
.position-popup .modal-header {
    background: #ae83b7;
}
.position-popup .modal-body {
    background: #f7e8f2;
    
}
.position-popup .modal-body ol {
     padding-left: 17px;
}
.position-popup .modal-body ul {
    list-style: Disc;
    padding-left: 17px;
}
.p-slider-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.abt-banner.about-scale, .our-work.about-scale, .our-impact.about-scale {
    position: relative;
}
.abt-banner.about-scale:before, .our-work.about-scale:before, .our-impact.about-scale:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #351b2fa8;
    width: 100%;
    height: 100%;
    transition-delay: 3s;
	transition: all 3s;
    opacity: 1;
    visibility: visible;
}
.abt-banner.about-scale:hover:before {
	transition-delay: 3s;
	transition: all 3s;
    background: transparent;
}
.our-work.about-scale:before {
	transition-delay: 3s;
	transition: all 3s;
    background: #383326ba;
}
.our-impact.about-scale:before {
	transition-delay: 3s;
	transition: all 3s;
    background: #0f1010ad
}
.abt-banner.about-scale.active:before, .our-work.about-scale.active:before, .our-impact.about-scale.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #351b2fa8;
    width: 100%;
    height: 100%;
    transition-delay: 3s;
	transition: all 3s;
    opacity: 0;
    visibility: hidden;
}


.ytp-expand-pause-overlay .ytp-pause-overlay {
    display: none !important;
}


/* Latest News Style  */


.Latest-News {
    padding: 60px 0;
}


/* Latest News End  */




/* Lucky Draw Style Start Here */


.awas-yojna {
    padding: 50px 0;
}
.header-content h1 {
    text-align: center;
    font-size: 55px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: 2px;
    color: #735879;
    margin-bottom: 0;
}

/* Defaults Page Style Here */

.defaults-page {
    padding: 70px 0;
}


/* Defaults Page Style End */


/*.carousel-control-prev, .carousel-control-next {*/
/*    pointer-events: none;*/
/*    cursor: default;*/
/*}*/
/*.carousel-control-prev span, .carousel-control-next span {*/
/*    background: transparent;*/
/*}*/

.space-between-section ul li:first-child {
display: none;
}

.space-between-section ul li:last-child {
    display: none;
}

.space-between-section ul {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0;
}

.full-slider.mobile-banner {
    display: none;
}
.toll-free-bg {
    width: 100%;
    background: #755175;
    padding: 20px 0;
}
.toll-free-bg {
    width: 100%;
    background: #755175;
    padding: 0px 0;
}


/*thank you*/

.thank {
    width: 100%;
    height: auto;
    padding: 60px 0px;
    background-color: #ffffff;
    text-align: center;
}
.thank-title p .fa {
    background: #0e6c0e;
    padding: 40px;
    border-radius: 100%;
    color: #FFF;
    font-size: 60px;
    font-weight: normal;
}
.thank-title h2 {
    text-align: center;
    font-size: 45px;
    letter-spacing: 0;
    margin-bottom: 10px;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 0px;
    color: #767676;
}
.thank-title p:first-child {
    font-size: 33px;
    color: #2ba22b;
}
.faliure .thank-title p:first-child {
    color: #c02524;
}
.thank p {
    font-size: 22px;
    line-height: normal;
    text-align: center;
    margin-bottom: 10px;
}
.contact-thanks ul {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}
.contact-thanks {
    width: 45%;
    display: block;
    margin: 0 auto;
}
.contact-thanks ul li {
    padding: 5px;
    display: flex;
    align-items: center;
}
.thank span {
    display: block;
    text-align: center;
    font-size: 22px;
}
.thank span a {
    color: #c02524;
}
.thank-title p:nth-child(2) {
    font-size: 35px;
}
.thank-title p:nth-child(3) {
    padding: 10px 80px;
    width: 47%;
    margin: 0px auto;
}
.contact-thanks ul li a {
    background: #a17ec1;
    padding: 8px 20px 12px 20px;
    border-radius: 30px;
    color: #FFF;
    line-height: normal;
    margin: 0;
    display: inline-block;
}


/* Payment Failure Start */

body.page-id-3413:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000d4;
    z-index: 9998;
}
.payment-failure {
    width: 50%;
    margin: 0 auto;
    background: #FFF;
    position: relative;
    z-index: 9999;
    padding: 60px 45px;
    border-radius: 30px;
}
.payment-failure span {
    padding: 15px;
    border: solid 4px #000;
    display: inline-block;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 30px;
    font-weight: bold;
}
.payment-failure h4 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.payment-failure p {
    font-size: 19px;
}
.payment-failure a, .payment-failure a:hover {
    background: #a17ec1;
    padding: 12px 80px;
    display: inline-block;
    margin-top: 20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
}


/* Payment Failure End */


.full-slider.three-page.mobile-banner {
    display: none;
}

.footer-form .wpcf7-validation-errors {
    margin-top: 0;
}

.footer-form .wpcf7-not-valid-tip {
    color: #e76329;
}

.footer-form .wpcf7 form .wpcf7-response-output {
    margin: 0.1em 0.5em 1em;
}

.close-project ul li:last-child a {
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #FFF;
    background-image: linear-gradient(rgb(85, 34, 70) 11%, rgb(189, 89, 27) 82%);
    padding: 14px 42px;
    border-radius: 35px;
    border: solid 3px #FFF;
}
#wh-widget-send-button.wh-widget-right {
    right: 180px !important;
    bottom: -15px !important;
}
.whatsapp-button a, .whatsapp-button a:hover {
    font-size: 30px;
    color: #FFF;
}
.whatsapp-button {
    position: fixed;
    bottom: 9px;
    right: 75px;
    background: #4dc247;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 99999;
}
.calls{
    position: fixed;
    bottom: 9px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    right: 130px;
    background: #903f91;
}
.calls a {
    font-size: 30px;
    color: #FFF;
}

.space-between-section ul li {
text-align: center;
}
td.blink-bg, th.blink-bg {
    width: max-content;
}
td.blink-bg a, th.blink-bg a {
    background: transparent !important;
}
.registration-top .container {
    max-width: 100%;
}
.registration-top.online-registration ul li:last-child a {
    max-width: max-content;
}

.modal.fade.quick-popup.show {
    display: block;
}

.post-title li {
    margin-bottom: 20px;
}


.telegram-buton {
    position: fixed;
    bottom: 10px;
    right: 20px;
    background: #0088cc;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    color: #fff;
    padding-top: 11px;
}
.telegram-buton i {
    color: #fff;
    font-size: 35px;
}
a#whatsAppButton:hover {
    color: #ffffff;
}

/********* FAQ Accprdion Project starts: ***********/

#project-faq {
  width: 100%;
  height: auto;
  background-color: #a56891;
  position: relative;
  padding: 25px 0px
}

#project-faq .container .faq-title {
  font-size: 48px;
  color: #fff;
  font-family: 'Elephant';
  text-align: center;
  padding-bottom: 30px
}

#project-faq #faq .card {
  margin-bottom: 30px;
  border: 0;
}

#project-faq #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#project-faq #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  color: #222;
  padding: 20px;
  background-color: #e7632959;
}

#project-faq #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-weight: 900;
  float: right;
}

#project-faq #faq .card .card-header .btn-header-link.collapsed {
  background: #735879;
  color: #fff;
}

#project-faq #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#project-faq #faq .card .collapsing {
  background: #deafd2;
  line-height: 30px;
}

#project-faq #faq .card .collapse {
  border: 0;
}

#project-faq #faq .card .collapse.show {
  background: #deafd2;
  line-height: 30px;
  color: #222;
}
/********* FAQ Accprdion Project ends: ***********/

/********** starts:Bootstrap overwrite *****************/
.btn-primary.site-btn {
  color: #fff;
  background-color: #b87aa9;
  border-color: #735879;
}

.btn-primary.site-btn:hover {
  color: #fff;
  background-color: #735879;
  border-color: #b87aa9;
}
/********** ends:Bootstrap overwrite *****************/