@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;1,100;1,200&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,
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;
}

html {
  overflow-x: hidden;
}

.viewamiDiv28 {
  display: none;
}

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

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

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

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

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

.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: #dc1c35;
}

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

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

  .navbar-brand>img {
    float: left;
    width: 112px;
    margin-top: 3px;
  }

  .nav-img {
    background: #ffffff;
  }

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

@media (max-width: 767px) {
  .webview {
    display: none !important;
  }

  .active .mobview {
    display: block !important;
  }

  .prop-div {
    height: auto !important;
    background-color: #fff;
  }

  .navbar-nav {
    margin: initial !important;
  }

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

  .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;
}

/*.nav-enquire {*/

/*border: 2px solid #cdaa65;*/

/*border-radius: 30px;*/

/*padding: 3px 15px !important;*/

/*color: #cdaa65 !important;*/

/*margin-top: 10px;*/

/*}*/

.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: 65px 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 #dc1c35;
  padding-left: 25px;
  margin-bottom: 20px;
}

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

.head-line {
  width: 150px;
  height: 4px;
  background: #dc1c35;
  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;
}

.light-grey-1 {
  background: #ededed;
}

.cust-container {}

.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: 40vh; */
  }
}

/* -------------------  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: #dc1c35;
  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 {
  padding-right: 10px;
  background: #d31e1e;
  color: #fff;
  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: #dc1c35;
  border: 2px solid #dc1c35;
  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: #000;
  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: #dc1c35;
  color: #fff;
  border: 0;
}

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

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

#main-popup .selected-flag {
  padding-right: 10px;
  background: #d31e1e;
  color: #fff;
  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: #dc1c35;
  color: #fff;
  border: 0;
}

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

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

#price-model .selected-flag {
  padding-right: 10px;
  background: #d31e1e;
  color: #fff;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

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

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

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

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

#broucher-modal input::placeholder {
  color: #bebebe;
}

#broucher-modal .input-group-addon {
  background: #dc1c35;
  color: #fff;
  border: 0;
}

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

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

#broucher-modal .selected-flag {
  padding-right: 10px;
  background: #d31e1e;
  color: #fff;
  width: 39px;
  border-radius: 3px 0px 0px 3px;
  height: 40px;
}

#broucher-modal .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: #dc1c35;
  color: #fff;
  border: 0;
}

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

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

#interested .selected-flag {
  padding-right: 10px;
  background: #d31e1e;
  color: #fff;
  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: #dc1c35;
  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 #dc1c35;
  border-radius: 0px;
  padding: 8px 30px;
  transition: all 0.5s ease;
  font-weight: 800;
  background: #dc1c35;
  /*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: #dc1c35;
  background-color: #fff !important;
  border-color: #dc1c35;
  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: #dc1c35 !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: #dc1c35;
  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/inner-banner.jpg) center no-repeat;
  margin-top: 50px;
}

.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: #dc1c35;
  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: #dc1c35;
  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: #dc1c35;
  border-radius: 25px;
}

.oops-greet {
  color: #dc1c35;
  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: 80%;
  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: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 30px;
  color: #fff;
}

.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: #414041;
  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: #414041;
  color: #fff;
}

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

.disc {
  font-size: 13px;
  line-height: 15px;
  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: #dc1c35;
}

.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;
}

.prop-inner p {
  font-size: 12px;
}

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 #dc1c35;
  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;
}

#aboutus h3 {
  font-size: 18px;
  color: #de1e42;
  margin: 20px 0px;
  font-weight: 500;
}

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

.abt__div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 14px 5px;
  margin-top: 25px;
  border: 2px solid #2b7159;
  position: relative;
  outline: 2px solid #2e476c;
  outline-offset: -5px;
  background: #ededed;
  min-height: 100px;
}

.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: 50px !important;
}

.abt-desc {
  width: 50%;
}

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

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

/*  */

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

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

  .project-carousel .owl-next {
    position: absolute;
    right: -5%;
    top: 190px;
    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;
  }
}

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

.disc a {
  color: #ffffff;
}

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

.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;
  /* line-height: 22px; */
  margin: 0;
  min-height: 139px;
  font-weight: 900;
}

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

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

.dess1 p {
  background: #f3f3f3;
  padding: 10px;
  color: #000000;
  border: 1px solid #dc1c35;
  outline: 1px solid #dc1c35;
  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: 20px;
}

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

@media screen and (max-width: 767px) {
  .serviceBox .description {
    color: #555;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    /* line-height: 22px; */
    margin: 0;
    min-height: auto;
  }
}

@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: #eb1d3d;
  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: #dc1c35;
  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;
  }
}

/* .left-con img{
  width: 100%;
} */
.right-amen {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin: 1% auto;
}

.right-amen img {
  width: 69px;
  padding: 15px;
}

.left-con img {
  width: 100%;
  /* height: 550px; */
}

.right-amen p {
  font-size: 17px;
}

.abt-rera {
  margin-top: 50px;
  text-align: center;
}

.abt-rera h5 {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  margin-top: -3px;
  border-bottom: 3px solid #ffffff;
  padding: 8px;
  background: #dc1c35;
  margin-bottom: -1px;
  line-height: 23px;
  letter-spacing: 2px;
}

.abt-rera img {
  width: 100%;
}

.abt-rera p {
  font-size: 11px;
  background: black;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  /* margin-top: 6px; */
  border-bottom: 2px solid #ffffff;
  padding: 5px;
  background: #dc1c35;
  /* margin-bottom: 29px; */
  line-height: 23px;
}

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


.text-effect {
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  animation: neon 1s ease infinite;
}

.tdn:hover {
  text-decoration: none !important;
}

.tdn {
  text-decoration: none !important;
}


@keyframes neon {

  0%,
  100% {
    color: #cf092c;
    text-shadow: #000;
  }

  50% {
    color: #1c0f0f36;
    text-shadow: #000;
  }
}

@media only screen and (max-width: 990px) {
  .text-effect {
    font-size: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .text-effect {
    font-size: 60px;
  }
}

@media only screen and (max-width: 576px) {
  .text-effect {
    font-size: 35px;
  }
}

@media screen and (max-width: 768px) {
  .left-con img {
    width: 100%;
    /* height: 550px; */
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1400px) {
  .prop-inner p {
    font-size: 13px;
  }
}

@media screen and (max-width: 1100px) {
  .prop-inner p {
    font-size: 12px;
  }
}

.prop-div {
  height: 60rem;
  background-color: #fff;
}

.intl-tel-input .country-list .country {
  color: black !important;
  padding: 5px 10px;
}

.intl-tel-input {
  width: 100%;
}

.intl-tel-input .selected-flag {
  height: 40px !important;
}

.intl-tel-input .selected-flag {
  z-index: 22 !important;
}

.intl-tel-input .country-list {
  z-index: 22 !important;
}

.intl-tel-input .selected-flag .iti-arrow {
  right: -18% !important;
}

.highlight {
  color: #000000 !important;
}

#inter-form-telin {
  padding-left: 100px !important;
}

.mobview {
  display: none !important;
}

.viewcedarRera,
.viewcedarfeatures,
.viewsathrera,
.viewsathfeatures,
.viewcollegerera,
.viewcollegefeatures,
.viewamiDiv28,
.viewantheiarera,.viewantheiafeatures {
  display: none;
}