@charset "utf-8";
/* Basic CSS */
/* CSS Document */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u8w4BMUTPHh30wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh7USew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh50Xew8.ttf) format('truetype');
}
body {
  font-family: "Lato", sans-serif;
  line-height: 28px;
  font-size: 15px;
  height: 100%;
  padding: 0;
  margin: 0;
}
html {
  height: 100%;
  padding: 0;
  margin: 0;
}
/* utility */
.nopadding {
  padding: 0 !important;
}
.padd10 {
  padding: 10px !important;
}
.nopadding-bot {
  padding-bottom: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.green-text {
  color: #8ac045 !important;
}
.blue-text {
  color: #1fa2dc !important;
}
.justify {
  text-align: justify;
}
.clearfix {
  clear: both;
}
.nobg {
  background: transparent !important;
  box-shadow: none !important;
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
input:-moz-placeholder {
  color: #999;
}
input:focus {
  outline: none;
}
input:visited {
  outline: none;
}
textarea:focus {
  outline: none;
}
textarea:visited {
  outline: none;
}
/* common */
.section-title {
  color: #444444;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.section-title h3 {
  font-size: 24px;
  margin: 0;
  color: #f59431;
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid #222;
  display: inline-block;
  line-height: 70px;
}
.section-title h3 span.circledot {
  background: #fff;
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 14px;
  height: 10px;
  transform: translate(-50%, 0%);
}
.section-title h3 span.circledot > small {
  display: block;
  background: #f59431;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  margin: auto;
}
.section-title.text-left {
  text-align: left;
}
.page-section {
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-section {
    padding: 70px 15px;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive {
    padding: 20px;
  }
}
.theme-btn {
  background: #f59431;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  border: 1px solid #f59431;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.theme-btn .fa {
  margin-right: 5px;
}
.theme-btn:focus {
  background: #fff;
  outline: none !important;
  border: 1px solid #f59431;
  box-shadow: none !important;
}
.theme-btn:hover {
  cursor: pointer;
  background: #fff;
  color: #f59431;
  text-decoration: none;
}
/* header */
.navbar {
  background: #fff;
  border: none;
  margin: 0;
  border-top: 10px solid #f59431;
  transition: all 0.5s;
}
.navbar.sticky {
  padding-bottom: 10px;
  box-shadow: 1px 2px 7px #ddd;
  -moz-box-shadow: 1px 2px 7px #ddd;
  -ms-box-shadow: 1px 2px 7px #ddd;
  -webkit-box-shadow: 1px 2px 7px #ddd;
}
.navbar.sticky .btCurveHeader {
  display: none;
}
.navbar.sticky .navbar-brand {
  margin: 5px 0 0;
  max-width: 150px;
  border-radius: 0;
}
.navbar .container {
  display: flex;
  align-items: center;
}
.navbar .navbar-collapse {
  width: calc(100% - 100px);
}
.navbar .contact-ul {
  margin-top: 20px;
}
.navbar .contact-ul .call {
  display: flex;
  align-items: center;
}
.navbar .contact-ul .call a {
  background: #299cff;
  color: #fff !important;
  padding: 6px 10px 5px;
  font-weight: 400;
  border-radius: 5px;
  border-bottom: 5px solid #288ce3;
  margin: 0 5px;
  line-height: 0;
}
.navbar .contact-ul .call a .fa {
  font-size: 25px;
}
.navbar .contact-ul .call a:hover {
  background: #f59431 !important;
  border-bottom: 5px solid #dd8937;
}
.navbar .navbar-nav {
  margin-top: 25px;
  z-index: 10;
  position: relative;
  transition: all 1s;
}
.navbar .navbar-nav > li {
  margin: 0;
}
.navbar .navbar-nav > li > a {
  font-size: 14px;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000 !important;
}
.navbar .navbar-nav > li > a:hover {
  background: #f59431 !important;
  color: #fff !important;
}
.navbar .navbar-nav > li.active > a {
  background: #f59431 !important;
  color: #fff !important;
}
.navbar .navbar-nav > li.download {
  border: 1px solid #f59431;
  margin: 0 10px;
}
.navbar .navbar-nav > li.download .fa {
  margin-right: 5px;
}
.navbar .navbar-brand {
  padding: 0;
  margin: 0 0 -17px;
  height: auto;
  position: relative;
  z-index: 99;
  max-width: 210px;
  overflow: hidden;
  border-radius: 50px;
}
.navbar .navbar-brand img {
  width: 100%;
}
.navbar .btCurveHeader {
  background: #fff;
  height: 30px;
  margin-top: -25px;
}
.navbar .btCurveHeader .container {
  position: relative;
}
.navbar .btCurveHeader .container .row {
  position: absolute;
  background: #fff;
  height: 25px;
  width: calc(100% - 50px);
  z-index: 9;
  top: 21px;
  left: 50px;
}
.navbar .btCurveHeader .container:before {
  content: "";
  background: url(../images/curve-left.png) no-repeat;
  height: 30px;
  width: 100px;
  position: absolute;
  top: 30px;
  left: -13px;
  z-index: 999;
}
.navbar .btCurveHeader .container:after {
  content: "";
  background: url(../images/curve-right.png) no-repeat;
  height: 30px;
  width: 100px;
  position: absolute;
  top: 30px;
  right: -83px;
  z-index: 999;
}
@media screen and (max-width: 1200px) {
  .navbar {
    float: none !important;
    width: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    background: #fff;
    z-index: 999;
  }
  .navbar .container {
    display: block;
  }
  .navbar.sticky {
    padding-bottom: 4px;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
  }
  .navbar .contact-ul {
    position: absolute;
    right: 70px;
    top: 0;
  }
  .navbar .navbar-collapse {
    display: none !important;
  }
  .navbar .navbar-collapse.in {
    display: block !important;
    overflow-y: auto;
    margin-top: 10px;
  }
  .navbar .navbar-brand {
    padding: 8px 10px 0px;
  }
  .navbar .navbar-brand > img {
    max-width: 140px;
  }
  .navbar .navbar-toggle {
    top: 16px;
    display: block;
    position: absolute;
    right: 0;
  }
  .navbar .btCurveHeader {
    display: none;
  }
  .navbar .navbar-nav {
    width: 100%;
    margin-top: 30px;
    z-index: 10;
    position: absolute;
    background: #fff;
    top: 40px;
    left: 0;
    padding: 20px;
  }
  .navbar .navbar-nav li {
    margin: 0;
    float: none;
  }
  .navbar .navbar-nav li.download {
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .navbar {
    padding-bottom: 10px;
  }
  .navbar .navbar-nav {
    left: auto;
  }
  .navbar .navbar-brand > img {
    max-width: 120px;
  }
  .navbar .navbar-toggle {
    top: 15px;
  }
  .navbar.sticky {
    padding-bottom: 10px;
  }
  .navbar.sticky .navbar-brand {
    margin: 0;
  }
}
/* slider-section */
.slider-section {
  position: relative;
  clear: both;
  margin-top: 90px;
}
.slider-section .owl-item {
  width: 100%;
}
.slider-section .owl-carousel .owl-item img {
  width: 100%;
}
.slider-section .owl-carousel .owl-item:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.slider-section .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.slider-section .owl-theme .owl-nav [class*="owl-"] {
  margin-top: -15%;
}
.slider-section .owl-theme .owl-dots {
  position: absolute;
  bottom: 50px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.slider-section .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #fff;
}
.slider-section .owl-theme .owl-dots .owl-dot.active span {
  background: #f59431;
}
.slider-section .slider-caption {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
}
.slider-section .slider-caption h2 {
  font-size: 20px;
  line-height: 40px;
  margin: 0;
}
.slider-section .slider-caption h1 {
  margin: 0 0 20px;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
}
.slider-section .slider-caption h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 10px;
}
.slider-section .slider-caption h2 span {
  color: #f59431;
  font-weight: 700;
}
.slider-section .slider-caption p {
  font-size: 20px;
  padding: 3px 0;
  font-weight: 300;
}
.slider-section .slider-caption p.pro-price {
  color: #f59431;
  font-size: 42px;
  font-weight: 700;
  margin: 20px 0 30px;
}
.slider-section .slider-caption .theme-btn {
  min-width: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slider-section .slider-caption {
    margin-bottom: 0;
  }
  .slider-section .slider-caption h1 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 40px;
    margin: 0;
  }
  .slider-section .slider-caption p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .slider-section {
    margin-top: 80px;
  }
  .slider-section .slider-caption {
    position: static;
    margin: 0;
    padding: 50px 15px;
    background: #f59431;
  }
  .slider-section .slider-caption h1 {
    font-size: 24px;
    line-height: initial;
  }
  .slider-section .slider-caption h2 {
    font-size: 20px;
    line-height: 1.2;
  }
  .slider-section .slider-caption h2 span {
    color: #fff;
  }
  .slider-section .slider-caption p.pro-price {
    color: #fff;
    font-size: 24px;
  }
  .slider-section .slider-caption .theme-btn {
    background: #fff;
    color: #f59431;
  }
  .slider-section .slider-section {
    margin-top: 65px;
    position: relative;
    clear: both;
    background: #f59431;
  }
}
/* overview-section */
.overview-section .overview-content {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.overview-section .overview-content .theme-btn {
  margin-top: 30px;
}
/* price-section */
.price-section {
  background: #f5f5f5;
}
.price-section .section-title h3 span.circledot {
  background: #f5f5f5;
}
.price-section table {
  background: #fff;
}
.price-section table th,
.price-section table td {
  padding: 15px !important;
  vertical-align: middle !important;
}
.price-section table th {
  color: #000;
}
.price-section table .theme-btn {
  width: 130px;
  padding: 8px 0;
  margin: 0 auto;
}
/* contact-now */
.contact-now .modal-header {
  text-align: center;
  background: #f59431;
  color: #fff;
}
.contact-now .modal-header .close {
  background: #ffffff;
  opacity: 1;
  color: #f59431;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: -30px;
  margin-right: -30px;
  text-align: center;
  line-height: 22px;
  font-size: 30px;
}
.contact-now .contactUsForm {
  min-height: auto !important;
  text-align: center;
  margin: 0;
}
/* map */
.map img {
  width: 100%;
}
.map img:hover {
  opacity: 0.8;
  cursor: pointer;
}
/* specifications */
.amenities-section {
  position: relative;
  background: url(../images/gallery/1.jpg) no-repeat center center;
  color: #fff;
  background-size: cover;
  background-attachment: fixed;
}
.amenities-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.amenities-section .section-title h3 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.amenities-section .section-title h3 span.circledot {
  background: #231d12;
}
.amenities-section .section-title h3 span.circledot > small {
  background: #f59431;
}
.amenities-section .amenities-content ul {
  padding: 0;
  margin: 25px 10px;
  display: flex;
  flex-wrap: wrap;
}
.amenities-section .amenities-content ul li {
  width: 25%;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  margin-bottom: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.51);
}
.amenities-section .amenities-content ul li:nth-child(4n),
.amenities-section .amenities-content ul li:last-child {
  border: none;
}
.amenities-section .amenities-content ul li img {
  width: 50px;
  margin-right: 15px;
}
.amenities-section .amenities-content ul li p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .amenities-section .amenities-content ul {
    margin: 0;
  }
  .amenities-section .amenities-content ul li {
    width: 33%;
  }
  .amenities-section .amenities-content ul li:nth-child(4n) {
    border-right: 1px solid rgba(255, 255, 255, 0.51);
  }
  .amenities-section .amenities-content ul li:nth-child(3n),
  .amenities-section .amenities-content ul li:last-child {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .amenities-section .amenities-content ul li {
    width: 50%;
  }
  .amenities-section .amenities-content ul li:nth-child(2n) {
    border: none;
  }
  .amenities-section .amenities-content ul li:nth-child(3n),
  .amenities-section .amenities-content ul li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.51);
  }
}
@media screen and (max-width: 480px) {
  .amenities-section .amenities-content ul li {
    border: none !important;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
/* floorplan-section  */
.floorplan-section {
  padding-bottom: 0;
}
.floorplan-section .floor-thumb {
  width: 100%;
  border: 1px solid #eee;
  padding: 10px 10px 0;
  margin-bottom: 30px;
}
.floorplan-section .floor-thumb img {
  width: 100%;
  margin-bottom: 20px;
}
.floorplan-section .floor-thumb p.caption {
  text-align: center;
  background: #eee;
  margin: 0 -10px 0;
  padding: 10px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
.floorplan-section .floor-thumb:hover {
  border: 1px solid #000;
}
.floorplan-section .floor-thumb a:hover {
  color: #000;
  text-decoration: none;
}
/* contact-section */
.contactUsForm {
  background: #f5f5f5;
  padding: 30px 50px 25px;
  border: 1px solid #ddd;
  min-height: 413px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contactUsForm {
    padding: 20px;
  }
}
.contactUsForm h3 {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 30px;
}
.contactUsForm p {
  margin: 0 0 15px;
}
.contactUsForm .input-group {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}
.contactUsForm .input-group:last-child {
  margin-bottom: 0;
}
.contactUsForm input {
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  padding: 6px 10px;
  border: 1px solid #eee;
}
.contactUsForm input:focus {
  box-shadow: none;
  border: 1px solid #f59431;
}
.contactUsForm .theme-btn {
  min-width: 150px;
  margin-top: 10px;
}
.contactUsForm.map {
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .contactUsForm.map iframe {
    height: 467px;
  }
}
/* gallery-section */
.gallery-section {
  padding-bottom: 0;
}
.gallery-section .gallery-thumb {
  overflow: hidden;
  border-right: 5px solid #fff;
}
.gallery-section .gallery-thumb img {
  transition: all 1s;
}
.gallery-section .gallery-thumb:hover img {
  transform: scale(1.1);
}
/* footer */
.footer {
  background-color: #202020;
  border-top: 5px solid #f59431;
  padding: 40px 0 20px;
  text-align: center;
  color: #fff;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin: 0 15% 20px;
}
.footer ul li {
  display: inline;
}
.footer ul li a {
  padding: 0 10px;
  color: #fff;
  font-size: 18px;
}
.footer .footer-para {
  font-size: 16px;
}
