body,
html {
  background-color: #c9d2dd;
  padding: 0;
  margin: 0;
  font-family: Gotham Light;
}

@font-face {
  font-family: Gotham Book;
  src: url(/fonts/Gotham-Book.otf?b6e803be8fc1a5258c5e52ac6a0c0ace);
}
@font-face {
  font-family: Gotham Light;
  src: url(/fonts/Gotham-Light_0.otf?df38f0bfbbd796768b841d69c042d7cf);
}
@font-face {
  font-family: Gotham Medium;
  src: url(/fonts/Gotham-Medium.otf?64243e219e4c35e62282bba5d081f806);
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 10px 0;
  background-color: rgba(201, 210, 221, 0.8);
}

.header .logo {
  position: relative;
  width: 250px;
}

.header .navbar .nav-item .nav-link {
  font-size: 16px;
  color: #1a234e;
  padding: 50px 40px;
}

.header .navbar .img2 {
  width: 120px;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1270px;
  }
}
/*=================Banner================*/
#hero-banner .owl-carousel,
#hero-banner .owl-stage-outer {
  max-height: 100%;
  height: 100vh;
  overflow: hidden;
}

.post-content-parent {
  display: flex;
  width: 100%;
  height: 100vh;
  position: relative;
}
.post-content-parent .slider-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.c--post-content-image-wrapper {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#hero-banner .post-content-text-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(158, 141, 129, 0.75);
  z-index: 1;
  padding: 20px 0px 20px 50px;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}
#hero-banner .post-content-text-child #hero-banner.post-content--inner {
  padding: 0px 0px 0px 0px;
}
#hero-banner .post-content-text-child .post-content--inner h2 {
  font-family: Gotham Light;
  font-size: 42px;
  color: #18214d;
  padding-left: 0px;
  margin-bottom: 20px;
  text-align: left;
}
#hero-banner .post-content-text-child .post-content--inner p {
  font-family: Gotham Light;
  font-size: 16px;
  color: #fff !important;
  margin-bottom: 6px;
  text-align: left;
  padding-left: 0px;
}
#hero-banner .post-content-text-child .post-content--inner input[type=button],
#hero-banner .post-content-text-child .learn_more {
  font-size: 16px;
  color: #fff;
  padding: 5px 10px;
  border: 2px solid #fff;
  text-decoration: none;
  float: left;
  margin-top: 15px;
}

.post-content-parent .carousel-control-next,
.post-content-parent .carousel-control-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  background-color: #c9d2dd;
  font-size: 32px;
  color: #101946;
  opacity: 0.9;
}

.post-content-parent .carousel-control-next {
  right: 15px;
  display: none !important;
}

.post-content-parent .carousel-control-prev {
  left: 15px;
  display: none !important;
}

#hero-banner .owl-nav {
  display: none !important;
}

#hero-banner .owl-nav .disabled {
  display: none;
}

@keyframes fade {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.blink {
  animation: fade 1000ms infinite;
  -webkit-animation: fade 1000ms infinite;
  color: #101946;
}

/*=============================================*/
.featured_properties {
  position: relative;
  background-color: #c9d2dd;
  padding: 50px 0 0 0;
}

.featured_properties .title {
  width: 100%;
  position: relative;
  font-family: Gotham Light;
  font-size: 32px;
  color: #101946;
  margin-bottom: 20px;
}

.featured_properties .title:after {
  position: absolute;
  content: "";
  top: 28px;
  right: 0;
  left: 350px;
  border-bottom: 2px solid #101946;
}

.featured_properties h2 {
  width: 100%;
  position: relative;
  font-family: Gotham Light;
  font-size: 35px;
  color: #101946;
  margin-bottom: 20px;
}

.featured_properties .layer4 {
  margin-bottom: 50px;
}

.loadMore {
  display: inline-block;
  font-size: 20px;
  color: #151e4a;
  margin-top: 20px;
  padding: 5px 20px;
  border: 2px solid #151e4a;
}

/*==================================================*/
.buying_realestate {
  position: relative;
  padding: 150px 0 500px;
  background-size: cover;
  background-position: top center;
}

.buying_item {
  width: 100%;
  position: relative;
  padding: 20px 40px;
  background-color: rgba(201, 210, 221, 0.8);
}

.buying_item h3 {
  font-family: Gotham Light;
  font-size: 54px;
  color: #18214d;
  margin-bottom: 20px;
}

.buying_item .learn_more {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  padding: 5px 10px;
  border: 2px solid #fff;
}

/*=======================================*/
.about-sec {
  position: relative;
  background-color: #c9d2dd;
  padding: 50px 0;
}

.about-sec .title {
  width: 100%;
  position: relative;
  font-family: Gotham Light;
  font-size: 32px;
  color: #101946;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
}

.about-sec .title:after {
  position: absolute;
  content: "";
  top: 28px;
  right: 0;
  left: 200px;
  border-bottom: 2px solid #101946;
}

.about_item {
  padding: 15px 15px;
  text-align: center;
  margin-top: 70px;
}

.about_item img {
  margin-bottom: 30px;
}

.about_item h5 {
  font-size: 42px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.about_item p {
  font-size: 24px;
  color: #151e4a;
}

/*======================================================*/
.contact-sec {
  position: relative;
  background-color: #c9d2dd;
  padding: 50px 0;
}

.title {
  width: 100%;
  position: relative;
  font-family: Gotham Light;
  font-size: 32px;
  color: #101946;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
}

.contact-sec .title:after {
  position: absolute;
  content: "";
  top: 28px;
  right: 0;
  left: 250px;
  border-bottom: 2px solid #101946;
}

.contact-sec .contact_item {
  text-align: center;
  margin-top: 50px;
}

.contact-sec .contact_item p {
  font-size: 24px;
  color: #151e4a;
  margin-bottom: 30px;
}

.contact-sec .contact_item h5 {
  font-family: Gotham Medium;
  font-size: 28px;
  color: #151e4a;
  letter-spacing: 4px;
  margin-bottom: 30px;
}

.contact-sec form {
  max-width: 700px;
  margin: 80px auto 0;
}

.form-control {
  outline: none;
  box-shadow: none;
  border: none;
  font-size: 20px;
  color: #737373;
  height: 53px;
  border-radius: 10px;
  padding: 6px 15px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.input-group-prepend select.form-control {
  border-radius: 10px 0 0 10px;
  position: relative;
  padding-right: 50px;
}

.contact-sec select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.contact-sec .form-group {
  margin-bottom: 30px;
}

.contact-sec .input-group-prepend,
.contact-sec .form-group {
  position: relative;
}

.contact-sec .form-group .fa {
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 28px;
  color: #737373;
  z-index: 9;
  font-weight: 100;
}

.contact-sec textarea {
  height: 120px;
}

.submit-btn {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background-color: #1a234e;
  padding: 8px 50px;
  border: none;
  border-radius: 10px;
  outline: none;
}

/*=============================*/
.brand-sec {
  position: relative;
  padding: 100px 0;
  background-color: #c9d2dd;
}

.owl-slider {
  overflow: hidden;
  padding: 0 30px;
}

.owl-carousel {
  display: flex;
}

.owl-carousel .owl-item {
  display: inline-flex;
  text-align: center;
}

.owl-carousel .owl-item img {
  width: 100%;
}

.owl-carousel .owl-nav button {
  position: absolute;
  top: -20%;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #151e4a;
  font-size: 72px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0px;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0px;
}

.owl-carousel .owl-dots {
  display: none;
}

/*=====================================*/
footer {
  position: relative;
  background-color: #1a234e;
  padding: 50px 0;
}

.f_item {
  padding-left: 20px;
  border-left: 3px solid #d0d9e2;
  min-height: 100px;
}

.f_item h5 {
  font-size: 32px;
  color: #d0d9e2;
  margin-bottom: 10px;
  margin-top: 0;
}

.f_item p {
  font-family: Gotham Light;
  font-size: 15px;
  color: #bcc5d3;
  margin-bottom: 5px;
  letter-spacing: 2px;
}

.f_item p a {
  color: #d0d9e2;
  text-decoration: none;
}

footer .img2 {
  width: 130px;
}

.prop-list {
  background-color: #c9d2dd;
}

/*=========================== Beachfront page2 css ==========================*/
.beachfront-sec1 {
  background-color: #fff;
  padding: 70px 0;
}

.beachfront-sec1 h6 {
  position: relative;
  font-family: Gotham Light;
  font-size: 16px;
  color: #101946;
  font-weight: 600;
}

.beachfront-sec1 h6:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 0;
  left: 230px;
  width: 150px;
  border-bottom: 1px solid #101946;
}

.beachfront-sec1 h2 {
  width: 100%;
  position: relative;
  font-family: Gotham Light;
  font-size: 42px;
  color: #101946;
  margin-bottom: 20px;
}

.beachfront-sec1 p {
  font-size: 18px;
  color: #151e4a;
}

.headerspace {
  margin-top: 160px;
}

.housing-edge {
  position: relative;
  padding: 50px 0 0px;
  background-color: #c9d2dd;
}

.housing-edge .item01 {
  margin-bottom: 50px;
}

.housing-edge .item01 i {
  display: block;
  margin-bottom: 7px;
  font-size: 26px;
}

.housing-edge .item01 .feature-head {
  font-size: 20px;
  line-height: 32px;
  color: #000;
  margin-top: 15px;
}

.housing-edge .item01 span {
  display: block;
  font-size: 15px;
  line-height: 16px;
}

.view-properties-button {
  margin-bottom: 20px;
  text-decoration: none;
}

.view-properties-button:hover {
  text-decoration: none;
}

.properties-sec {
  position: relative;
  background-color: #c9d2dd;
  padding: 50px 0;
}

.properties-sec h2 {
  width: 100%;
  position: relative;
  font-family: Gotham Light;
  font-size: 35px;
  color: #101946;
  margin-bottom: 30px;
}

.item-details {
  position: relative;
  margin-top: 15px;
  padding-right: 150px;
}

.item-details h6 {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.item-details h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #101946;
}

.item-details h3 a {
  color: #101946;
  text-decoration: none;
}

.properties-sec .properties-item {
  margin-bottom: 40px;
}

.properties-sec .properties-item ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.properties-sec .properties-item ul li {
  display: inline-block;
  margin: 0 15px 0 0;
  color: #232323;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.item-details .booknowBtn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #101946;
  color: #fff !important;
  border: 1px solid #101946;
  outline: none;
  box-shadow: none;
  padding: 10px 20px;
  border-radius: 2px;
  transition: 0.5s;
}

.item-details .booknowBtn:hover {
  box-shadow: inset 0 0px 0px 2px #fff;
}

.community-locator {
  position: relative;
}

.community-locator a.btn-white {
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 280px;
  width: 100%;
}

.community-locator a.btn-white {
  border: 1px solid #fff;
  background-color: #fff;
  color: #232323;
  padding: 10px 20px;
  border-radius: 2px;
}

.community-locator a.btn-white:focus,
.community-locator a.btn-white:hover {
  border: 1px solid #232323;
}

.location-advantages1 {
  margin-top: 30px;
}

.location-advantages1 span {
  display: block;
  text-transform: uppercase;
  color: #232323;
  font-family: Lato, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 24px;
  font-weight: 400;
}

.location-advantages1 span.feature-head {
  font-family: Optima;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: normal;
}

.amenity-icon {
  width: 30px;
}

.get-touch-btn {
  background-color: #071c35;
  color: #fff !important;
  border: 1px solid #071c35;
  display: inline-block;
  padding: 10px 50px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 2px;
}

.communities-sec {
  position: relative;
  background-color: #fff;
  padding: 70px 0;
}

.communities-sec h2 {
  width: 100%;
  position: relative;
  font-family: Gotham Light;
  font-size: 42px;
  color: #101946;
  margin-bottom: 30px;
}

.communities-sec .commun-item {
  text-align: center;
}

.commun-item h4 {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.commun-item h4 a {
  color: #000;
  text-decoration: none;
}

.commun-item p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 20px;
}

/*======================== Responsive ==========================*/
@media (min-width: 1920px) {
  .buying_realestate {
    padding: 200px 0 700px;
  }
}
@media (max-width: 1199px) {
  .featured_properties .title:after {
    left: 352px;
  }

  .buying_realestate {
    padding: 100px 0 250px;
  }

  .header .navbar .nav-item .nav-link {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .navbar-toggler {
    background-color: #1a234e;
    padding: 8px 10px;
  }

  .navbar-toggler .fa {
    color: #fff;
  }

  .header .navbar .nav-item .nav-link {
    padding: 30px 0px;
  }

  .contact-sec br,
.about-sec br {
    display: none;
  }

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

  footer .img2 {
    width: 110px;
  }

  .ban_item h3 {
    font-size: 42px;
  }

  .banner .carousel-caption {
    top: 80px;
  }

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

  .ban_item .learn_more {
    margin-top: 15px;
  }

  /*======================================================*/
  .headerspace {
    margin-top: 85px;
  }

  .item-details h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .header .navbar {
    padding: 0 0;
  }

  .header .logo {
    width: 150px;
  }

  .banner .carousel-control-next,
.banner .carousel-control-prev {
    width: 35px;
    height: 35px;
    font-size: 24px;
  }

  .ban_item {
    padding: 20px 20px;
  }

  .ban_item h3 {
    font-size: 32px;
    padding-right: 50px;
  }

  .ban_item .img3 {
    width: 40px;
  }

  .ban_item p {
    font-size: 12px;
  }

  .ban_item .learn_more {
    font-size: 14px;
    margin-top: 30px;
    padding: 5px 10px;
  }

  .featured_properties {
    padding: 20px 0px 0;
  }

  .banner {
    margin-bottom: 15px !important;
  }

  .featured_properties .title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .featured_properties .layer4 {
    margin-bottom: 20px;
  }

  .buying_realestate {
    padding: 50px 0 150px;
  }

  .buying_item h3 {
    font-size: 24px;
  }

  .buying_item .learn_more {
    font-size: 14px;
  }

  .about-sec {
    padding: 50px 0;
  }

  .about-sec .title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .about-sec .title:after {
    top: 20px;
    left: 155px;
  }

  .about_item {
    margin-top: 20px;
  }

  .about_item img {
    margin-bottom: 10px;
  }

  .about_item h5 {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .about_item p {
    font-size: 15px;
  }

  .title {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }

  .contact-sec {
    padding: 50px 0;
  }

  .contact-sec .title:after {
    top: 20px;
    right: 0;
    left: 185px;
  }

  .contact-sec .contact_item p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .contact-sec .contact_item h5 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }

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

  .input-group-prepend select.form-control {
    padding-right: 30px;
  }

  .contact-sec .form-group .fa {
    right: 10px;
    top: 13px;
    font-size: 21px;
  }

  .submit-btn {
    font-size: 18px;
    padding: 7px 30px;
  }

  .brand-sec {
    padding: 50px 0;
  }

  .owl-carousel .owl-nav button {
    font-size: 32px;
  }

  .f_item {
    margin-bottom: 30px;
  }

  footer .text-right {
    text-align: center !important;
  }

  footer {
    padding: 30px 0;
  }

  .featured_properties .title:after {
    left: 250px;
    top: 20px;
  }

  .featured_properties h2 {
    font-size: 25px;
  }

  .housing-edge .item01 .feature-head {
    font-size: 20px;
  }

  /*=====================================*/
  .beachfront-sec1 h6:after {
    left: 200px;
    width: 60px;
  }

  .beachfront-sec1 {
    background-color: #fff;
    padding: 30px 0;
  }

  .beachfront-sec1 h2 {
    font-size: 28px;
  }

  .housing-edge {
    padding: 30px 0;
  }

  .properties-sec h2 {
    font-size: 32px;
  }

  .item-details .booknowBtn {
    font-size: 13px;
    padding: 6px 10px;
  }

  .item-details {
    padding-right: 100px;
  }

  .location-advantages1 .feature-list {
    margin-bottom: 15px;
  }

  .communities-sec {
    padding: 30px 0;
  }

  .communities-sec h2 {
    font-size: 28px;
  }
}
@media (max-width: 414px) {
  .mobile-block-none {
    display: none;
  }

  #hero-banner .post-content-text-child {
    padding: 20px 0;
  }
  #hero-banner .post-content-text-child #hero-banner.post-content--inner {
    padding: 0px 0px 0px 0px;
  }
  #hero-banner .post-content-text-child .post-content--inner h2 {
    font-size: 22px;
    padding-left: 0px;
    padding: 0px 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  #hero-banner .post-content-text-child .post-content--inner p {
    font-size: 13px;
    margin-bottom: 15px;
    text-align: center;
    padding: 0px 22px;
  }
  #hero-banner .post-content-text-child .post-content--inner input[type=button],
#hero-banner .post-content-text-child .learn_more {
    font-size: 13px;
    color: #fff;
    margin-top: 50px auto 0px auto;
    float: none;
    padding: 0px 0px;
    border: 1px solid #fff;
    text-decoration: none;
    padding: 8px;
  }
  #hero-banner .post-content-text-child .post-content-parent {
    display: flex;
    width: 100%;
    height: 100vh;
    position: relative;
  }
  #hero-banner .post-content-text-child .post-content-parent .slider-image {
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
  }
}
@media (max-width: 360px) {
  #hero-banner .post-content-text-child {
    padding: 20px 0;
  }
  #hero-banner .post-content-text-child #hero-banner.post-content--inner {
    padding: 0px 0px 0px 0px;
  }
  #hero-banner .post-content-text-child .post-content--inner h2 {
    font-size: 22px;
    padding-left: 0px;
    padding: 0px 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  #hero-banner .post-content-text-child .post-content--inner p {
    font-size: 13px;
    margin-bottom: 15px;
    text-align: center;
    padding: 0px 22px;
  }
  #hero-banner .post-content-text-child .post-content--inner input[type=button],
#hero-banner .post-content-text-child .learn_more {
    font-size: 13px;
    color: #fff;
    margin-top: 50px auto 0px auto;
    float: none;
    padding: 0px 0px;
    border: 1px solid #fff;
    text-decoration: none;
    padding: 8px;
  }
}
