:root {
  --lighgrey: #9d9d9c;
  --black: #071c35;
}

/*Here is Lato Font*/
@font-face {
  font-family: Lato;
  src: url('../fonts/Lato/Lato-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato/Lato-Bold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato/Lato-Thin.ttf');
  font-weight: 700;
}

/*Here is Lato Font*/

/*Here is Lato Font*/
@font-face {
  font-family: Optima-Font;
  src: url('../fonts/Optima-Font/OPTIMA.ttf');
  font-weight: 600;
}

@font-face {
  font-family: Optima-Font;
  src: url('../fonts/Optima-Font/OPTIMA_B.ttf');
  font-weight: 700;
}

/*Here is Lato Font*/

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-family: 'Optima-Font';
  font-weight: 400;
}

body,
p {
  padding: 0px;
  margin: 0px;
  font-family: 'Lato';
  font-weight: 400;
}

body {
  scroll-behavior: smooth;
  letter-spacing: 0.5px;
}

.navbar_container {
  position: fixed;
  top: 3%;
  z-index: 9999;
  background-color: #fff;
  width: 90%;
  margin-left: 5%;
  border-radius: 5px
}

.navbar_container .custom_navbar .developer-logo {
  width: 80px;
}

.navbar_container .custom_navbar .nav-link {
  font-size: 15px;
  color: #114887;
  letter-spacing: .5px
}

.navbar_container .custom_navbar .nav-item {
  padding: 10px
}

.navbar_container .custom_navbar li.nav-item.specail-li-2 {
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #114887;
}

.navbar_container .custom_navbar li.nav-item.specail-li-2 a {
  color: #fff;
}

.navbar_container .custom_navbar i.fa.fa-mobile-phone {
  font-size: 35px;
  color: #fff;
}

.navbar_container .custom_navbar li.nav-item.specail-li-2 {
  display: flex;
  align-items: center
}

.navbar_container .custom_navbar li.nav-item.specail-li-2 a.nav-link {
  padding-right: 0 !important
}

.strip {
  margin-top: 20px;
  cursor: pointer;
}

.btn-group {
  position: absolute;
  bottom: 0;
  width: 200px;
  height: 50px;
  background-color: #fff;
}

a.carousel-control-prev {
  color: #114887;
  font-size: 50px;
}

a.carousel-control-next {
  color: #114887;
  font-size: 50px;
}

a.carousel-control-prev {
  opacity: 1;
  width: 50%;
}

a.carousel-control-next {
  opacity: 1;
  width: 50%;
}

.custom_heading {
  color: #9d9d9c;
  font-family: 'Lato';
  position: relative;
  font-size: 18px;
  width: fit-content;
  margin-bottom: 30px
}

.custom_heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #9d9d9c;
  margin-left: 8px
}

.project-overview .custom_heading {
  color: #071c35 !important;
  font-family: 'Lato';
  position: relative;
  font-size: 24px !important;
  width: fit-content;
  margin-bottom: 10px !important
}

.project-overview .custom_heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100% !important;
  height: 2px;
  background-color: #9d9d9c;
  margin-left: 8px
}

.main_inside_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.main_inside_container .main_row {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center
}

.main_inside_container .custom_col_left {
  width: 50%
}

.main_inside_container .custom_col_right {
  width: 32%;
  margin-top: -5%;
}

.main_inside_container .details_withForm {
  color: #fff;
  padding: 25px;
  margin-left: 10%;
  margin-right: 10%;
  text-align: end;
  margin-top: -42px;
  border-radius: 5px
}

.main_inside_container h4.typology_heading {
  padding-top: 10px;
  font-size: 25px;
  letter-spacing: 0px;
}

.main_inside_container h4.starting-price {
  color: #000;
  padding: 5px;
  /* text-align:center; */
  font-size: 29px;
  margin-top: 10px;
  background-image: linear-gradient(45deg, #BF953F, #FCF6BA, #ffe3a7, #FBF5B7, #AA771C);
  font-weight: 700;
  padding-left: 10px;
}

.main_inside_container p.status {
  text-align: center;
  margin-top: 15px;
  text-transform: uppercase;
  color: #ffd839;
  font-size: 20px;
  background-color: #222;
  padding: 10px;
}

.main_inside_container p.price_heading {
  padding-top: 5px;
  font-size: 20px;
}

.main_inside_container .details_withForm {
  position: relative;
  width: 100%
}

.main_inside_container .box-1 {
  position: absolute;
  z-index: 1;
  width: 81%;
  left: 0;
  top: 0;
  padding: 25px;
  margin-top: -50px;
  transition: all .5s ease-out;
  border-radius: 5px;
  text-align: left;
  padding-bottom: 8px;
  padding-top: 8px;
}

.main_inside_container .details_withForm:hover .box-1 {
  animation: spin 2s linear
}

.main_inside_container .details_withForm:hover .box-2 {
  z-index: 9
}

.main_inside_container .details_withForm button {
  width: 200px;
  margin-top: 15px;
}

.main_inside_container .box-2 .col-md-6.col-sm-6.col-xs-12.frm1 {
  margin-bottom: 15px
}

.main_inside_container .box-2 .col-md-12.col-sm-12.col-xs-12.frm1 {
  margin-bottom: 15px
}

.main_inside_container .box-2 h4 {
  margin-bottom: 10px;
  text-align: left
}

.blink-hard {
  animation: blinker 1s step-end infinite;
}

@keyframes blinker {
  50% {
    color: #c1c1c1;
  }
}

.all_custom_heading h1 {
  font-size: 65px;
  color: #000
}

.all_custom_heading {
  width: fit-content;
  margin: 0 auto;
  display: block
}

/*.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: -11px;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.dropdown-item{white-space: normal;display: block;}*/
.navbar-nav li:hover>ul.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

.dropdown-item {
  white-space: normal;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  width: 200px;
}

.slider_container #demo1 .carousel-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 1;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: none;
}

nav.navbar.navbar-expand-md.custom_navbar {
  padding: 0px 2%;
  padding-right: 5%;
}

body.fixed .newClass {
  padding: 0px 5%;
}

.top_form h2 {
  text-align: center;
  color: #fff;
  font-size: 21px;
  padding: 14px;
  background-color: #114887;
}

.form-box {
  margin-top: 20px !important;
  position: fixed;
  right: 5px;
  z-index: 99999;
  bottom: 0;
  background: #fff;
  padding: 0;
  z-index: 9999;
  width: 19%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.form-box h4 {
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  background: #e8e8e8;
  padding: 20px 0;
  font-weight: 600;
  letter-spacing: 2px;
  color: #114887
}

.top_form h2 span {
  cursor: pointer;
  margin-left: 5%
}

.top_form h4 a {
  color: #2f2d5f
}

.from-banner h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  margin-top: 15px
}

.from-banner h4 span {
  display: block
}

.from-banner {
  background: #fff
}

.from-banner h1 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center
}

.form_inner .form-control {
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid#ced4da;
  height: 50px;
}

.container_footerform .container p.pb-2 {
  font-size: 13px;
  padding-top: 10px;
}

.form_inner {
  padding-top: 20px;
  padding-bottom: 20px
}

.enquire-btn {
  width: 100%;
  /* background-color:#071c35; */
  color: #114887;
  border: none;
  padding: 10px;
  background-image: linear-gradient(45deg, #BF953F, #d3ca72, #ffe9ba, #FBF5B7, #f2c981);
}

.form_content {
  padding-left: 15px;
  padding-right: 15px
}

.container_footerform {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../images/priceList-pattern.png) repeat-y #0e0f0f;
}

.container_footerform .all_custom_heading {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px
}

.container_footerform .container h1 {
  color: #fff
}

.container_footerform .container {
  max-width: 90%
}

.container_footerform .container p {
  color: #fff
}

.container_footerform .container hr {
  margin-top: 3rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.container_footerform .container a {
  color: #fff
}

.container_footerform .container a:hover {
  color: #fff;
  text-decoration: none
}

.container_footerform .inner-top {
  padding: 25px 0px;
  padding-top: 40px;
  background-color: rgba(255, 255, 255, 4%);
  padding: 25px;
  border-radius: 5px;
  margin-top: 40px;
}

.container_footerform .bottom-form-box {
  display: flex;
  justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px;
}

.container_footerform .bottom-form-box .box-input {
  width: calc(24% - 15px);
  margin: 15px;
}

.container_footerform .bottom-form-box .box-input .form-control {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 0;
  padding-left: 0;
  padding-bottom: 10px;
  color: #fff;
}

.container_footerform .bottom-form-box .box-input .custome_form-control {
  width: 100%;
  background-color: transparent;
  /* border: none; */
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 10px 15px !important;
  color: #fff;
}

.custom-select_new {
  height: unset;
}

.container_footerform .all_custom_heading h2 {
  font-size: 38px;
  color: #fff;
}

.container_footerform .bottom-form-box .box-input .form-control::placeholder {
  padding-left: 0;
  color: #ccc;
}

.all_custom_heading .project-logo-f {
  width: 150px;
  background-color: #fff;
  padding: 10px 25px;
}

.container_footerform .bottom-form-box .box-input .btn-form {
  width: 100%;
  border: none;
  width: 100%;
  padding: 10px;
  background-image: linear-gradient(45deg, #dbaf54, #FCF6BA, #f6e2b7, #FBF5B7, #AA771C);
  border-radius: 4px;
  cursor: pointer;
}

.container_footerform .footer-midd {
  margin-top: 50px;
}

.container_footerform .footer-midd .menu-footer {
  padding-left: 0;
  list-style-type: none;
}

.container_footerform .footer-midd h4 {
  color: #fff;
  padding-bottom: 20px;
}

.container_footerform .footer-midd .menu-footer li {
  padding: 3px 0px;
}

.container_footerform .footer-midd .menu-footer li a {
  color: #eee;
}

.container_footerform .footer-midd .box-rera {
  height: 200px;
  overflow-y: scroll;
  padding-right: 5px;
  margin-right: 15px;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

.top_form h2 {
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  /* height: 100vh; */
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}



.pathimage {
  position: absolute;
  bottom: 7%;
  z-index: 2;
  right: 22%;
  width: 15%;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #114887;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.mobile-section_1 {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

.mobile-section {
  display: flex;
  width: 100%;
  align-items: center;
  background: #2f2f2f;
  z-index: 999;
}

.mobile-section .btn-success {
  color: #ffffff;
  background-color: #114887;
  border-color: #fff;
  font-size: 13px;
  padding: 7px;
  font-weight: 600;
}

.mobile-section a {
  padding: 5px;
  width: 100%;
  border-radius: 0
}

div#demo {
  position: relative;
  z-index: 1
}

.projectbox_container {
  position: relative;
  padding-top: 40px !important;
  padding-bottom: 50px !important
}

img.img-fluid.overview_bg_logo {
  position: absolute;
  left: -3%;
  top: 35%;
  transform: rotate(270deg);
  width: 20%;
  opacity: .3
}

.highlights_container .highlight_box .p-para {
  font-size: 20px
}

img.img-fluid.highlights-icons {
  width: 60px;
  margin-bottom: 10px
}

img.img-fluid.modal-logo {
  margin-bottom: 0;
  filter: invert(1)
}

img.img-fluid.paymentplan_img {
  width: 7%;
  margin-right: 15px
}

.projectbox_container .container {
  max-width: 94%;
}

.projectbox h1 {
  font-size: 60px;
  margin-bottom: 50px;
}

.project_box {
  display: flex;
  justify-content: center;
  width: 100%;
  color: #fff;
  background-color: #114887;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.project_box .project_content {
  width: 50%;
  max-width: 50%;
  padding: 20px;
  position: relative;
  min-height: 388px;
  display: grid;
  align-items: center;
}

.project_box .project_img {
  width: 50%;
  max-width: 50%;
  position: relative;
}

.project_box .project_img_1 {
  height: 100%;
  object-fit: cover
}

.project_box .project_content h4 {
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

.project_box .project_content .project_location {
  text-transform: uppercase;
  font-size: 14px !important;
}

.project_box .project_content .project_name {
  text-transform: uppercase;
}

.project_box .btn-custom {
  width: 100%;
  margin-top: 10px;
  background-image: linear-gradient(45deg, #dbaf54, #FCF6BA, #f6e2b7, #FBF5B7, #AA771C);
}

.project_box .project_content p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 15%;
  height: 1px;
  background-color: #9d9d9c;
  margin-left: 8px
}

.project_box .project_content p {
  position: relative;
  color: #b1b1b1;
  padding-bottom: 3px;
}

.projectbox_container h1 {
  margin-bottom: 80px;
  position: relative
}

.projectbox_container h1::after {
  content: "";
  position: absolute;
  top: 116%;
  left: 45%;
  width: 10%;
  height: 2px;
  background-color: #114887;
  margin: 0 auto;
  display: block
}

.projectbox_container .col-sm-12.col-md-6.col-lg-6 {
  margin-bottom: 40px
}

img.img-fluid.project_logo_img {
  position: absolute;
  z-index: 9;
  top: 7px;
  right: 2%;
  width: 23%;
  background-color: #fff;
  padding: 5px
}

h4.project_location {
  font-size: 18px !important;
  margin-bottom: 15px !important
}

img.img-fluid.project-logo {
  filter: invert(1)
}

h1.projectName_heading {
  font-size: 50px
}

.modal-body h4.typology_heading {
  background-color: #f7eb46;
  color: #114887;
  width: 91%;
  margin: 0 auto;
  padding: 5px;
  margin-top: 10px;
  font-size: 18px
}

.d-p p {
  font-size: 14px;
  text-align: center
}

.overview_container {
  position: relative;
}

img.img-fluid.overview_bg_logo {
  position: absolute;
  left: -3%;
  top: 35%;
  transform: rotate(270deg);
  width: 20%;
  opacity: 0.3;
}

.breadcrumb {
  position: relative;
  background-image: url(../images/breadcrumb.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
  height: 400px;
  background-size: cover;
}

.breadcrumb:after {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.breadcrumb:before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 50%) 0%, rgb(0 0 0 / 70%) 100%);
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.breadcrumb .container {
  position: absolute;
  width: 90%;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 86%;
}

.breadcrumb .container ul {
  padding: 0;
  text-align: right;
}

.breadcrumb .container ul li {
  list-style-type: none;
  padding: 5px 2px;
}

.breadcrumb .container ul li a {
  text-decoration: none;
  color: #eee;
  font-size: 20px;
  font-family: "Poppins-Regular";
  letter-spacing: 2px;
  padding: 15px;
}

.breadcrumb .container ul .active a {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 5px;
}

.overview_container {
  background-color: #F7F7F7;
  overflow: hidden;
}

.overview_container .col-sm-12.col-md-6.col-lg-6.col_right {
  position: relative !important;
  padding-top: 180px;
  padding-bottom: 80px;
}

.overview_container .content-box {
  position: relative;
  width: 80%
}

.overview_container .content-box p {
  letter-spacing: .5px
}

.overview_container .content-box h1 {
  font-size: 80px;
  margin-bottom: 10px
}

.overview_container .forbox_imgs {
  width: 60%;
  margin: 12% 4% 0px auto;
}

.overview_container img.img-fluid.img-1 {
  width: 100%;
  height: 82%;
  object-fit: cover;
  margin-left: auto;
  display: block;
  margin-right: 5%;
}

.overview_container .col-sm-12.col-md-6.col-lg-6.second_col {
  margin-top: 25px;
  margin-bottom: 25px;
}

.overview_container .col-sm-12.col-md-6.col-lg-6.first_col {
  margin-bottom: 25px;
  position: relative;
  top: 2px;
}

.overview_container .col-sm-12.col-md-6.col-lg-6.third_col {
  margin-bottom: 25px;
  position: relative;
  top: -60px;
}

.overview_container .col-sm-12.col-md-6.col-lg-6.forth_col {
  position: relative;
  top: -54px;
}

.overview_container button.btn.btn-download-brochure {
  padding: 15px 40px;
  background-color: #022E21;
  color: #fff;
  border-radius: 0;
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.contact-page {
  padding: 100px 0px;
}

.contact-page .right-area .box {
  padding-bottom: 40px;
}

.contact-page .left-area .box {
  padding-bottom: 25px;
}

.contact-page .right-area .box .media img {
  width: 60px;
  border: 1px solid #ccc;
  padding: 15px;
}

.contact-page h2 {
  padding-bottom: 50px;
}

.contact-page .left-area {
  padding-right: 80px;
}

.contact-page .left-area .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #666;
  border-radius: 0;
  margin-bottom: 25px;
  padding-left: 0;
}

.contact-page .left-area .btn-form {
  width: 100%;
  color: #114887;
  border: none;
  padding: 10px;
  background-image: linear-gradient(45deg, #BF953F, #d3ca72, #ffe9ba, #FBF5B7, #f2c981);
}

.contact-page .right-area .box h5 {
  padding-bottom: 5px;
}


.newClass {
  position: fixed !important;
  width: 100%;
  background-color: #fff;
  top: 0;
  margin-left: 0;
  border-radius: 0;
  z-index: 99
}

.newClass .custom_navbar {
  padding-top: 0;
  padding-bottom: 0
}

.modal {
  z-index: 99999
}

.modal-body {
  padding-top: 0;
  border: none
}

.top_modal_content {
  text-align: center;
  color: #222;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px
}

.top_modal_content img {
  width: 140px;
}

.modal-body {
  padding: 0
}

.modal-content {
  border: none
}

.form_inner.form_inner_2 {
  padding-left: 15px;
  padding-right: 15px
}

button.close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e3e939;
  color: #114887;
  z-index: 99;
  padding: 8px 15px;
  opacity: 1
}

i.fa.fa-long-arrow-right {
  padding-left: 10px
}

p.paymentPlan-p {
  font-size: 20px !important;
  margin-top: 20px
}

p.paymentplan {
  position: absolute;
  top: 0px;
  right: 5px;
  background-color: #114887;
  color: #fff;
  padding: 4px;
  border-radius: 5px
}

.slider_container .carousel-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 1;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.sidebar-contact {
  position: fixed;
  top: 50%;
  z-index: 99;
  right: -360px;
  transform: translateY(-50%);
  width: 360px;
  height: auto;
  padding: 40px;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  transition: 0.5s;
}

.sidebar-contact.active {
  right: 0;
}

.sidebar-contact input,
.sidebar-contact textarea {
  width: 100%;
  height: 50px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: none;
  background-color: #f7f7f7;
  outline: none;
}

.sidebar-contact input,
.sidebar-contact textarea::placeholder {
  padding: 6px 15px;
}

.sidebar-contact h2 {
  letter-spacing: 2px;
  padding: 0;
}

.sidebar-contact p {
  position: relative;
  margin-bottom: 50px;
}

.sidebar-contact p:before {
  content: "";
  width: 50px;
  height: 4px;
  bottom: -25px;
  left: 0;
  background-color: var(--yellow);
  position: absolute;
}

.sidebar-contact textarea {
  height: 50px;
  resize: none;
}

.btn-all {
  background-color: var(--yellow);
  color: #fff;
  width: 100%;
  height: 50px;
  cursor: pointer;
  border: none;
  font-family: "BebasNeue-Regular";
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 50px;
  cursor: pointer;
}

.sidebar-contact .toggle {
  position: absolute;
  height: 48px;
  width: 48px;
  text-align: center;
  cursor: pointer;
  background: #699bc6;
  top: 0;
  background-image: linear-gradient(45deg, #BF953F, #FCF6BA, #ffe3a7, #FBF5B7, #AA771C);
  left: -48px;
  line-height: 48px;
}

.sidebar-contact .toggle:before {
  content: '\f003';
  font-family: fontAwesome;
  font-size: 20px;
  color: #000;
}

.sidebar-contact .toggle.active:before {
  content: '\f00d';
}

.form-btn {
  background-image: linear-gradient(45deg, #BF953F, #FCF6BA, #ffe3a7, #FBF5B7, #AA771C);
  padding: 10px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
}

.main-testimonial {
  margin-bottom: 80px;
}

.main-testimonial .container {
  max-width: 75%;
}

.main-testimonial h1 {
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}

.main-testimonial h1::after {
  content: "";
  position: absolute;
  top: 116%;
  left: 45%;
  width: 10%;
  height: 2px;
  background-color: #114887;
  margin: 0 auto;
  display: block
}

.main-testimonial .col-center {
  margin: 0 auto;
  float: none !important;
  background-color: #f7f7f7;
  padding: 50px 50px;
  padding-bottom: 10px;
}

.main-testimonial .carousel {
  margin: 50px auto;
  padding: 0 70px;
}

.main-testimonial .carousel-item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 290px;
}

.main-testimonial .carousel .item .img-box {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.main-testimonial .carousel .img-box img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
}

.main-testimonial .carousel .testimonial {
  padding: 30px 0 10px;
}

.main-testimonial .carousel .overview {
  font-style: italic;
}

.main-testimonial .carousel h4 {
  text-transform: uppercase;
  color: #666;
}

.main-testimonial .carousel .carousel-control {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}

.main-testimonial .carousel-control i {
  font-size: 50px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.main-testimonial .carousel .carousel-indicators {
  bottom: -40px;
}

.main-testimonial .carousel-indicators li,
.main-testimonial .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}

.main-testimonial .carousel-indicators li {
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.main-testimonial .carousel-indicators li.active {
  background: #555;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.main-testimonial p {
  font-size: 15px;
  color: #222;
  padding: 10px 0px;
  line-height: 28px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
}

.owl-theme .owl-nav {
  text-align: left;
  margin-left: -5px;
  margin-top: 35px !important;
}

button:focus {
  outline: none;
}

.owl-carousel .fa-angle-right,
.owl-carousel .fa-angle-left {
  font-size: 25px !important;
}

.owl-carousel .fa-angle-right,
.owl-carousel .fa-angle-left {
  background-color: #114887;
  padding: 8px 16px;
  border-radius: 50px;
  color: #fff
}


.blink-hard2 {
  animation: blinkerSecond 1s step-end infinite;
}

.blink-soft2 {
  animation: blinkerSecond 1.5s linear infinite;
}

@keyframes blinkerSecond {
  50% {
    background-image: linear-gradient(45deg, #dbaf54, #FCF6BA, #f6e2b7, #FBF5B7, #AA771C);
    color: #114887;
  }
}

.blink-hard3 {
  animation: blinkerSecond 1s step-end infinite;
}

.blink-soft3 {
  animation: blinkerSecond 1.5s linear infinite;
}

@keyframes blinkerSecond {
  50% {
    background-image: linear-gradient(45deg, #dbaf54, #FCF6BA, #f6e2b7, #FBF5B7, #AA771C);
    color: #114887;
  }
}

a.nav-link.nav-link-custom.blink-hard3 {
  border-radius: 10px;
}

p.paymentplan.paymentplan_3.blink-hard2 {
  top: unset;
  bottom: 9px;
}

.modal-body h1.projectName_heading {
  font-size: 21px;
  padding-top: 25px;
}

#onload-page .modal-content {
  border: none;
  width: 900px;
}

#onload-page .form_inner {
  padding-top: 69px;
  padding-bottom: 20px;
}

p.new_launch {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #114887;
  color: #fff;
  padding: 4px;
  border-radius: 5px;
  text-align: center;
}

.modal-dialog {
  max-width: 900px;
  margin: 1.75rem auto;
  display: flex;
  justify-content: center;
}

.modal {
  position: fixed;
  top: 96px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.slider_container {
  position: relative;
}

.modal-content {
  width: 60%;
}

.navbar-brand img {
  width: 100px;
}

h6.aa.animate__bounceIn.infinite {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)* 3);
  animation-duration: calc(var(--animate-duration)* 3);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.animate__bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*3);
  animation-duration: calc(var(--animate-duration)*3);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@media(max-width:1600px) {
  .main-testimonial .container {
    max-width: 90%;
  }

  .main_inside_container h1.projectName_heading {
    font-size: 34px;
  }

  .main_inside_container .details_withForm {
    margin-right: -4%;
  }

  .projectbox_container .content-box h1 {
    font-size: 46px;
  }

  .custom_heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .all_custom_heading h1 {
    font-size: 40px;
  }

  .main_inside_container h4.typology_heading {
    font-size: 28px;
  }

  .main_inside_container h4.starting-price {
    font-size: 26px;
  }

  .container_footerform {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  a.navbar-brand {
    max-width: 14%;
    padding: 2px;
  }

  .project_box .project_content {
    padding: 15px;
  }

  .pathimage {
    width: 365px;
  }

  .overview_container .content-box h1 {
    font-size: 46px;
  }
}

@media(max-width:1480px) {
  #onload-page .modal-content {
    border: none;
    width: 1100px;
  }

  .overview_container .forbox_imgs {
    margin: 10% 4% 50px auto;
    margin-bottom: 0;
  }

  .overview_container .content-box p {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: justify;
  }

  .overview_container button.btn.btn-download-brochure {
    padding: 10px 40px;
  }

  .modal {
    position: fixed;
    top: 66px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: hidden;
    outline: 0;
  }

  .projectbox_container .col-sm-12.col-md-6.col-lg-6.col_right {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .first_last_col,
  .second_last_col,
  .third_last_col {
    margin-top: 25px;
  }

  .pricelist_container .container {
    max-width: 84%;
  }

  .navbar_container .custom_navbar .nav-link {
    font-size: 15px;
  }

  .navbar_container .custom_navbar .nav-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .main_inside_container .custom_col_right {
    width: 32%;
    margin-top: -5%;
  }

  .main_inside_container h4.typology_heading {
    font-size: 20px;
  }

  .main_inside_container h1.projectName_heading {
    font-size: 26px;
  }

  .main_inside_container h4.starting-price {
    font-size: 20px;
  }

  .main_inside_container p.status {
    font-size: 16px;
  }

  .main_inside_container .details_withForm {
    max-width: 439px;
  }

  .main_inside_container .box-1 {
    padding: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .form_inner .form-control {
    height: 40px;
  }

  .form-box {
    width: 20%;
  }

  .projectbox_container .forbox_imgs {
    margin: 10% 4% 50px auto;
    margin-bottom: 0;
  }

  .projectbox_container .content-box p {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: justify;
  }

  .projectbox_container button.btn.btn-download-brochure {
    padding: 10px 40px;
  }

  .p-para {
    font-size: 15px;
  }

  .container_footerform .container p {
    font-size: 15px;
  }
}

@media(max-width:1366px) {
  .overview_container .content-box h1 {
    font-size: 40px;
  }

  .overview_container .col-sm-12.col-md-6.col-lg-6.col_right {
    padding-top: 5%;
  }

  .main_inside_container .custom_col_right {
    width: 33%;
  }

  .overview_container .content-box h1 {
    font-size: 34px;
  }

  .overview_container .content-box p {
    font-size: 14px;
  }

  .overview_container button.btn.btn-download-brochure {
    margin-top: 15px;
    font-size: 14px;
  }

  .navbar_container .custom_navbar .nav-link {
    font-size: 14px;
  }

  .main_inside_container .custom_col_right {
    width: 32%;
  }

  .projectbox_container .content-box h1 {
    font-size: 40px;
  }

  .projectbox_container .col-sm-12.col-md-6.col-lg-6.col_right {
    padding-top: 5%;
  }

  h1.projectName_heading {
    font-size: 26px;
  }

  .main_inside_container p.status {
    font-size: 15px;
  }

  .main_inside_container h4.typology_heading {
    font-size: 20px;
  }

  .top_form h2 {
    font-size: 19px;
  }

  .main_inside_container .custom_col_right {
    width: 47%;
  }

  .projectbox_container .content-box h1 {
    font-size: 34px;
  }

  .projectbox_container .content-box p {
    font-size: 14px;
  }

  .projectbox_container button.btn.btn-download-brochure {
    margin-top: 15px;
    font-size: 14px;
  }

}

@media(max-width:1280px) {

  a.navbar-brand {
    max-width: 18%;
  }

  .p-para {
    font-size: 14px;
  }

  .highlights_container .box .highlight_box h2 {
    font-size: 24px;
  }

  .pricelist_container h1.typology {
    font-size: 25px;
  }

  h3.size {
    font-size: 22px;
  }

  .pricelist_container h5.pricelist_p {
    font-size: 24px;
  }

  .pricelist_container span.span-2 {
    font-size: 20px;
  }

  .pricelist_container span {
    font-size: 58px;
    bottom: -31px;
  }

  .pricelist_container span.span-2::after {
    top: 123px;
  }

  .amenities_container .amenities_box h4 {
    font-size: 16px;
  }

  .floorsplan_container a.nav-link.active {
    font-size: 16px;
  }

  .floorsplan_container a.nav-link {
    font-size: 16px;
  }

  .location_container img.img-fluid.location-map {
    margin-left: 15%;
  }

  .main_inside_container .custom_col_right {
    width: 35%;
  }

  .navbar_container .custom_navbar .nav-link {
    font-size: 12px;
  }

  .navbar_container .custom_navbar .nav-item {
    padding-left: 1px;
    padding-right: 1px;
  }

  .highlights_container .highlight_box .p-para {
    font-size: 14px;
  }

  .project_box .project_content h4 {
    font-size: 16px;
  }

  h4.project_location {
    font-size: 14px !important;
  }

}

@media(max-width:768px) {
  .overview_container .col-sm-12.col-md-6.col-lg-6.col_right {
    padding-bottom: 32px;
  }

  .dropdown-menu {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .dropdown-menu {
    border: none;
  }

  .dropdown-menu .heading-item {
    padding-left: 0;
    font-weight: 600;
  }

  .dropdown-submenu>.dropdown-menu {
    background-color: #f7f7f7;
    margin: 10px;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    width: 100%;
  }

  nav.navbar.navbar-expand-md.custom_navbar {
    padding: 0px 0%;
    padding-right: 0%;
    overflow-x: scroll;
  }

  .navbar.custom_navbar .navbar-collapse {
    height: calc(100vh - 110px);
    overflow-y: auto;
  }

  .dropdown-item {
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
  }

  .nav-item .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar_container .custom_navbar .nav-link {
    font-size: 14px;
    color: #000;
  }

  .projectbox_container h1 {
    margin-bottom: 44px;
  }

  .main-testimonial .carousel {
    margin: 0px auto;
    padding: 0 25px;
  }

  .main-testimonial {
    margin-bottom: 34px;
  }

  .container_footerform .container hr {
    margin-top: 0rem;
  }

  .projectbox_container {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
  }

  .main-testimonial .container {
    max-width: 100%;
  }

  .pathimage {
    width: 140px;
    bottom: inherit;
    right: 0;
    top: 150px;
  }

  .main-testimonial .col-center {
    padding: 20px 0px;
  }

  .container_footerform .bottom-form-box {
    display: block;
  }

  .container_footerform .bottom-form-box .box-input {
    width: 90%;
    margin: 15px;
  }

  .container_footerform {
    padding-top: 45px;
    padding-bottom: 0px;
  }

  .container_footerform .footer-midd .box-rera {
    padding-bottom: 25px;
  }

  .sidebar-contact {
    top: 70%;
  }
}

@media(max-width:575px) {
  .d-p {
    padding-bottom: 60px;
  }

  .carousel-inner {
    min-height: 190px;
  }

  .modal-content {
    width: 95%;
  }

  .navbar_container {
    position: relative;
    top: 0;
    z-index: 9;
    background-color: #fff;
    width: 100%;
    margin-left: 0%;
    border-radius: 5px;
  }

  a.navbar-brand {
    max-width: 40%;
  }

  .main_inside_container .details_withForm {
    max-width: 100%;
    margin-right: 0%;
    margin-top: 0px;
  }

  .main_inside_container .custom_col_right {
    width: 100%;
    margin-top: 0%;
  }

  .main_inside_container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .main_inside_container .box-1 {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    padding: 25px;
    margin-top: 0px;
    border-radius: 0px;
  }

  .main_inside_container .details_withForm {
    padding: 0px;
  }

  .form-box {
    margin-top: 0px !important;
    position: relative;
    right: 0px;
    bottom: 0;
    ;
    padding: 0;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  a.carousel-control-prev {
    font-size: 34px;
  }

  a.carousel-control-next {
    font-size: 34px;
  }

  .btn-group {
    width: 100px;
    height: 30px;
  }

  .projectbox_container .forbox_imgs {
    width: 100%;
  }

  .projectbox_container .content-box {
    position: relative;
    width: 100%;
    padding: 20px;
  }

  .projectbox_container .col-sm-12.col-md-6.col-lg-6.col_right {
    padding-top: 0px;
  }

  .projectbox_container .col-sm-12.col-md-6.col-lg-6.second_col {
    margin-top: 0px;
  }

  .project-overview .custom_heading {
    font-size: 18px !important
  }

  .project-overview h2 {
    font-size: 28px !important;
  }

  .custom_heading::after {
    width: 25%;
  }

  .project-overview .custom_heading::after {
    width: 100%;
  }

  .all_custom_heading h1 {
    font-size: 28px;
  }

  .custom_heading {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .container_footerform .container {
    max-width: 100%;
  }

  .container_footerform .container p {
    /* text-align: justify; */
    font-size: 14px;
  }

  .first_last_col,
  .second_last_col,
  .third_last_col {
    margin-top: 0px;
  }

  .container_footerform .container a {
    font-size: 14px;
  }

  .projectbox_container .forbox_imgs {
    margin: 0px;
    margin-bottom: 0;
  }

  .projectbox_container img.img-fluid.img-1 {
    height: 100%;
  }

  .projectbox_container .col-sm-12.col-md-6.col-lg-6.third_col {
    margin-bottom: 10px;
    top: 0px;
  }

  .projectbox_container .col-sm-12.col-md-6.col-lg-6.forth_col {
    top: 0px;
  }

  .project_box {
    display: grid;
  }

  .project_box .project_content {
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }

  .project_box .project_img {
    width: 100%;
    max-width: 100%;
  }

  .main_inside_container .box-1 {
    width: 100%;
  }

  .forbox_imgs {
    padding: 20px;
  }

  .navbar_container .custom_navbar .nav-item {
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .navbar_container ul.navbar-nav {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  button.navbar-toggler.collapsed {
    background-color: #071c35;
    color: #fff;
    border: none;
  }

  .mobile-section_1 {
    display: block;
  }

  .top_modal_content {
    padding-top: 60px;
  }

  img.img-fluid.paymentplan_img {
    width: 10%;
  }

  .main_inside_container .box-1 {
    text-align: center;
  }

  .main_inside_container h4.typology_heading {
    font-size: 17px;
  }

  .form-box {
    z-index: 7;
  }

  .overview_container .forbox_imgs {
    width: 100%;
  }

  .overview_container .content-box {
    position: relative;
    width: 100%;
    padding: 20px;
  }

  .overview_container .col-sm-12.col-md-6.col-lg-6.col_right {
    padding-top: 0px;
  }

  .overview_container .col-sm-12.col-md-6.col-lg-6.second_col {
    margin-top: 0px;
  }

  .overview_container .forbox_imgs {
    margin: 0px;
    margin-bottom: 0;
  }

  .overview_container img.img-fluid.img-1 {
    height: 100%;
  }

  .overview_container .col-sm-12.col-md-6.col-lg-6.third_col {
    margin-bottom: 10px;
    top: 0px;
  }

  .overview_container .col-sm-12.col-md-6.col-lg-6.forth_col {
    top: 0px;
  }

  .main_inside_container .details_withForm {
    margin-left: 0;
  }

  .main_inside_container .details_withForm {
    background-color: #222;
  }

  .slider_container .carousel-inner:after {
    background-color: transparent;
  }

  .top_modal_content {
    padding-top: 15px;
  }

  .form_inner {
    padding-top: 10px;
  }

  img.w-100.d-view {
    height: 320px !important;
    object-fit: cover !important;
  }

  img.w-100.m-view {
    height: 320px !important;
    object-fit: cover !important;
  }

  div#demo {
    height: 320px !important;
  }

  .carousel-inner {
    min-height: 320px !important;
  }

  .sidebar-contact {
    top: 60%;
  }

  .sidebar-contact {
    width: 90%;
    padding: 15px;
  }

  .sidebar-contact .toggle {
    height: 36px;
    width: 36px;
    left: -36px;
    line-height: 36px;
  }

  .sidebar-contact p:before {
    display: none;
  }

  .sidebar-contact p {
    margin-bottom: 10px;
  }

  .sidebar-contact {
    right: -90%;
  }
}

.pricelistdiv12.active {
  display: none !important;
}