@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;1,100;1,200&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

@font-face {
  font-family: "palatinoitalic";
  src: url("../fonts/palatino/palatino-italic-webfont.woff2") format("woff2"),
    url("../fonts/palatino/palatino-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "optim";
  src: url(../fonts/optim.ttf);
}


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Montserrat";
  font-size: 14px !important;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: none;
}

p {
  margin-bottom: 10px;
  line-height: 20px;
}

/*--------------------------------------------------------------------*/

.navbar-default {
  background: #ffffff;
  margin-bottom: 0px;
  border: none;
  border-radius: 0;
}

.navbar-default .navbar-nav>li>a {
  color: #000;
  text-shadow: none;
}

.navbar-default .navbar-nav>li>a:focus {
  color: #ffffff;
  text-shadow: none;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #d99100;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background-image: none;
  box-shadow: none;
  background: transparent;
  color: #d99100;
}

.carousel-inner .item {
  margin-top: 70px;
}

@media (min-width: 768px) {
  .navbar-brand {
    padding: 0px;
  }

  .navbar-brand>img {
    float: left;
    width: 248px;
    /* margin-top: 3px; */
    /* padding: 18px; */
  }

  .nav-img {
    background: #ffffff;
  }

  .nav>li>img:first-child {
    margin-right: 8px;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    margin: initial !important;
  }

  .navbar-brand>img {
    width: 165px;
    float: left;
    margin-left: 6px;
    margin-top: 6px;
    /* padding: 5px; */
  }

  .mob img {
    margin-top: -14px;
    width: 80px;
  }

  .navbar-brand {
    padding: 0px;
  }

  .call-me {
    font-size: 23px !important;
  }

  .figure-img img {
    margin: 0px auto;
    display: block;
  }

  .figure-img-right img {
    float: none !important;
    margin: 0px auto;
    display: block;
  }

  .carousel-inner .item {
    margin-top: 0px;
  }
}

.nav-logo {
  padding: 12px 15px !important;
}

.nav-call {
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 3px 15px !important;
  color: #fff !important;
  margin-top: 10px;
}

.navbar-nav>li>a {
  line-height: 30px !important;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  outline: none;
  font-size: 14px;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  outline: none;
}

.section_dev {
  padding: 120px 0;
  /* background: url(../images/bg.webp) center no-repeat;
  background-size: cover;
  background-color: #d2c4bb; */
}

.section_heading {
  padding: 80px 0px;
  background-color: #f5f5f5;
}

.features {
  margin-bottom: 50px;
  position: relative;
}

.features::after {
  content: "";
  position: absolute;
  bottom: -7px;
  height: 2px;
  width: 100px;
  background: #d99100;
  right: 50%;
  margin-right: -50px;
}

.features h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Optima Bold";
  /* margin-top: 10px; */
  color: #000000;
  text-align: center;
}

.key_img {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  padding-top: 1rem;
  position: relative;
}

.key_img::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 90px;
  right: -15px;
  background: #707070;
  top: 50%;
  margin-top: -35px;
}

.key-images {
  background-color: #de1e42;
  padding: 1.5rem;
  border-radius: 50%;
}

.key-images img {}

.key-desc h2 {
  font-size: 23px;
  font-weight: bold;
  color: #000;
}

.key-desc p {
  font-size: 17px;
  color: #292b33;
  padding-top: 10px;
  font-weight: 600;
}

.carousel-inner>.item>img {
  width: 100% !important;
}

#hide-menu {
  position: fixed;
  z-index: 99999;
  width: 100%;
  padding: 5px 0px;
  /*top: -60px;*/
  /*transition: top 0.3s;*/
}

.glob-sec {
  width: 100%;
  padding: 50px 0px;
}

.visibility-hidden {
  visibility: hidden;
}

.sec-head {
  font-size: 33px;
  font-weight: bold;
  color: #414041;
  font-family: "optim";
  text-transform: capitalize;
}

.head-center {
  /* text-align: center; */
  border-left: 9px solid #d99100;
  padding-left: 25px;
  margin-bottom: 20px;
}

.sub-head {
  text-align: center;
  margin-top: 10px;
}

.head-line {
  width: 150px;
  height: 4px;
  background: #d99100;
  margin: 0px auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.head-line.top {
  margin-bottom: 7px !important;
}

.head-line.white {
  background: #fff !important;
}

.head-icon {
  /*width: 65px;*/
  margin: 0px auto;
  display: block;
  margin-bottom: 6px;
}

.head-icon-left {
  /*width: 65px;*/
  /*margin: 0px auto;*/
  display: block;
  margin-bottom: 6px;
}

.grey-bg {
  /*background: #414041;*/
  background: #d0ad67;
  color: #fff;
}

.feature-rwap {
  text-align: center;
  margin-top: 25px;
}

.feature-rwap img {
  margin-bottom: 20px;
  width: 115px;
}

.feature-rwap h2 {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 22px;
  color: #ccc;
  font-style: italic;
}

.feature-rwap h3 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 22px;
  color: #e5b5a5;
  /*height: 45px;*/
}

.feature-rwap p {
  color: #ccc;
  font-size: 15px;
}

.light-grey {
  background: #f3f5f6;
}

.figure-rwap {
  background: rgba(229, 181, 165, 0.4);
  /*background: url("../images/patch2.webp") #414041;*/
  width: 66%;
  /*margin-top: -7rem;*/
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
}

.figure-rwap img {
  padding: 1rem 0;
  margin: 0 -5rem 0 3rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 400px;
}

.figure-rwap-right {
  float: right;
  background: rgba(229, 181, 165, 0.4);
  /*background: url("../images/patch2.webp") #414041;*/
  width: 66%;
  /*margin-top: -8rem;*/
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
}

.figure-rwap-right img {
  padding: 1rem 0;
  margin: 0 -5rem 0 -5rem;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 400px;
}

.head-line-left {
  width: 150px;
  height: 2px;
  background: #d0ad67;
  /*margin: 0px auto;*/
  margin-top: 10px;
  margin-bottom: 20px;
}

.sub-head-left {
  margin-top: 10px;
  font-weight: 600;
}

.sec-head span {
  font-size: 2.5em;
  color: #cdaa65;
}

.fig-padding {
  padding-top: 5em;
}

@media only screen and (max-width: 767px) {
  .figure-rwap {
    width: 90%;
    /*margin-top: -7rem;*/
    margin-bottom: 20px;
    display: -webkit-box;
  }

  .figure-rwap img {
    /*width: 90%;*/
    width: 100%;
    margin: 0 -5rem 0 2rem;
  }

  .figure-rwap-right {
    width: 90%;
    margin-top: 10px;
  }

  .figure-rwap-right img {
    width: 95%;
    margin: 0 -5rem 0 -1rem;
  }

  .fig-padding {
    padding-top: 3em;
  }

  .connectivity {
    width: 83% !important;
  }

  .form-wrap {
    margin-top: 25px;
    padding: 20px 0px !important;
  }

  .sub-footer {
    margin-bottom: 40px;
  }

  #carousel-example-generic {
    padding-top: 50px;
  }

  .rera-txt {
    font-size: 17px !important;
    line-height: 22px;
  }

  .sec-head {
    font-size: 25px !important;
  }

  #hide-menu {
    padding: 0px;
  }

  .navbar-collapse {
    padding-bottom: 10px;
  }

  .fixHeader {
    background: #fff !important;
    transition: ease all 0.5s;
  }

  #aboutus p {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) {
  .padding {
    padding-top: 35px;
  }

  .carousel-inner>.item>img {
    /* height: 100vh; */
  }
}

/* -------------------  TAB -----------------------*/

.mytab {
  /*text-align: center;*/
  border-bottom: none;
  margin-bottom: 25px;
  /*margin-top: 50px;*/
  text-align: center;
}

.mytab li {
  float: none !important;
  display: inline-block;
  margin-bottom: 10px;
}

.mytab>li.active>a,
.mytab>li.active>a:hover,
.mytab>li.active>a:focus {
  color: #fff;
  background-color: #d0ad67;
  border: 2px solid #d0ad67;
  cursor: pointer;
  border-radius: 0;
}

.mytab>li>a:hover,
.mytab>li>a:focus {
  color: #d0ad67;
  padding: 9px 20px !important;
  border: 2px solid #d0ad67;
  border-radius: 0;
  background-color: transparent;
}

.mytab>li>a {
  color: #d0ad67;
  padding: 9px 20px !important;
  border: 2px solid #d0ad67;
  border-radius: 0;
  font-size: 14px;
  /*font-weight: 600;*/
}

/*-------------------------------------------------*/

/*------------- gallery ------------------------*/

.latest-post,
.latest-post-inner {
  min-height: 240px;
  max-height: 240px;
  margin-bottom: 30px;
}

.latest-post {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.latest-post-inner {
  padding: 50px 30px;
  position: relative;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  border: 2px solid #e5b5a5;
}

.latest-post .latest-post-inner span,
.latest-post .latest-post-inner a,
.latest-post .latest-post-inner p,
.latest-post .latest-post-inner i,
.latest-post .latest-post-inner .entry-author {
  color: #fff;
  position: relative;
}

.latest-post .latest-post-inner a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.latest-post .latest-post-inner .latest-post-content {
  position: absolute;
  bottom: 30px;
}

.latest-post .latest-post-inner:before {
  content: "";
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 1;
  background: transparent;
}

.latest-post .latest-post-inner .link-icon {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  color: #fff;
  z-index: 999;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner .link-icon a {
  background-color: #493e3e;
  display: table;
  height: 50px;
  width: 50px;
  border-radius: 30px;
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner .link-icon a i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.latest-post .latest-post-inner .link-icon a:hover {
  background-color: rgba(73, 62, 62, 0.7);
  transform: scale(1.2);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner:hover:before {
  opacity: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner:hover .link-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.latest-post .latest-post-inner:hover {
  background-color: rgba(229, 181, 165, 0.5);
}

.sl-prev {
  display: block !important;
}

.sl-next {
  display: block !important;
}

/*------------- End of gallery ------------------------*/

.tab-content-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 7%;
}

.tab-content-wrap h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.config-data {
  margin-left: -15px;
  margin-top: 18px;
}

.config-data li {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #e5b5a5;
}

.config-data li span {
  float: right;
  font-weight: normal;
  color: #505050;
}

.click-price {
  background: #e5b5a5;
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 17px;
  padding: 10px 23px;
  margin-top: 20px;
  display: inline-block;
  border: 2px solid #e5b5a5;
  transition: ease all 0.5s;
}

.click-price:hover,
.click-price:focus {
  background: transparent;
  color: #e5b5a5;
  text-decoration: none;
  transition: ease all 0.5s;
}

.aminitieslist {}

.aminitieslist li {
  font-size: 15px;
  padding: 10px 10px;
}

.aminitieslist li::before {
  content: url("../images/checked.webp");
  margin-right: 10px;
}

.aminitieslist li span {
  float: right;
}

.dir li {
  background: #656565;
  margin-bottom: 10px;
}

.form-wrap {
  padding: 25px 20px;
  /* background: #cdaa65; */
  /*box-shadow: 0 16px 40px rgba(202, 202, 202, 0.35);*/
}

.form-wrap h1 {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

/*  contact form -------------------*/

#contact-form input,
#contact-form select {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
}

#contact-form select {
  font-size: 10px;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
  color: #515151;
}

#contact-form .input-group-addon {
  background: #d99100;
  color: #fff;
  border: 0;
}

.form-ico {
  font-size: 19px !important;
}

#contact-form textarea {
  border: none;
  resize: none;
  background: #e4e4e4;
}

#contact-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#contact-form .selected-flag {
  background: #5d5d5d;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#contact-form .flag-container {
  padding: 0px !important;
}

.form-btn,
.form-btn:focus {
  margin: 0px auto;
  display: block !important;
  background: #d99100;
  border: 2px solid #d99100;
  color: #fff;
  font-size: 18px !important;
  padding: 8px 39px 8px;
  transition: ease all 0.4s;
  text-shadow: none;
  border-radius: 0px;
  box-shadow: none;
  outline: none !important;
}

.form-btn:hover {
  border-color: #fff;
  background: transparent;
  color: #fff;
  transition: ease all 0.4s;
}

.modal-dialog {
  top: 15% !important;
}

/*---- main Pop------*/

#main-popup input,
#main-popup select {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
  letter-spacing: 1px;
}

#main-popup input::placeholder {
  color: #bebebe;
}

#main-popup .input-group-addon {
  background: #d99100;
  color: #fff;
  border: 0;
}

.form-ico {
  font-size: 19px !important;
}

#main-popup .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#main-popup .selected-flag {
  background: #cf9450;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#main-popup .flag-container {
  padding: 0px !important;
}

/*----------------------------*/

/*----------- price model--------------*/

#price-model input,
#price-model select {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
  letter-spacing: 1px;
}

#price-model input::placeholder {
  color: #bebebe;
}

#price-model .input-group-addon {
  background: #d99100;
  color: #fff;
  border: 0;
}

.form-ico {
  font-size: 19px !important;
}

#price-model .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#price-model .selected-flag {
  background: #d99100;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#price-model .flag-container {
  padding: 0px !important;
}

/*---------------------------------*/

/*----------- i am  model--------------*/

#interested input,
#interested select {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
  letter-spacing: 1px;
}

#interested input::placeholder {
  color: #bebebe;
}

#interested .input-group-addon {
  background: #d99100;
  color: #fff;
  border: 0;
}

.form-ico {
  font-size: 19px !important;
}

#interested .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#interested .selected-flag {
  background: #d99100;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#interested .flag-container {
  padding: 0px !important;
}

/*---------------------------------*/

.modal-header {
  border-radius: 20px 20px 0px 0px;
}

.modal-body {
  border-radius: 0px 0px 20px 20px;
}

.modal-content {
  border-radius: 21px;
}

.modal-header {
  border: none;
  background: #d99100;
  color: #ffff;
  padding: 10px !important;
  /*background: #ffe259 !important;*/
  /*background: -webkit-linear-gradient(to right, #ffa751, #ffe259) !important;*/
  /*background: linear-gradient(to right, #ffa751, #ffe259) !important;*/
  /*color: #000;*/
  outline: none !important;
}

.modal-title {
  text-align: center;
  font-size: 20px;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
}

.price-btn {
  margin: 0px auto;
  display: block !important;
  background-image: none;
  text-shadow: none;
  color: #fff;
  border: 2px solid #d99100;
  border-radius: 0px;
  padding: 8px 30px;
  transition: all 0.5s ease;
  font-weight: 800;
  background: #d99100;
  /*background: #ffe259 !important;*/
  /*background: -webkit-linear-gradient(to right, #ffa751, #ffe259) !important;*/
  /*background: linear-gradient(to right, #ffa751, #ffe259) !important;*/
  /*color: #000;*/
  outline: none !important;
}

.price-btn:hover {
  color: #d99100;
  background-color: #fff !important;
  border-color: #d99100;
  transition: ease 0.5s;
}

.modal-header .close {
  opacity: 1;
  color: #fff;
  font-size: 35px !important;
  box-shadow: none;
  outline: none;
}

.modal-header .close:hover,
.modal-header .close:focus {
  background: transparent !important;
}

.error {
  color: red;
}

.interested {
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  background: #d99100 !important;
  border: none;
  letter-spacing: 1px;
  border-radius: 0px;
  font-size: 18px !important;
  /*background: #ffe259 !important;*/
  /*background: -webkit-linear-gradient(to right,#ffa751,#ffe259) !important;*/
  /*background: linear-gradient(to right,#ffa751,#ffe259) !important;*/
  /*color: #000;*/
  outline: none !important;
}

.interested:hover,
.interested:focus {
  color: #ffffff !important;
}

.fixed-footer-cust {
  background: #d99100;
  text-align: center;
  padding: 10px 0px 10px 0px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 99;
}

.f-icon {
  height: 14px;
  width: 14px;
  padding-top: 4px;
}

.fix-link {
  color: #fff !important;
  font-size: 14px;
}

.div-line {
  border-right: 1px solid #fff;
}

.free-call:hover {
  color: #ffffff;
}

.i-am {
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
}

.i-am:hover,
.i-am:focus {
  background: transparent !important;
}

.footer-sec {
  padding: 30px 0px;
  background: #f3f5f6;
}

.foote-wrap {
  margin: 0px auto;
  display: block;
}

.foote-wrap img {
  margin: 0px auto;
  display: block;
}

.foote-wrap p {
  /*text-align: center;*/
  margin-top: 7px;
  margin-bottom: 0px;
}

.inner-banner {
  padding: 100px 0px;
  background: url(../images/rbi-guidelines-for-nri-investment-in-real-estate.jpg) center no-repeat;url(
  ../images/rbi-guidelines-for-nri-investment-in-real-estate.jpg center no-repeat);
  margin-top: 50px;
  background-size: 100%;
}

.banner-txt-thank h1 {
  margin: 0px;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #d99100;
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  /*color: #fff;*/
  font-size: 18px;
}

.go-home {
  color: #d99100;
  font-size: 19px;
  padding: 10px;
  width: 232px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  transition: ease 0.5s;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #d99100;
  border-radius: 25px;
}

.oops-greet {
  color: #d99100;
  font-size: 25px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
}

.thank-menu {
  top: 0px !important;
}

.address-wrap {}

.address-wrap h3 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px;
}

.address-wrap p {}

b {
  font-weight: 600;
}

.call-me {
  font-size: 38px;
  font-weight: 900;
  color: #cdaa65;
}

.call-me:hover {
  color: #cdaa65;
}

.cust-container {
  width: 95%;
  margin: 0px auto;
  display: table;
}

.ami-iconholder img {
  width: 90px;
  margin: 0px auto;
  display: block;
  margin-bottom: 15px;
}

.ami-iconholder p {
  text-align: center;
}

@media (max-width: 470px) {
  .ami-iconholder p {
    height: 60px;
  }
}

.connectivity {
  width: 550px;
  margin: 0px auto;
  display: block;
}

#key-distance {
  background: #f3f3f3;
}

.rera-wrap {
  text-align: center;
  padding: 15px;
  margin-top: 15px;
  border: 4px solid #cdaa65;
}

.rera {
  width: 100px;
}

.rera-txt {
  font-size: 20px;
  margin-top: 14px;
}

.cust-sec {
  padding-top: 25px;
}

.partner {
  text-align: center;
}

.partner li {
  display: inline-block;
  margin-right: 16px;
}

.partner li:last-child {
  margin-right: 0px;
}

.partner li img {
  width: 165px;
  padding: 5px;
  background: #fff;
}

.partner.jv li img {
  width: 85px;
}

.partner.jv2 li img {
  /*width: 100px;*/
  background: transparent;
}

.b-logo {
  width: 120px;
  margin-top: 10px;
}

.f-blogo {
  width: 111px !important;
}

.whylist {}

.whylist li {
  margin-bottom: 14px;
  line-height: 20px;
}

/*  table---------------*/

.element-apartments {
  background: #fff;
  padding: 5px;
  /*border: 1px solid #fff;*/
}

.element-apartments .apartment-table {
  border: 0;
  margin: 0px auto;
  width: 100%;
}

.element-apartments .apartment-table thead {
  /*background: #e5b5a5;*/
  background: #414041;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}

.element-apartments .apartment-table th {
  /*text-transform: uppercase;*/
  color: #fff;
  border-top: 1px solid #d0ad67;
  border-bottom: 1px solid #d0ad67;
  vertical-align: middle;
  /*font-family: 'palatinoitalic';*/
  font-weight: normal;
  font-size: 18px;
  padding: 15px 15px !important;
  background: #d0ad67;
}

.element-apartments td,
.element-apartments th {
  /*border-right: 0;*/
  /*text-align: center;*/
  /*padding: 15px;*/
  /*border-bottom: 1px solid #d0ad67;*/
  /*vertical-align: middle;*/
  /*color: #FFFFFF;*/
  border-right: 0;
  text-align: center;
  padding: 10px;
  /* border-bottom: 1px solid #d0ad67; */
  vertical-align: middle;
  color: #000;
  /*background: #fff;*/
}

.element-apartments .btn {
  border: none;
  font-size: 15px;
  color: #fff;
  padding: 5px 11px;
  border-radius: 0px;
  font-weight: 600;
  background: #d0ad67;
}

.apartment-table>tbody>tr {
  background: #fff;
}

.apartment-table>tbody>tr:nth-of-type(even) {
  background: #ececec !important;
}

.element-apartments .btn:hover {
  border-color: #fff;
  color: #fff;
}

.hvr-sweep-to-right:before {
  background: #000000 !important;
}

.btn-table {}

.callup {
  text-align: center;
  margin-top: 25px;
}

.callup p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 10px;
  color: #000;
}

.callup a {
  text-align: center;
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: 500;
  margin-top: 10px;
  color: #000;
  letter-spacing: 2px;
}

.contact-wrap h2 {
  color: #414041;
  /*font-family: 'palatinoitalic';*/
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 30px;
}

.contact-wrap p a {
  color: #d0ad67;
  text-decoration: none;
}

.contact-wrap h2 span {
  font-weight: 300;
}

.address {
  text-align: center;
  margin-top: 10px;
}

.address li {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 16px;
}

.address li:first-child {
  margin-right: 18px;
}

.address li i {
  color: #e5b5a5;
}

.address li a {
  color: #414041;
  text-decoration: none;
}

.address-line {
  height: 2px;
  background: #414041;
  width: 200px;
  margin: 0px auto;
  margin-top: 8px;
  margin-bottom: 25px;
}

.social {}

.social li {
  display: inline;
  margin-right: 20px;
}

.social li:last-child {
  margin-right: 0px;
}

.social li a {
  color: #fff;
  transition: ease all 0.5s;
}

.social li a i {
  font-size: 22px;
  transition: ease all 0.5s;
}

.social li a i:hover {
  transition: ease all 0.5s;
  color: #cf9450;
}

.copy-right {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-align: center;
}

.jv-txt {
  text-align: center;
  margin-top: 5px;
}

#contact {
  background: #f5f5f5;
  padding: 75px 0;
}

#configuration {
  /*background: #414041;*/
  background: url(../images/config-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

#contactus {
  background: url("../images/bg.jpg") center no-repeat;
  background-size: cover;
  background-color: #000;
  background-blend-mode: multiply;
  background-attachment: fixed;
  color: #fff;
}

@media (max-width: 342px) {
  .element-apartments {
    padding: 0px;
    overflow: scroll;
  }
}

.reralist {
  text-align: center;
  /*margin-top: 10px;*/
}

.reralist li {
  /*display: inline-block;*/
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 16px;
}

.reralist li:first-child {
  /*margin-right: 5px;*/
  /*border-right: 2px solid;*/
  /*padding-right: 10px;*/
}

/*.reralist li i {*/

/*color: #e5b5a5;*/

/*}*/

.reralist li a {
  color: #414041 !important;
  text-decoration: none;
  font-weight: 600;
}

.reralist li a:hover {
  color: #e5b5a5 !important;
  text-decoration: underline;
}

#behind {
  background: url(../images/patch3.webp) #414041;
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

.white {
  color: #fff !important;
}

.figure-img img {
  width: 85px;
  border: 1px solid #d0ad67;
  /*padding: 5px;*/
  margin: 0px auto;
  display: block;
  margin-bottom: 20px;
  /*max-width: 100%;*/
}

.figure-img-right img {
  width: 85px;
  border: 1px solid #d0ad67;
  /*padding: 5px;*/
  margin: 0px auto;
  display: block;
  margin-bottom: 20px;
}

#location {
  padding-top: 20px !important;
  padding-bottom: 0px !important;
}

#footer_icons {
  margin-top: 10px;
}

.footer-socials li {
  float: left;
  vertical-align: top;
  clear: none !important;
}

.footer-socials li {
  width: auto !important;
  display: inline-block !important;
  padding: 0;
}

.foo_social {
  text-align: center;
  color: #7f7f7f;
  font-size: 20px;
  margin: 0 10px;
  display: block;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.foo_social.ico-facebook:hover {
  color: #3b5998;
}

.foo_social.ico-twitter:hover {
  color: #00a9ed;
}

.foo_social.ico-instagram:hover {
  color: #beb3a8;
}

.foo_social.ico-youtube:hover {
  color: #cd1b20;
}

.foo_social.ico-linkedin:hover {
  color: #015886;
}

.sub-footer {
  padding: 20px 0px;
  background: #000;
  color: #fff;
}

.disc1 {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 3px;
}

.disc {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 30px;
}

.nav-img {
  width: 145px;
  margin-top: 8px;
}

.navbar-brand img:first-child {
  margin-right: 5px;
}

#aboutus p {
  text-align: justify;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #292b33;
}

#sheth {
  text-align: center;
  padding: 40px 0px !important;
}

.btn-info-read {
  background: none !important;
  padding: 0px;
  outline: none !important;
  box-shadow: none !important;
  color: #5a1127;
  font-weight: 600;
}

.white-bg {
  background: #ffffff;
}

.home-package {
  margin-top: 50px;
}

.home-package img {
  width: 75px;
  margin-top: 5px;
  filter: invert(1);
}

.home-package h3 {
  text-align: left;
  font-weight: 800;
  font-size: 27px;
  margin-bottom: 5px;
  margin-top: 15px;
  color: #d99100;
}

.package p {
  text-align: left !important;
  margin: initial !important;
  font-size: 15px;
  width: 100% !important;
  height: 40px;
}

#aboutus .cust-container {
  padding: 0px;
}

@media only screen and (min-width: 768px) {
  .package {
    padding: 5px;
    border: 2px solid #f1f1f1;
    margin-bottom: 2%;
    /* width: 46%; */
    /* margin-left: 2%; */
    box-shadow: 2px 2px 11px #adadad;
    display: -webkit-box;
  }
}

@media only screen and (max-width: 767px) {
  .package {
    padding: 5px;
    border: 2px solid #f1f1f1;
    margin-bottom: 5%;
    box-shadow: 2px 2px 11px #adadad;
    display: -webkit-box;
  }

  .home-package img {
    width: 75px !important;
  }

  .home-package h3 {
    margin-top: 5px !important;
  }

  .package p {
    font-size: 14px;
  }

  .pd-r {
    padding-right: 0px !important;
  }
}

.viewAboutDiv,
.viewAboutDiv2,
.viewAboutDiv3,
.viewAboutDiv4,
.viewAboutDiv5,
.viewAboutDiv6,
.viewAboutDiv7,
.viewAboutDiv8,
.viewAboutDiv9 {
  display: none;
}

.viewamiDiv,
.viewamiDiv2,
.viewamiDiv3,
.viewamiDiv4,
.viewamiDiv5,
.viewamiDiv6,
.viewamiDiv7,
.viewamiDiv8,
.viewamiDiv9 {
  display: none;
}

.viewRera,
.viewRera2,
.viewRera3,
.viewRera3,
.viewRera4,
.viewRera5,
.viewRera6,
.viewRera7,
.viewRera8 {
  display: none;
}

.prop-div {
  box-shadow: 2px 2px 11px #999;
  margin-bottom: 5%;
}

.prop-div,
.prop-img-div {
  position: relative;
  overflow: hidden;
  transition: ease all 1s;
}

.prop-img-div img {
  transition: ease all 1s;
}

.move {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  font-weight: 800;
  text-transform: capitalize;
}

p.prop-name {
  /* position: absolute; */
  /* top: 0; */
  right: 0;
  color: white;
  background-color: black;
  padding: 1%;
  font-weight: normal;
}

p.prop-price {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: white;
  background-color: black;
  padding: 1%;
  margin: 0;
  font-weight: normal;
}

.prop-details {
  padding: 2%;
  background-color: white;
}

p.rera {
  font-size: 12px;
  color: #000;
  /* font-weight: 600; */
  /* height: 51px; */
  text-align: center;
  /* display: none; */
}

.prop-inner {
  border-bottom: 1px solid lightgray;
  color: #191919;
  font-size: 12px;
}

p.prop-title {
  float: left;
}

.prop-inner .prop-title {
  margin-bottom: 5px;
  /* margin-top: 5px; */
}

p.prop-desc {
  text-align: right;
}

.prop-inner .prop-desc {
  margin-bottom: 5px;
  margin-top: 5px;
}

.full-width {
  width: 100%;
}

.prop-img-div img {
  transition: ease all 1s;
  /* height: 180px; */
}

.prop-img-div:hover img {
  transform: scale(1.3);
  transition: ease all 1s;
}

.owl-dots {
  display: none;
}

.home-div {
  padding: 15px 5px;
  border: 2px solid #d99100;
  font-size: 17px;
  height: 180px;
  margin-top: 15px;
  text-align: center;
}

/*  */

.award {
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  border: 1px solid #cb865d;
  padding: 70px 30px 30px;
  margin: 0 10px;
}

.award .aw-tittle {
  font-size: 21px;
  margin-top: 0;
}

.award .aw-txt {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 23px;
  color: #de1e42;
  margin-top: 0;
  margin-bottom: 0;
}

.award .aw-img {
  position: absolute;
  top: -112px;
  width: 100px !important;
  left: 50%;
  margin-left: -50px;
  background: #fff;
  display: block;
  bottom: 190px;
}

.abt-cls .item {
  padding-top: 115px;
}

.abt__div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  position: relative;
}

.abt__div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  border-left: 2px solid #ccc;
  width: 100%;
  height: 100%;
}

.abt-icon {
  width: 50%;
  text-align: center;
}

.abt-icon img {
  width: 100px !important;
}

.abt-desc {
  width: 50%;
}

.abt-desc h2 {
  color: #d99100;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

.abt-desc p {
  width: 100% !important;
  font-size: 15px;
  margin-bottom: 0 !important;
  padding-top: 10px;
}


/* ==================================== Gallery Section Start =================================== */
#gallery {
  margin-block: 5em;
}

.gal__sec {
  padding: 50px 0;
  background-color: #f5f5f5;
}

/* .sub-head2 {
  font-weight: 800;
  text-align: center;
  font-family: "adobe-caslon-pro", serif;
  font-size: 38px;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #164657;
  line-height: 45px;
  text-transform: uppercase;
} */
.mytab {
  text-align: center;
  border-bottom: none;
  margin-bottom: 45px;
  position: relative;
}

.mytab li {
  float: none !important;
  display: inline-block;
  margin-inline: 5px;
  width: 10%;
}

/* ==================================== Gallery Section End =================================== */


/*  */

@media only screen and (min-width: 768px) {
  .project-carousel .owl-prev {
    position: absolute;
    left: -5%;
    top: 40%;
    background: transparent !important;
  }

  .project-carousel .owl-prev img,
  .abt-carousel .owl-prev img {
    width: 33px;
  }

  .project-carousel .owl-next {
    position: absolute;
    right: -5%;
    top: 40%;
    background: transparent !important;
  }

  .project-carousel .owl-next img,
  .abt-carousel .owl-next img {
    width: 33px;
  }

  .abt-carousel .owl-prev {
    background: transparent !important;
  }

  .abt-carousel .owl-next {
    background: transparent !important;
  }

  .gall-container {
    width: 90% !important;
  }
}



@media only screen and (max-width: 767px) {

  .project-carousel .owl-prev,
  .abt-carousel .owl-prev {
    background: transparent !important;
  }

  .project-carousel .owl-prev img,
  .abt-carousel .owl-prev img {
    width: 48px;
  }

  .project-carousel .owl-next,
  .abt-carousel .owl-next {
    background: transparent !important;
  }

  .project-carousel .owl-next img,
  .abt-carousel .owl-next img {
    width: 48px;
  }

  .home-div {
    height: auto;
  }

  /* #gallery{
    margin-block: 3em;
    padding-top: 6em;
  } */
}

.disc-head {
  color: #d99100;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
}

.disc a {
  color: #ffffff;
}

:root {
  --main-color: #d99100;
}

.serviceBox {
  /* color: var(--main-color); */
  /* background: var(--main-color); */
  font-family: "Nanum Gothic", sans-serif;
  text-align: center;
  padding: 35px 25px;
  margin: 0 10px;
  border-radius: 20px;
  position: relative;
  z-index: 3;
}

.serviceBox:before,
.serviceBox:after {
  content: "";
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.serviceBox:before {
  background: #f3f3f3;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 15px 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.serviceBox:after {
  width: calc(100% + 20px);
  height: calc(100% - 50px);
  /* border: 4px solid var(--main-color); */
  border-radius: 5px 5px;
  z-index: -2;
}

.serviceBox .service-icon {
  color: var(--main-color);
  font-size: 45px;
  transition: all 0.3s;
  margin: 0px auto 15px;
}

.serviceBox .title {
  color: var(--main-color);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 7px;
}

.serviceBox .description {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: #292b33;
  letter-spacing: 1px;
  margin: 0;
  min-height: 139px;
  font-weight: 900;
}

.serviceBox.green {
  --main-color: #d99100;
}

.dess1 p {
  margin-bottom: 20px;
}

.dess1 p {
  background: #f3f3f3;
  padding: 10px;
  color: #000000;
  border: 1px solid #d99100;
  outline: 1px solid #d99100;
  outline-offset: 4px;
  width: 100%;
  font-weight: 900;
  text-align: center;
  display: block;
  margin: 20px auto;
  font-size: 16.5px;
  font-family: "Poppins", sans-serif;
}

.qr-box {
  margin: 0 auto;
  width: 55%;
}

.qr-box img {
  width: 100px !important;
  margin: auto;
  margin-bottom: 20px;
}

.qr-box p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.owl-carousel .owl-nav .owl-next img,
.owl-carousel .owl-nav .owl-prev img {
  width: 15px;
}

@media screen and (max-width: 1280px) {
  .serviceBox .description {
    min-height: 160px;
  }
}

@media screen and (max-width: 767px) {
  .serviceBox .description {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    /* line-height: 22px; */
    margin: 0;
    min-height: auto;
    font-weight: 900;
    text-align: center;
    display: block;
    margin: 20px auto;
    font-size: 16.5px;
    font-family: "Poppins", sans-serif;
  }
}

@media only screen and (max-width: 1199px) {
  .serviceBox {
    margin: 0 10px 30px;
  }
}

.up-form-1 {
  background: #fff;
  /* padding: 1px 0 25px; */
  margin: 35px auto;
  box-shadow: none;
}

.reg-title {
  font-size: 18px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  font-family: "HELVET18_2", sans-serif;
  /* margin: 20px 0px; */
}

#inter-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#inter-form input,
#inter-form select {
  height: 40px;
  border-bottom: 2px solid #000;
  width: 100%;
  padding-left: 8px;
  background: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  border-radius: 0;
}

.ext-move {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-weight: 800;
  text-transform: capitalize;
  background: #d99100;
  padding: 5px;
}

.ext-move:hover {
  color: #fff;
}

.bg {
  animation: pulse 0.2s ease infinite;
  background: pink;
  -webkit-animation: pulse 1.1s ease infinite;
}

.button {
  display: -webkit-inline-box;
  /* justify-content: center; */
  /* align-items: center; */
  position: relative;
  z-index: 99;
  border: none;
  background: #cf092c;
  /* background-size: 18px; */
  cursor: pointer;
  outline: none;
  box-shadow: 2px 3px 1px 1px #000000fa;
}

.button a {
  position: absolute;
  color: #fff;
  font-size: 17px;
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.wt-tilte-main {
  float: left;
  padding-left: 25px;
  margin-bottom: 50px;
  border-left: 9px solid #d99100;
}

.wt-tilte-main h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Optima Bold";
  /* margin-top: 10px; */
  color: #000000;
}

.navbar-brand .dev-logo {
  width: 110px;
  margin-top: -24px;
}

@media (max-width: 767px) {
  .wt-tilte-main {
    float: none;
  }

  .key_img::after {
    display: none;
  }

  .wt-tilte-main h2 {
    font-size: 23px;
  }

  .navbar-brand .dev-logo {
    width: 80px;
    margin-top: -14px;
  }
}

.sec-disc p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.copy-txt {
  font-weight: 600;
  margin-block: 2em;
}

/* ****************************************** Configuration Start ******************************************** */

#configuration {
  margin-top: 70px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.conf-table thead {
  background: #292b33;
  color: #fff;
  border: none !important;
}

.conf-table tr th {
  text-align: center;
  vertical-align: middle !important;
  padding: 20px 0 !important;
  font-weight: normal;
}

.conf-table tr td {
  vertical-align: middle !important;
  padding: 20px 5px !important;
  background: transparent;
  border-bottom: 1px solid #cdcdcd !important;
  color: #212529;
  font-family: "Poppins Regular";
  font-weight: 500;
}

.conf-table .price-click:hover {
  color: #ffffff;
  background: #de1e42;
  transition: ease all 0.5s;
}

.conf-table .price-click {
  background: #f3f3f3;
  color: #222;
  padding: 12px 7px;
  display: block;
  width: 190px;
  max-width: 100%;
  margin: 0 auto;
  text-decoration: none;
  text-transform: uppercase;
  transition: ease all 0.5s;
}

@media screen and (max-width: 767px) {
  .conf-table .price-click {
    background: #f3f3f3;
    color: #222;
    padding: 11px 3px;
    display: block;
    font-size: 12px;
    width: 100px;
    /* max-width: 100%; */
    margin: 0 auto;
    text-decoration: none;
    text-transform: uppercase;
    transition: ease all 0.5s;
  }
}

/* ****************************************** Configuration End ******************************************** */

.callup p {
  color: #fff;
}

.callup a {
  color: #fff;
}

.callup a:hover {
  color: #23527c;
}


.realatte {
  color: #fff;
}

.realatte:hover {
  color: blue;
}


/* Projects Cards Css */


.prop-div {
  box-shadow: 2px 2px 11px #999;
  margin-bottom: 5%;
  min-height: 620px;
  background: #fff;
}

.prop-div,
.prop-img-div {
  position: relative;
  overflow: hidden;
  transition: ease all 1s;
}

.move {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  font-weight: 800;
  text-transform: capitalize;
}

.prop-img-div img {
  transition: ease all 1s;
  transform: scale(1.3);
}

.full-width {
  width: 100%;
}

.newlaunchlabel {
  background: #1c1c1c;
  position: absolute;
  /* transform: rotate(-34deg); */
  overflow: hidden;
  width: 186px;
  padding: 0px;
  top: 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  height: 43px;
  /* left: -37px; */
}

.newlaunchlabel h3 {
  text-align: center;
  color: #fff;
  position: relative;
  /* left: -64px; */
  font-size: 13px;
  top: -9px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;

}

.terms_conditions {
  background: #000;
  position: absolute;
  /* transform: rotate(-34deg); */
  overflow: hidden;
  width: fit-content;
  padding: 0px;
  top: 42%;
  left: 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  height: fit-content;
  /* left: -37px; */
}

.terms_conditions h6 {
  font-size: 5px;
  margin: 0px;
  padding: 5px;
  text-align: center;
  /* line-height: .8rem; */
}

.prop-inner {
  border-bottom: 1px solid lightgray;
  color: #191919;
  font-size: 13px;
}

.offer-txt {
  padding: 4px 0;
  background: #d99100;
}

.pulseanimation {
  animation: pulse-cust 2s infinite;
}

@-webkit-keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
  }
}

@keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
  }
}


.offer-txt p {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  padding: 0.3rem;
}

.prop-details {
  padding: 2%;
  background-color: white;
}

p.prop-name {
  /* position: absolute; */
  /* top: 0; */
  text-align: center;
  width: 47%;
  /* right: 0; */
  display: block;
  color: white;
  background-color: #000;
  padding: 1%;
  margin: 0px auto;
}


.prop-inner {
  border-bottom: 1px solid lightgray;
  color: #191919;
  font-size: 13px;
}

.prop-inner .prop-title {
  margin-bottom: 5px;
  /* margin-top: 5px; */
}

p.prop-title {
  float: left;
}

.prop-inner .prop-desc {
  margin-bottom: 5px;
  margin-top: 5px;
}

p.prop-desc {
  text-align: right;
}

p.rera {
  font-size: 12px;
  color: #000;
  /* font-weight: 600; */
  /* height: 18px; */
  text-align: center;
  line-height: 15px;
  display: block;
  margin-top: 1rem;
  width: 100%;
}

.sppb-addon-latest-posts .latest-posts .latest-post,
.sppb-addon-latest-posts .latest-posts .latest-post .latest-post-inner {
  max-height: max-content;
}

.sppb-addon-latest-posts .latest-posts .latest-post,
.sppb-addon-latest-posts .latest-posts .latest-post .latest-post-inner {
  /* min-height: 390px; */
  /* min-height: 240px; */
  /* max-height: 240px; */
  margin-bottom: 30px;
}

.sppb-addon-latest-posts .latest-posts .latest-post {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.prop-img-div:hover img {
  transform: scale(1.3);
  transition: ease all 1s;
}

.prop-img-div img {
  transition: ease all 1s;
  transform: scale(1.3);
}

.full-width {
  width: 100%;
}

.clickhere {
  background-color: #d99100;
  border: 6px solid #d99100;
  border-radius: 6px;
  color: #fff !important;
}

.move:hover {
  text-decoration: none;
}



@media only screen and (max-width: 767px) {
  .prop-div {
    box-shadow: 2px 2px 11px #999;
    margin-bottom: 5%;
    height: 472px;
    min-height: 462px;
  }

  .offer-txt p {
    padding: 0.3rem !important;
    font-size: 9px;
  }

  p.prop-name {
    width: 87% !important;
  }

  p.rera {
    font-size: 11px;
    height: 30px;
  }

  .terms_conditions {
    top: 28% !important;
  }


}

/* Projects Cards Css Ends */




/*----------- Projects PopUp --------------*/

#projects-popup input,
#projects-popup select {
  height: 40px;
  border: none;
  width: 100%;
  background: #e4e4e4;
  letter-spacing: 1px;
}

#projects-popup input::placeholder {
  color: #bebebe;
}

#projects-popup .input-group-addon {
  background: #d99100;
  color: #fff;
  border: 0;
}

.form-ico {
  font-size: 19px !important;
}

#projects-popup .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#projects-popup .selected-flag {
  background: #d99100;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#projects-popup .flag-container {
  padding: 0px !important;
}

/*---------------------------------*/



/* Nri Advantages Css */

.nri-adv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f9f9f9;
  margin-bottom: 3rem;
  padding: 8% 8%;
}

.nri-adv .nri-img img {
  width: 70px;
  filter: brightness(0) saturate(100%) invert(51%) sepia(91%) saturate(570%) hue-rotate(6deg) brightness(94%) contrast(102%);
}

.nri-adv .nri-content h4 {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}

.nri-adv .nri-content p {
  font-size: 16px;
  margin-top: 1rem;
  text-align: center;
  line-height: 1.5rem;
}

.nri-adv .nri-content {
  padding: 15px 0 0;
}

.mt-3 {
  margin-top: 3rem;
}

/* Blogs Css */

.b_left {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 55px;
}

.b_left>img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.b_details {
  position: absolute;
  bottom: 30px;
  left: 35px;
  max-width: 440px;
  z-index: 22;
}

.b_details .bgtext {
  background: #303030;
}

.b_details .bgtext h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  padding: 22px 30px;
  margin-top: 18px;
}

.b_details .bgtext a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
}

.heateor_sss_sharing_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}

.b_details span {
  background: rgb(255 255 255);
  color: #000;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 4px 18px;
  height: 100%;
}

.heateor_sss_sharing_ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

div.heateor_sss_follow_ul a,
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
  float: left;
  padding: 0 !important;
  list-style: none !important;
  border: none !important;
  margin: 2px;
}

.heateor_sss_sharing_ul a span {
  width: 22px !important;
  height: 22px !important;
  border-radius: 100px;
  display: inline-block;
  padding: 0;
}

.b_details span {
  background: rgb(255 255 255);
  color: #000;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 4px 18px;
  height: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

.heateor_sss_sharing_ul a span {
  font-size: 24px;
}


.fb {
  background: #3c589a !important;
}

.lkd {
  background: #0077b5 !important;
}

.wtup {
  background: #55eb4c !important;
}

.b_left::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .b_details {
    position: absolute;
    bottom: 30px;
    left: 15px;
    max-width: 90%;
    z-index: 22;
  }
}


/*  */

.articleswrap .col-lg-6:nth-child(2n) {
  padding-left: 0;
}

.articlesgrid {
  width: 100%;
  position: relative;
  margin-top: 50px;
  border: 1px solid #80808036;
  height: calc(100% - 50px);
}

.art_img {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
}

.art_img span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgb(255 255 255);
  color: #000;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 4px 18px;
}

.articlesgrid .des_content {
  padding: 15px;
  display: block;
}

.art_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.85s ease-out;
  transform: scale(1);
}

.articlesgrid:hover .art_img img {
  transform: scale(1.1);
}

.art_title_text {
  width: 100%;
  margin-bottom: 15px;
}

.art_title_text h3 {
  font-size: 18px;
  letter-spacing: 1px;
  word-spacing: 1px;
  color: #000;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
}

.art_title_date {
  width: 100%;
}

.art_title_date small {
  color: #909090;
  font-size: 15px;
}

.art_title_date small span {
  color: #000;
}

.loadmorebtn {
  width: 100%;
  display: inline-flex;
  text-align: center;
  margin-top: 50px;
}

.loadmorebtn a {
  width: auto;
  background: #000;
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 25px;
  transition: all 0.85 ease;
}

.loadmorebtn a:hover {
  background: #909090;
}

.articles_sidewrap {
  width: 100%;
  margin-top: 50px;
}

.searchfield {
  width: 100%;
  background: #f0f0f0;
  padding: 50px 20px;
}

.srchform {
  position: relative;
  width: 100%;
}

.srchform .form-control {
  border-radius: 0;
  font-size: 12px;
  height: 40px;
  width: 82%;
  border: none;
}

.srchform button {
  width: 70px;
  height: 39px;
  float: right;
  border: none;
  font-size: 12px;
  color: #fff;
  background: #1e1e1e;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0px;
  transition: all 0.85s ease;
}

.srchform button:hover {
  background: #000;
}

.media_follow {
  width: 100%;
  background: #f0f0f0;
  padding: 50px 20px;
}

.media_follow h3 {
  font-size: 18px;
}

.media_follow ul {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
}

.media_follow ul li {
  width: auto;
  text-align: center;
  display: inline-block;
}

.media_follow ul li a {
  width: 100%;
  display: block;
  margin-right: 5px;
  transition: all 0.85s ease;
}

.media_follow ul li a svg {
  width: 28px;
  height: auto;
  transform: scale(1);
  transition: all 0.85s ease;
}

.media_follow ul li a span {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.media_follow ul li a:hover svg {
  transform: scale(1.1);
}

.marg_20 {
  margin-top: 20px;
}

.overlay_full.open .call_us li {
  font-sizE: 16px
}

.overlay_full.open .small_overlay ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 115px;
}


.blog-search-result {
  margin-top: 110px
}
 

/* Referal Css */

 .hw-box-wrap {
  background: #d99100 !important;
  padding: 4rem 6rem;
  margin-top: 2rem;
}

 .hw-box-wrap .hw-box-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 10px;
}

 .hw-box-wrap .hw-box {
  width: 15%;
  text-align: center;
}

 .hw-box-wrap img {
  /* background: #fff; */
  /* filter: brightness(0) saturate(100%) invert(51%) sepia(91%) saturate(570%) hue-rotate(6deg) brightness(94%) contrast(102%); */
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7467%) hue-rotate(70deg) brightness(108%) contrast(110%);
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(5144%) hue-rotate(87deg) brightness(93%) contrast(103%);
}

 .hw-box-wrap .hw-box span {
  color: #fff;
  font-size: 18px;
  display: block;
  margin-top: 2rem;
  line-height: 1.6rem;
  background: #000;
  border-radius: 9px;
  padding: 0.5rem;
}


 .hw-box-wrap .arrow-box {
  border-top: dashed 2px #fff;
  position: relative;
  width: 4rem;
  margin-top: 7%;
}

 .hw-box-wrap .arrow-box:after {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 0.9rem;
  height: 0.9rem;
  top: -0.5rem;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hw-box-wrap .hw-para {
  border-top: solid 0.1rem #fff;
  border-bottom: solid 0.1rem #fff;
  color: #fff;
  padding: 2rem 5%;
  margin-top: 2rem;
}
 
#referAFriend .main-para{
  font-size: 18px;
  line-height: 1.6;
  color: #646464;
  margin-top: 1rem !important;
}
 

@media only screen and (max-width: 1023px) {
   .hw-box-wrap .hw-box-inner {
      display:block
  }
}
@media only screen and (max-width: 1279px) {
   .hw-box-wrap .hw-box {
      width:13%
  }
}
@media only screen and (max-width: 1023px) {
   .hw-box-wrap .hw-box {
      width:100%;
      padding: 5rem 0
  }

   .hw-box-wrap .hw-box:first-child {
      padding-top: 0;
      text-align: center;
  }
}
@media only screen and (max-width: 767px) {
   .hw-box-wrap .hw-box {
      padding:4rem 0;
      text-align: center;
  }
}
@media only screen and (max-width: 1279px) {
   .hw-box-wrap .hw-box span {
      font-size:1.4rem;
      line-height: 2rem
  }
}
@media only screen and (max-width: 1023px) {
   .hw-box-wrap .hw-box span {
      font-size:1.8rem
  }
}
@media only screen and (max-width: 767px) {
   .hw-box-wrap .hw-box span {
      font-size: 16px;
      line-height: 1.5rem;
      text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
   .hw-box-wrap .arrow-box {
      margin:0 auto;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg)
  }
}
@media only screen and (max-width: 1279px) {
   .hw-box-wrap .hw-para {
      margin-top:3rem
  }
}

@media only screen and (max-width: 1023px) {
   .hw-box-wrap .hw-para {
      margin-top:0
  }
}

@media only screen and (max-width: 767px) {
   .hw-box-wrap .hw-para {
      padding:1.5rem 0
  }
}

@media only screen and (max-width: 1023px) {
   .tabel-row {
      overflow:auto
  }
}

@media only screen and (max-width: 767px) {
   .tabel-row {
      margin-top:3rem
  }
}
@media only screen and (max-width: 1023px) {
   .tabel-row .table {
      width:max-content
  }
}
@media only screen and (max-width: 1023px) {
   .tabel-row .table td, .tabel-row .table th {
      padding:1.5rem 2rem
  }
}

@media only screen and (max-width: 767px) {
   .tabel-row .table td, .tabel-row .table th {
      font-size:1.6rem
  }
}

@media only screen and (max-width: 767px) {
   .tabel-row .table td span, .tabel-row .table th span {
      padding-bottom:.6rem
  }
}

@media only screen and (max-width: 1279px) {
   .hw-box-wrap {
      padding: 3rem;
  }
}


.refer-button{
  background-color: #000;
  font-size: 18px;
  margin-top: 2rem;
  color: #fff;
  padding: 10px 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#aboutUs .about-content h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

#aboutUs .about-content p{
  font-size: 15px;
  line-height: 1.3rem;
}
 
 
.rbi-guidelines p{
  font-size: 17px;
  line-height: 1.65em;
}

.disc-head-new{
  font-size: 37px;
  line-height: 2.7rem;
}

@media (max-width:767px) {
  .disc-head-new{
    font-size: 24px;
    line-height: 1.8rem;
  }
  
}

.fw{
  font-weight: bold;
}

.rbi-heading-3{
  font-size: 30px;
  font-weight: 500;
}

.text-white{
  color: #fff;
}

.links-pages{
  margin-top: 2rem;
  text-align: center;
  line-height: 2rem;
}

.links-pages a:hover{
  color: #d99100 !important;
}


.links-pages a:active{
  color: #d99100 !important;
}

.links-pages a:focus{
  color: #d99100 !important;
}



#accordion .panel {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 15px;
}

#accordion .panel-heading {
  padding: 0;
  border-radius: 0;
  border: none;
}

#accordion .panel-title a {
  display: block;
  padding: 14px 45px;
  font-size: 16px;
  font-weight: bold;
  color: #232323;
  background: #fff;
  position: relative;
  /* margin-bottom: 15px; */
  box-shadow: 3px 3px 3px rgb(173, 173, 173);
  transition: all 0.5s ease 0s;
  /* background: #d99100 !important; */
}

#accordion .panel-title a.collapsed {
  background: #eee;
  /* box-shadow: none; */
  /* background: linear-gradient(90deg, rgba(232,189,197,1) 0%, rgba(179,165,201,1) 100%); */
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  /* content: ""; */
  width: 20px;
  height: 1px;
  background: #0760dc;
  position: absolute;
  top: 23px;
  left: 0;
}

#accordion .panel-title a.collapsed:before {
  background: #ddd;
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 27px;
  height: 27px;
  line-height: 27px;
  border-radius: 50%;
  /* background: #000000; */
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  color: #000;
  text-align: center;
  z-index: 1;
  /* background: #d99100 !important; */
  /* border: 0.5px solid #000; */
}

#accordion .panel-title a.collapsed:after {
  content: "\f067";
  color: #000;
  /* background: rgb(232,189,197); */
}

#accordion .panel-body {
  font-size: 13px;
  color: #737373;
  line-height: 25px;
  padding: 20px 15px;
  height: fit-content;
  /* margin-left: 35px; */
  border: none;
  box-shadow: 3px 3px 3px rgb(173, 173, 173);
}


hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #000;
}