@charset "UTF-8";
body {
  margin: 0px;
  padding: 0px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(102, 102, 102);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

a, a:hover {
  display: inline-block;
}

input:focus, .btn:focus, textarea:focus, .custom-select:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: 0px !important;
}

.btn:focus {
  border-color: 0px !important;
}

.custom-select:focus {
  border-color: #ced4da;
}

.txt-yellow {
  color: rgb(221, 221, 221) !important;
}

.bg-grey {
  background-color: #f6f6f6;
}

.lg-txt {
  font-size: 18px;
  font-weight: 500;
}

.hide {
  display: none;
}

.bt-1 {
  border-top: 1px solid rgb(221, 221, 221);
}

.txt-grey {
  color: rgb(221, 221, 221);
}

.txt-dark {
  color: rgb(6, 6, 6) !important;
}

.txt-white {
  color: rgb(255, 255, 255) !important;
}

.ft-xxl {
  font-size: 100px !important;
  line-height: 100px !important;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.header-inner {
  position: sticky;
  top: 0;
  background: rgb(255 255 255);
}

.header-fixed {
  position: fixed;
  background:  rgb(255 255 255);
  z-index: 999;
}

ul.gation {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline-flex;
  align-items: center;
}

ul.primary-navigation > li {
  display: inline-block;
 

}
ul.primary-navigation{
  margin-right: 85px;
  margin-top: 20px;

}

ul.primary-navigation > li a {
  color:   #681910;
  font-size: 19px;
  
   font-weight: bold; 
  text-decoration: none;
  
}

ul.primary-navigation > li + li {
  margin-left: 1.5rem;
}

ul.primary-navigation > li a:hover {
  color:  #b49141;
  opacity: 1;
}

.topNumber {
  font-size: 20px;
  color:  rgb(196, 149, 30);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}

.page-title {
  font-size: 44px;
  font-family: "Poppins", sans-serif;
  line-height: 48px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  letter-spacing: -1px;
}

.page-title span {
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  display: block;
}

.medium-title {
  color: rgb(225, 228, 42);
  font-size: 24px;
  font-weight: 500;
}

.hero-container {
  position: relative;
  min-height: 300px;
  height: calc(100vh - 110px);
  min-height: 450px;
  overflow: hidden;
}

.hero-container-inner {
  min-height: 200px;
  position: relative;
}

.hero-container-inner img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero-container .container {
  position: relative;
  z-index: 9;
}

.hero-container .swiper-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.hero-container-inner .hero-image {
  position: relative;
}

.hero-container .bg-overlay, .hero-container-inner .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.hero-container .swiper-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: inherit;
  width: 100%;
}

.hero-details, .hero-details .swiper-img img {
  height: 100vh;
  min-height: 500px;
}

.hero-details .page-title {
  font-size: 38px;
  font-weight: 500;
}

.hero-details .bg-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.9) 100%);
}

.hero-container .swiper-slide {
  padding-top: 71px;
}

.swiper-developers .swiper-slide {
  text-align: center;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-title {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  line-height: 36px;
  color: #353535!important;
  font-weight: 600;
}

.lead {
  font-size: 18px;
}

.btn {
  min-width: 150px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  letter-spacing: 1px;
  height: 40px;
  background-color: rgb(102, 102, 102);
  color: rgb(255, 255, 255);
  transition: 0.3s ease;
  line-height: normal;
  font-size: 15px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-color: 0px;
  border-radius: 50px;
}

.btn:hover, .btn:focus {
  background-color: rgb(6, 6, 6);
  border-color: 0px;
}

.btn-primary {
  background-color: #681910 !important;
  border: 1px solid #681910 !important;
}

.btn-primary:focus, .btn-primary:hover {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(6, 6, 6);
}

.btn-primary-blank {
  background-color: transparent !important;
  border: 1px solid rgb(6, 6, 6) !important;
  color: rgb(6, 6, 6) !important;
}

.btn-primary-blank:focus, .btn-primary-blank:hover {
  background-color: #681910!important;
  color: rgb(255, 255, 255) !important;
}

.btn-white-blank {
  background-color: transparent !important;
  border: 1px solid rgb(255, 255, 255) !important;
  color: rgb(255, 255, 255) !important;
}

.btn-white-blank:focus, .btn-white-blank:hover {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(6, 6, 6) !important;
}

.btn-dark {
  background-color: #681910;
}

.btn-dark:hover, .btn-dark:focus {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(6, 6, 6) !important;
}

.btn-dark svg {
  padding: 0.25rem;
  margin-right: 0.25rem;
}

.btn-dark:hover svg path {
  fill: rgb(6, 6, 6) !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: rgb(6, 6, 6);
}

.form-control {
  height: 40px;
  font-size: 14px;
}

.igc-list {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: rgb(255, 255, 255);
  height: 400px;
}

.igc-list .igc-img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.igc-list .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
  height: 100%;
  transition: 0.3s ease;
}

.igc-list .igc-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.igc-list .igc-details {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.igc-list .heading {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
}

.igc-list .btn {
  position: absolute;
  left: 50%;
  margin-left: -75px;
  bottom: 20%;
  opacity: 0;
  transition: 0.3s ease;
  background: rgb(255, 255, 255) !important;
  border-color: rgb(255, 255, 255) !important;
  color: rgb(6, 6, 6) !important;
}

.igc-list .btn:hover {
  background: transparent !important;
  color: rgb(255, 255, 255) !important;
}

.igc-list:hover .btn {
  opacity: 1;
  bottom: 30%;
  line-height: 0;
}

.igc-list:hover .bg-overlay {
  background: rgba(0, 0, 0, 0.45);
}

.small-heading {
  font-size: 28px !important;
  line-height: 32px !important;
}

.igd-wrapper, .igd-wrapper:hover {
  width: 100%;
  text-decoration: none;
}

.igd-list {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: rgb(255, 255, 255);
  height: 350px;
}

.igd-list .igd-img {
  position: absolute;
  top: 0;
  height: 100%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.igd-list .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(31, 31, 31, 0) 30%, rgba(31, 31, 31, 0.9) 100%);
  height: 100%;
  transition: 0.3s ease;
}

.igd-list .igd-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.igd-list .igd-details {
  position: relative;
  z-index: 9;
  display: flex;
  text-align: left;
  justify-content: end;
  padding: 1rem;
  height: 100%;
  flex-direction: column;
  transition: 0.3s ease;
}

.igd-list .heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.igd-list .small {
  font-size: 14px;
  color: rgb(221, 221, 221);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 5px;
}

.igd-list:hover .igd-details {
  padding-bottom: 2rem;
}

.igd-wrapper:hover .igd-img {
  transform: scale(1.1);
}

.cr-box {
  border-radius: 0px;
  background-color: rgb(5, 3, 118);
  padding: 2rem 1.75rem;
  color: rgb(255, 255, 255);
  margin: 0.8rem;
  max-width: 270px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
}

.cr-box a, .cr-box a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.cr-box .heading {
  font-size: 22px;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.6rem;
}

.cr-box p {
  margin-bottom: 0;
}

.cr-box + .cr-box {
  margin-top: 1.5em;
}

.bg-image {
  width: 100%;
  background-size: cover;
  position: relative;
}

.bg-image .details {
  position: relative;
  z-index: 1;
  width: 100%;
  color: rgb(255, 255, 255);
  text-align: center;
}

.bg-image .heading {
  font-size: 24px;
  font-weight: 500;
}

.bg-image .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(31, 31, 31, 0.7);
  height: 100%;
}

.bg-image .form-control {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 1rem;
  font-size: 14px;
  color: rgb(6, 6, 6);
  height: 45px;
  border-right: 0px;
  border: 0px;
}

.bg-image button {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background: rgb(255, 255, 255);
  height: 45px;
  border: 0px;
  width: 60px;
}

.bg-image .form-control::-moz-placeholder {
  font-size: 14px;
  color: rgb(102, 102, 102);
}

.bg-image .form-control::placeholder {
  font-size: 14px;
  color: rgb(102, 102, 102);
}

.agent-wrapper {
  max-width: 400px;
}

.agent-form input.form-control, .agent-form textarea.form-control {
  border-bottom: 0px;
  border-radius: 0px;
  font-size: 14px;
  color: rgb(6, 6, 6);
  font-weight: 500;
}

.agent-form textarea.form-control {
  border-bottom: 1px solid #ced4da;
  resize: none;
}

.agent-form .form-group:nth-child(1) input.form-control {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.agent-form .form-group:nth-last-child(2) textarea.form-control {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 16px;
  line-height: normal;
}

.agent-form input:focus, .agent-form textarea:focus {
  border-color: #ced4da !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgb(102, 102, 102) !important;
  font-weight: normal;
}

input::placeholder, textarea::placeholder {
  color: rgb(102, 102, 102) !important;
  font-weight: normal;
}

.footer {
  background:  rgb(6 6 6);
  color: white;
}

.footer-widget .heading {
  font-size: 18px;
  font-weight: 500;
}

.footer-widget ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer-widget ul li + li {
  margin-top: 12px;
}

.footer-widget ul li a {
  color: white;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-widget ul li a:hover {
  color:rgb(232, 227, 216);
}

.footer-widget.latest-news li {
  color: rgb(255, 255, 255);
  display: flex;
}

.footer-widget.latest-news .title {
  font-size: 15px;
}

.footer-widget.latest-news a .posted, .footer-widget.latest-news a:hover .posted {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.copyright a {
  color: rgb(6, 6, 6);
}

.footer-widget.latest-news li + li {
  margin-top: 1em;
}

.prev-pagination, .next-pagination {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
  left: 1%;
}

.next-pagination {
  left: auto;
  right: 1%;
}

.grid5-fl {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.grid5-fl .igd-wrapper {
  display: inline-block;
  width: 33.33%;
  padding: 0.5rem;
  vertical-align: top;
  overflow: hidden;
  float: left;
}

.grid5-fl .igd-list {
  height: 240px;
}

.grid5-fl-last {
  background: rgb(5, 3, 118);
  color: rgb(255, 255, 255);
  padding-right: 1rem;
}

.grid5-fl-last .heading {
  font-size: 25px;
  line-height: 31px;
  font-weight: 400;
  margin-bottom: 1rem;
}

.grid5-fl-last strong {
  font-weight: 600;
}

.grid5-fl-last .small {
  color: rgb(255, 255, 255);
}

.grid5-fl-last .btn {
  border: 0px;
}

.filter-list {
  position: relative;
  display: inline-block;
}

.filter-dropdown {
  border: 1px solid rgb(221, 221, 221);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
}

.dropdown-list {
  position: absolute;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin-top: 0.4rem;
  border-radius: 10px;
  width: 150px;
}

.dropdown-list a {
  color: rgb(6, 6, 6);
  display: block;
  padding: 0.4rem 0.8rem;
  text-decoration: none;
}

.dropdown-list a:hover {
  background: rgb(221, 221, 221);
}

.dropdown-list a:nth-child(1) {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.dropdown-list a:nth-last-child(1) {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.filter .filter-list + .filter-list {
  margin-left: 5px;
}

.filter-list .form-control {
  border-radius: 50px;
}

.filter {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

.btn.dropdown-toggle {
  border: 1px solid rgb(221, 221, 221) !important;
  color: rgb(102, 102, 102) !important;
  background-color: rgb(255, 255, 255);
  font-size: 13px;
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: 130px;
}

.btn.dropdown-toggle:focus, .btn.dropdown-toggle:visited {
  outline: none !important;
}

.filter-option-inner {
  height: 100%;
  display: flex;
  align-items: center;
}

.dropdown-menu {
  font-size: 13px;
}

.dropdown-toggle::after {
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-bottom: 0;
  border-left: 0.35em solid transparent;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: 3px;
}

.dropdown-item {
  padding: 0.25rem 0.8rem;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: rgb(6, 6, 6);
}

.multi-btn {
  display: flex;
}

.multi-btn a {
  width: 100%;
}

.multi-btn a + a {
  margin-left: 0.6rem;
}

.lg-price {
  font-size: 34px;
  color: rgb(6, 6, 6);
  font-weight: 600;
}

.details-widget {
  display: inline-block;
  width: 100%;
}

.details-widget .heading {
  font-size: 20px;
  color: rgb(6, 6, 6);
  font-weight: 500;
  margin-bottom: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
}

.details-widget .heading::after {
  position: relative;
  top: -5px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 0.1em solid rgb(6, 6, 6);
  border-top: 0.1em solid rgb(6, 6, 6);
  transform: rotate(135deg);
  margin-right: 0.5em;
  margin-left: 1em;
  transition: 0.3s ease-in-out;
}

.details-widget.on .heading::after {
  position: relative;
  top: -5px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 0.1em solid rgb(6, 6, 6);
  border-top: 0.1em solid rgb(6, 6, 6);
  transform: rotate(312deg);
  margin-right: 0.5em;
  margin-left: 1em;
}

.details-widget .heading span {
  width: 100%;
}

.details-widget .heading.no-arrow::after {
  display: none;
}

.details-widget li {
  display: flex;
}

ul.tick-list, ul.amenities {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul.tick-list li + li, .details-widget ul.list li + li {
  margin-top: 0.5rem;
}

ul.tick-list li::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 13px;
  width: 7px;
  margin-left: 0.25rem;
  margin-right: 0.8rem;
  margin-top: 3px;
  border-bottom: 2px solid rgb(0, 133, 66);
  border-right: 2px solid rgb(0, 133, 66);
}

ul.amenities li span.ico {
  margin-right: 0.8rem;
}

ul.amenities li {
  width: 49%;
  float: left;
  vertical-align: top;
  padding-right: 1rem;
  display: flex;
  margin-bottom: 1rem;
}

.sub-heading {
  font-size: 17px;
  color: rgb(6, 6, 6);
  font-weight: 500;
}

.details-widget ul.list {
  margin: 0.5rem 0 0;
  padding: 0px 0px 0px 19px;
}

.details-widget .map {
  margin-bottom: 1.5rem;
}

.details-widget .map iframe {
  width: 100%;
  height: 230px;
  border-radius: 10px;
}

.agent-widget {
  background: #f6f8f7;
  border-radius: 1rem;
  border: 1px solid rgb(221, 221, 221);
  overflow: hidden;
}

.agent-widget [class*=col-] {
  max-width: 100%;
  flex: 100%;
}

.agent-widget img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.agent-widget .agent-wrapper {
  max-width: inherit;
  padding: 2rem;
}

.agent-widget .section-title {
  font-size: 26px;
  font-weight: 500;
}

.floor-plans .list {
  text-align: center;
}

.floor-plans .title {
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
}

.mw-700 {
  max-width: 700px;
  margin: 0px auto;
}

.lead {
  font-size: 15px;
  line-height: 19px;
  color: rgb(149 144 148);
}

.section-title-sm {
  font-size: 20px !important;
  font-weight: 500 !important;
  letter-spacing: normal;
}

.msg-box {
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.5rem 1rem;
  border-radius: 5px;
  color: rgb(102, 102, 102);
}

.list li {
  display: list-item;
}

.single-lead {
  font-size: 16px !important;
  opacity: 0.7 !important;
  color: rgb(255, 255, 255) !important;
}

.bb-1 {
  border-bottom: 1px solid rgb(221, 221, 221);
}

.breadcrumbs ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.breadcrumbs ul > li {
  display: inline-block;
  color: rgb(102, 102, 102);
  position: relative;
}

.breadcrumbs ul > li a {
  color: rgb(6, 6, 6);
  text-decoration: underline;
}

.breadcrumbs ul > li + li::before {
  content: "»";
  display: inline-flex;
  margin-right: 0.3rem;
}

.map iframe {
  height: 200px;
  width: 100%;
}

.address .heading {
  font-size: 20px;
  color: rgb(6, 6, 6);
  margin-bottom: 0.3rem;
  font-weight: 500;
}

.ca-input {
  background-color: #F6F8F7 !important;
  border-color: #ddd !important;
  font-size: 14px;
  min-height: 38px;
}

.required {
  color: #ff0000;
}

.label {
  margin-bottom: 0.15rem;
}

.content h1 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  color: rgb(6, 6, 6);
  margin-bottom: 1rem;
}

.content h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  color: rgb(6, 6, 6);
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}

.content h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: rgb(6, 6, 6);
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
}

.heading-sm {
  font-size: 24px !important;
  line-height: 30px !important;
}

.dev-logo, .dev-logo:hover {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 1rem;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}

.dev-logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.dev-logo:hover {
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.15);
}

span.error {
  color: #ff0000;
  font-size: 13px;
  font-weight: 400;
}

.singleForm span.error, .singleForm .required {
  color: rgb(225, 228, 42);
}

.hero-container a {
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.prod-gallery {
  margin-left: -1%;
}

.prod-gallery a {
  padding: 1%;
  width: 50%;
  display: inline-block;
  float: left;
}

.prod-gallery img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.prod-gallery a:nth-child(3n) {
  padding: 1%;
  width: 100%;
  float: left;
}

.pos-sticky {
  position: sticky;
  top: 80px;
}

.fix-high {
  height: calc(100vh - 90px);
  overflow-y: auto;
}

.fix-high::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background: rgb(221, 221, 221);
  cursor: pointer;
}

.fix-high::-webkit-scrollbar-thumb {
  background: rgb(6, 6, 6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}

.fix-high::-webkit-scrollbar-corner {
  background: rgb(6, 6, 6);
}

.accordian.off .accordian-content {
  display: none;
}

.accordian.off .heading {
  margin-bottom: 0;
  cursor: pointer;
}

.accordian.on .heading {
  margin-bottom: 1.5rem;
  cursor: pointer;
}

.accordian.on .accordian-content {
  display: inline-block;
  width: 100%;
}

.high-none {
  height: 0px;
  display: block;
}

.iclt-fixed {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999;
}

.video iframe {
  width: 100%;
  height: 250px;
}

.download-btn {
  padding: 1rem;
  text-align: center;
  color: rgb(6, 6, 6);
  font-size: 18px;
  font-weight: 600;
  border: 1px solid rgb(6, 6, 6);
  text-decoration: none;
  width: 100%;
}

.download-btn svg path {
  fill: rgb(6, 6, 6);
}

.download-btn:hover {
  background-color: rgb(6, 6, 6);
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.download-btn:hover svg path {
  fill: rgb(255, 255, 255);
}

.floor-gallery a {
  width: 49%;
  padding: 1rem;
}

.floor-gallery a h3 {
  color: rgb(6, 6, 6);
  font-size: 14px;
  text-align: center;
}

.floor-gallery a:hover {
  text-decoration: none;
}

.lg-txt a:hover {
  text-decoration: none;
}

.address a {
  color: rgb(102, 102, 102);
}

.post {
  background: rgb(255, 255, 255);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.post-single {
  box-shadow: none;
}

.post figure {
  height: 200px;
  overflow: hidden;
}

.post figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  max-width: 100%;
  transform: scale(1);
  transition: 0.3s ease;
}

.post .content {
  padding: 0 1.5rem 1.5rem;
  font-size: 15px;
  line-height: 20px;
}

.post-single .content, .post-single .posted {
  padding: 0 !important;
}

.post .post-title, .post .post-title a {
  color: rgb(6, 6, 6);
  font-size: 19px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  padding: 0 1.5rem;
  transition: 0.3s ease;
  text-decoration: none;
}

.post .post-title a {
  padding: 0;
}

.post .post-title a:hover {
  color: rgb(6, 6, 6);
}

.post .posted {
  padding: 1rem 1.5rem 0;
}

.post .tags a {
  color: rgb(6, 6, 6);
  transition: 0.3s ease;
  text-decoration: none;
}

.post .tags a:hover {
  color: rgb(6, 6, 6);
}

.post:hover figure img {
  transform: scale(1.1);
}

.posted span, .posted span a {
  display: inline-flex;
  align-items: center;
}

.posted span::before {
  content: "";
  display: inline-block;
  height: 15px;
}

.posted span + span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: rgb(221, 221, 221);
  margin-left: 0.8rem;
  margin-right: 0.7rem;
}

.post-single .content p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 1.75rem;
}

.post-single .content img {
  max-width: 800px;
  width: 100%;
  height: auto;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

.post-single .content .caption {
  font-size: 14px;
  margin-top: 1px;
  color: rgb(102, 102, 102);
  display: inline-block;
  width: 100%;
}

.post-single .content .featured-image {
  max-width: inherit;
  width: 100%;
}

.post-single .posted {
  display: flex;
  align-items: center;
}

.post-single .section-title {
  font-size: 24px;
  line-height: 30px;
}

.article-pagination {
  border-top: 1px solid rgb(102, 102, 102);
  padding-top: 1rem;
  margin-top: 1rem;
  display: flex;
}

.article-pagination .lt, .article-pagination .rt {
  width: 50%;
  flex: 1;
}

.article-pagination .lt {
  padding-right: 3rem;
}

.article-pagination .rt {
  text-align: right;
  padding-left: 3rem;
}

.article-pagination span {
  color: rgb(102, 102, 102);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.article-pagination h3 {
  font-size: 18px;
  color: rgb(6, 6, 6);
  font-weight: 500;
}

.article-pagination a {
  text-decoration: none;
}

.article-pagination a:hover h3 {
  color: rgb(6, 6, 6);
}

.social-links svg {
  height: 16px;
  width: auto;
}

.right-top-bar .ico svg path, .social-links svg path {
  fill:  rgb(196, 149, 30);
}

.social-links {
  display: inline-block;
  margin-right: 1.5rem;
}

.social-links a {
  display: inline-block;
}

.social-links a + a {
  margin-left: 0.25rem;
}

.dark-social svg path {
  fill: rgb(6, 6, 6);
}

.dark-social a {
  width: 30px;
  height: 30px;
  background: #ddd;
  border-radius: 4px;
  margin-left: 0.5rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.dark-social {
  display: inline-flex;
  align-items: center;
}

.proplist .heading {
  font-size: 18px;
  font-weight: 500;
  color: rgb(196, 149, 30);
  margin-bottom: 0.5rem;
}

.proplist ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.proplist ul > li {
  display: inline;
}

.proplist ul > li + li {
  padding-bottom: 0.5rem;
}

.proplist ul > li + li::before {
  content: "";
  display: inline-block;
  background-color: rgb(102, 102, 102);
  margin-left: 0.2rem;
  margin-right: 0.5rem;
  width: 1px;
  height: 14px;
  position: relative;
  top: 3px;
}

.proplist ul > li a {
  color: rgb(102, 102, 102);
  display: inline;
  font-size: 14px;
  line-height: 15px;
}

.proplist ul > li a:hover {
  text-decoration: underline;
}

.proplist ul > li a.link {
  color: #A87F29;
  font-weight: 500;
  text-decoration: underline;
}

.link-grey {
  color: rgb(102, 102, 102) !important;
}

.latest-news img {
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
}

.footer .social-links svg {
  height: 20px;
  width: auto;
}

.footer .social-links a + a {
  margin-left: 1rem;
}

.agent-form .form-group {
  position: relative;
}

.agent-form span.error {
  position: absolute;
  bottom: -10px;
  right: 5px;
  font-size: 10px;
}

.grecaptcha-badge {
  z-index: 2;
}

.mobile-menu {
  display: none;
}

.footer-logo {
  width: auto;
  height: 90px;
}

.devImg {
  width: 150px;
  height: 80px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media (max-width: 1199px) {
  .page-title {
    font-size: 38px;
    line-height: 44px;
  }
  .page-title span, .igc-list .heading {
    font-size: 32px;
    line-height: 38px;
  }
  .hero-container {
    min-height: 450px;
  }
  .section-title {
    font-size: 28px;
    line-height: 34px;
  }
  .igc-list {
    height: 300px;
  }
  .igc-list:hover .btn {
    bottom: 25%;
  }
  .content h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #result_para [class*=col-], .search-results [class*=col-] {
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-top: 0.5em !important;
  }
}
@media (max-width: 991px) {
  .page-title, .hero-details .page-title {
    font-size: 32px;
    line-height: 38px;
  }
  .page-title span, .igc-list .heading, .section-title {
    font-size: 26px !important;
    line-height: 32px !important;
  }
  .hero-container {
    min-height: 400px;
  }
  .igd-list .igd-img, .igd-list .igd-img img {
    width: 100%;
  }
  .btn-dark svg {
    margin-right: 0.15rem;
  }
  .btn {
    font-size: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .grid5-fl .igd-wrapper {
    width: 50%;
  }
  .cr-box {
    margin: 0.4em;
    padding: 1.5em;
  }
  .cr-box + .cr-box {
    margin-top: 0.8rem;
  }
  .latest-news ul {
    display: flex;
  }
  .footer-widget.latest-news li {
    width: 100%;
  }
  .footer-widget.latest-news li + li {
    margin-top: 0;
    margin-left: 1.5em;
  }
  .footer-widget.latest-news li:nth-last-child(1) {
    display: none;
  }
  .post figure, post figure img {
    height: 180px;
  }
  .igc-list .igc-details {
    padding-left: 1em;
    padding-right: 1em;
  }
  .fix-high {
    overflow: none;
    height: inherit;
    position: static;
    overflow-x: visible;
  }
  .prod-gallery {
    white-space: nowrap;
  }
  .prod-gallery a {
    float: none;
  }
  .prod-gallery a:nth-child(3n) {
    width: 50%;
    float: none;
  }
  ul.primary-navigation li:nth-last-child(1) {
    display: none;
  }
  .hero-container-inner, .hero-container-inner img {
    height: 250px;
  }
  .copyright {
    padding-bottom: 4em;
  }
  .hero-container {
    height: calc(100vh - 250px);
  }
}
@media (max-width: 767px) {
  .hero-container {
    min-height: 300px;
  }
  .grid5-fl-last {
    padding-right: 0;
  }
  .footer .social-links {
    display: block;
  }
  ul.primary-navigation {
    display: none;
  }
}
@media (max-width: 575px) {
  .hero-container {
    min-height: 300px;
  }
  #result_para [class*=col-], .search-results [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cr-box {
    max-width: 100%;
  }
  .grid5-fl .igd-wrapper {
    width: 100%;
  }
  .section-title {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .latest-news ul {
    flex-direction: column;
  }
  .footer-widget.latest-news li + li {
    margin-top: 1em;
    margin-left: 0;
  }
  .page-title, .hero-details .page-title {
    font-size: 28px;
    line-height: 34px;
  }
  .prod-gallery a {
    width: 70%;
  }
  .hero-container {
    height: calc(100vh - 250px);
  }
}
@media (max-width: 360px) {
  body, html {
    width: 360px;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  .menu-overlay {
    display: none;
  }
  #mobileMenu {
    position: fixed;
    top: 0;
    left: -22em;
    height: 100%;
    transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s, box-shadow 0.3s 0.25s;
    border: none !important;
    border-radius: 0 !important;
    width: 100%;
    max-width: 200px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 9990 !important;
    display: block;
  }
  .mobile-menu {
    border: none;
    box-shadow: none;
    background: transparent;
    cursor: pointer;
  }
  .menu-toggle.toggled .menu-toggle-inner {
    margin-left: 25px;
  }
  .menu-toggle[aria-controls=main-menu],
  .main-navigation .menu li .sub-menu-toggle {
    color: #fff;
  }
  .menu-toggle-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
  }
  .menu-toggle-inner,
  .menu-toggle-inner:after,
  .menu-toggle-inner:before {
    width: 22px;
    height: 0.15rem;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    right: 0;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .menu-toggle .menu-toggle-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .menu-toggle .menu-toggle-inner,
  .menu-toggle .menu-toggle-inner:before,
  .menu-toggle .menu-toggle-inner:after {
    background-color: #6980A9;
  }
  .menu-toggle-inner:after,
  .menu-toggle-inner:before {
    content: "";
    display: block;
  }
  .menu-toggle-inner:before {
    top: -7px;
  }
  .menu-toggle-inner:after {
    bottom: -7px;
  }
  .menu-toggle .menu-toggle-inner:before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  }
  .menu-toggle .menu-toggle-inner:after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .menu-toggle .menu-toggle-inner,
  .menu-toggle .menu-toggle-inner:before,
  .menu-toggle .menu-toggle-inner:after {
    background-color: rgb(255, 255, 255);
  }
  .header-fixed .menu-toggle .menu-toggle-inner,
  .header-fixed .menu-toggle .menu-toggle-inner:before,
  .header-fixed .menu-toggle .menu-toggle-inner:after {
    background-color: rgb(255, 255, 255);
  }
  .menu-toggle.toggled .menu-toggle-inner {
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .menu-toggle.toggled .menu-toggle-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  }
  .menu-toggle.toggled .menu-toggle-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .menu-toggle-box {
    position: relative;
  }
  .mobile-menu {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  ul#mobileMenu {
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-top: 3em;
    overflow-y: auto;
    padding-bottom: 3em;
  }
  ul#mobileMenu li + li {
    margin-left: 0;
    margin-top: 2em;
  }
  ul#mobileMenu li a {
    color: rgb(6, 6, 6);
  }
  ul#mobileMenu li {
    display: block;
    text-align: center;
  }
  ul#mobileMenu li a {
    font-size: 18px;
  }
  ul#mobileMenu > li a span::after {
    display: none;
  }
  ul#mobileMenu > li:nth-last-child(1) {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */

/* new css start */
body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.heading_container h2 {
  padding-left: 5px;
  position: relative;
  border-left: 7px solid #681910;
  font-weight: bold;
}

/*header section*/
.hero_area {
  background-image: url(../images/hero-bg.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 60% 100%;
}

.sub_page .hero_area {
  height: auto;
  background: none;
  background-color: #0f2480;
}

.header_section {
  overflow-x: hidden;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section .navbar-expand-lg .navbar-nav {
  width: 90%;
}

.header_section .user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .user_option a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 15px;
  color: #060606;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  color: #3554d1;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 90px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
  height: 80px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 50px;
  width: 30px;
  height: 30px;
}

.lg_toggl-btn {
  background-color: transparent;
  border: none;
  outline: none;
  width: 56px;
  height: 40px;
  cursor: pointer;
}

.lg_toggl-btn:focus {
  outline: none;
}

.User_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 35px;
}

.User_option a {
  color: #ffffff;
}

.custom_menu-btn {
  z-index: 9;
  position: absolute;
  right: 15px;
  top: 7px;
}

.custom_menu-btn button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;
}

.custom_menu-btn button span {
  display: block;
  width: 50px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.menu_btn-style {
  position: fixed;
  right: 40px;
  top: 7px;
}

.custom_menu-btn .s-2 {
  width: 25px;
  margin-left: auto;
}

.custom_menu-btn .s-3 {
  width: 25px;
  margin-left: auto;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(53, 84, 209, 0.9);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 22px;
  color: #f1f1f1;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px;
}

.overlay a:hover {
  color: #252525;
}

.overlay-content {
  position: relative;
  top: 30%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.menu_width {
  width: 100%;
}

/*end header section*/
/* slider section */
.slider_section {
  padding: 75px 0;
  color: #0b0b0b;
}

.slider_section .container {
  position: relative;
  z-index: 2;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box h1 {
  color: #3554d1;
  font-weight: bold;
  font-size: 4rem;
}

.slider_section .detail-box h1 span {
  color: #0f2480;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box .btn-box {
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: transparent;
  color: #3554d1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-bottom: 75px;
}

.slider_section .detail-box .btn-box a:hover {
  background-color: #3554d1;
  border-color: transparent;
  color: #ffffff;
}

.find_section {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.find_section form {
  padding: 10px 45px;
  -webkit-box-shadow: 0px 0px 20px 11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 20px 11px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.find_section form .form-control {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  height: 45px;
  margin: 10px 0;
}

.find_section form button {
  background-color: #f97616;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  height: 45px;
  width: 100%;
  margin: 10px 0;
}

.about_section {
  position: relative;
  padding-top: 75px;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box p {
  margin-top: 15px;
  line-height: 27px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 7px 30px;
  background-color: transparent;
  color:white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-top: 25px;
 
  
}

.about_section .detail-box a:hover {
  background-color: #3554d1;
  border-color: transparent;
  color: #020202;
}

.about_section .square-box {
  position: absolute;
  right: 25px;
  bottom: 0;
  width: 75px;
}

.about_section .square-box img {
  width: 100%;
}

.sale_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.sale_section .sale_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sale_section .sale_container .box {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin: .65%;
}

.sale_section .sale_container .box .img-box img {
  width: 100%;
}

.sale_section .sale_container .box .detail-box {
  margin-top: 10px;
}

.sale_section .sale_container .box .detail-box h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.sale_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sale_section .btn-box a {
  display: inline-block;
  padding: 7px 30px;
  background-color: transparent;
  color: #3554d1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-top: 35px;
}

.sale_section .btn-box a:hover {
  background-color: #3554d1;
  border-color: transparent;
  color: #ffffff;
}


.price_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail-box{
  border-radius: 10px;
  
}


.price_section .price_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.price_section .price_container .box {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin: 45px .65%;
  color:#575a7b;
  min-width: 300px;
}

.price_section .price_container .box .detail-box {
  background-color: white;
  height: 440px;

}

.price_section .price_container .box .detail-box .heading-box {
  padding: 2px 0;
  /* background-color: #969dbd; */
}

.price_section .price_container .box .detail-box .heading-box h4 {
  font-weight: bold;
}

.price_section .price_container .box .detail-box .heading-box h6 {
  text-transform: uppercase;
  font-weight: bold;
}

.price_section .price_container .box .detail-box .text-box {
  padding: 45px 0;
}

.price_section .price_container .box .detail-box .text-box h2 {
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.price_section .price_container .box .detail-box .text-box h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 45px;
  height: 5px;
  border-radius: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #575a7b;
}

.price_section .price_container .box .detail-box .text-box ul {
  padding: 0;
}

.price_section .price_container .box .detail-box .text-box ul li {
  list-style-type: none;
  margin: 10px 0;
}

.price_section .price_container .box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.price_section .price_container .box .btn-box a {
  padding: 7px 30px;
  background-color: #0f2480;
  color: #ffffff;
  border-radius: 25px;
}

.price_section .price_container .box:hover .detail-box {
  background-color: #f9bc16;
}

.price_section .price_container .box:hover .btn-box a {
  background-color: #f9bc16;
}

.deal_section {
  overflow-x: hidden;
}

.deal_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.deal_section .detail-box p {
  margin-top: 15px;
 
}

.deal_section .detail-box a {
  display: inline-block;
  padding: 7px 30px;
  background-color: transparent;
  color: #3554d1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-top: 25px;
}

.deal_section .detail-box a:hover {
  background-color: #4dd135;
  border-color: transparent;
  color: #ffffff;
}

.deal_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115%;
}

.deal_section .img-box .box.b1 {
  margin-right: 15px;
}

.deal_section .img-box img {
  max-width: 100%;
}

.us_section {
  background-color: #681910 ;
  color: #ffffff;
}

.us_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

.us_section .heading_container h2 {
  border-left-color: #ffffff;
}

.us_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
  margin: 25px 0;
}

.us_section .box .img-box {
  margin-bottom: 15px;
}

.us_section .box .img-box img {
  width: 100%;
}

.us_section .box h3 {
  font-weight: bold;
}

.us_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.us_section .btn-box a {
  padding: 7px 30px;
  background-color: #ffffff;
  color: #252525;
  border-radius: 25px;
}

.client_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

.client_section .client_container {
  width: 85%;
  margin: auto;
  border: 1px solid #252525;
}

.client_section .client_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 55px 2%;
}

.client_section .client_container .box .img-box {
  min-width: 100px;
  margin-right: 15px;
}

.client_section .client_container .box .img-box img {
  width: 100%;
}

.client_section .client_container .box .detail-box h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .client_container .box .detail-box h5 hr {
  width: 45px;
  height: 5px;
  margin: 0;
  margin-left: 5px;
  border: none;
  background-color: #252525;
}

.client_section .client_container div#carouselExampleControls {
  padding: 0 10%;
}

.client_section .client_container div#carouselExampleControls::before {
  content: "";
  width: 50px;
  height: 155px;
  background-color: #681910;
  position: absolute;
  left: 10%;
  top: 37px;
}

.client_section .client_container .carousel-control-prev,
.client_section .client_container .carousel-control-next {
  width: 45px;
  height: 45px;
  background-color: #681910;
  border-radius: 100%;
  top: 50%;
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.client_section .client_container .carousel-control-prev {
  background-image: url(../images/prev-white.png);
  left: 10px;
}

.client_section .client_container .carousel-control-next {
  background-image: url(../images/next-white.png);
  right: 10px;
}

.contact_section {
  position: relative;
}

.contact_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.contact_section .container-fluid {
  background-color: #681910;
  color: #ffffff;
}

.contact_section .form_container {
  padding: 45px 0 45px 15px;
}

.contact_section input {
  width: 100%;
  border: none;
  background-color: #ffffff;
  outline: none;
  color: #252525;
  margin-top: 25px;
  padding: 12px;
}

.contact_section input::-webkit-input-placeholder {
  color: #2a2a2c;
}

.contact_section input:-ms-input-placeholder {
  color: #2a2a2c;
}

.contact_section input::-ms-input-placeholder {
  color: #2a2a2c;
}

.contact_section input::placeholder {
  color: #2a2a2c;
}

.contact_section input.message-box {
  padding: 45px 12px;
}

.contact_section button {
  padding: 10px 65px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #f97616;
  border-radius: 25px;
  margin: 45px 0 0 auto;
  text-transform: uppercase;
}

.contact_section .map_container {
  height: 100%;
}

.contact_section .map_container .map-responsive {
  height: 100%;
}

.info_section {
  background-color: #0f2480;
  color: #ffffff;
  padding: 90px 0 45px 0;
}

.info_section h5 {
  margin-bottom: 25px;
  font-size: 24px;
}

.info_section .info_links ul {
  padding: 0;
}

.info_section .info_links ul li {
  list-style-type: none;
}

.info_section .info_links ul li a {
  color: #ffffff;
}

.info_section .info_contact .img-box {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .info_contact p {
  margin: 0;
}

.info_section .info_contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.info_section .info_contact > div img {
  height: auto;
  margin-right: 12px;
}

.info_section .info_form form input {
  outline: none;
  width: 100%;
  padding: 7px 10px;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #f97616;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .info_form .social_box {
  margin-top: 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form .social_box a {
  margin-right: 25px;
}

/* footer section*/
.footer_section {
  background-color: #0f2480;
}
.text {
  color: #f97616;

}
.footer_section p {
  border-top: 1px solid #ffffff;
  color: #ffffff;
  margin: 0;
  width: 70%;
  padding: 25px 0 20px 0;
  margin: 0 auto;
  text-align: center;
}

.footer_section a {
  color: #ffffff;
}
.mt{
  margin: auto;
}
/* end footer section*/
/*# sourceMappingURL=style.css.map */
.property-item.mb-30 {
  margin-bottom: 30px;
}

.property-item .img {
  position: relative;
  z-index: 1;
}

.property-item .property-content {
  background: #fff;
  padding: 30px;
  font-size: 13px;
  position: relative;
  width: 100%;
  margin-top: -100px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  z-index: 2;
}
.property-content-heading{
  height: 50px;
  
}
.property-item .property-content .price,
.property-item .property-content .city {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.property-item .property-content .price {
  color: #005555;
}
.property-item .property-content .price span {
  position: relative;
  padding-bottom: 4px;
  display: inline-block;
}
.property-item .property-content .price span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #005555;
}
.property-item .property-content .specs {
  font-size: 18px;
}
.property-item .property-content .specs .caption {
  font-size: 13px;
}
.client_section .client_container .carousel-control-prev {
  background-image: url(../images/prev-white.png);
  left: 10px;
}

.client_section .client_container .carousel-control-next {
  background-image: url(../images/next-white.png);
  right: 10px;
}