@import url(bootstrap.css);
@import url(style.css);
@import url(responsive.css);

.header-style-two {
  background: #00000080;
}
.sticky .nav-menu > li > a {
  color: #24262d;
}
.header-style-two .header-upper .logo-outer {
  margin-top: unset;
  width: 200px;
}
.header-style-two .header-upper .logo {
  padding: unset;
  margin-right: unset;
}
.main-header .header-upper .logo img {
  width: 100%;
}
.nav-menu {
  display: flex;
  margin-top: unset;
  align-items: center;
  justify-content: center;
}
.nav-menu > li > a {
  height: unset;
  padding: unset;
  line-height: 2;
  padding: 5px 10px;
}

.nav-menu > li > a.contact {
  background-color: #b0a277;
  border: 1px solid #b0a277;
  border-radius: 5px;
  margin-left: 5px;
  padding: 1px 15px;
  color: #fff !important;
}

.navigation {
  height: unset;
}
.main-header .nav-outer {
  float: left;
  width: calc(100% - 130px);
}

.inner-container {
  display: flex;
  justify-content: start;
  width: 100%;
  align-items: center;
  gap: 10px;
  height: 100px;
}

.nav-end {
  display: flex;
  gap: 10px;
}

.nav-end .img-carry {
  height: 100px;
  width: 120px;
}

.nav-end .img-carry img {
  width: 153px;
}

.nav-end select {
  background: unset;
  color: #fff;
  border: unset;
  box-shadow: unset !important;
}
.global {
  background-color: #b0a277 !important;
  border: 1px solid #b0a277 !important;
  border-radius: 5px;
  padding: 3px 20px;
  box-shadow: unset !important;
  color: #fff !important;
}
.nav-menu > li > a.contact:hover,
.global:hover {
  background-color: #fff !important;
  color: #24262d !important;
  border: 1px solid #fff !important;
}
.sticky .nav-menu > li > a.contact:hover,
.sticky .global:hover {
  background-color: #fff !important;
  color: #b0a277 !important;
  border: 1px solid #b0a277 !important;
}

.sticky .dropbtn,
.sticky button.dropbtn::before {
  color: #24262d;
}

.lang {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  padding-top: 20px;
  width: 80px;
}
.lang button {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
}

.banner-section-two::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #24262d50;
}
.banner-section-two {
  width: 100%;
  background: url(../images/bg.png) no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.banner-section-two .content {
  position: relative;
  top: 40px;
  z-index: 5;
  padding: 0px 15px;
}

.banner-section-two .content h3,
.banner-section-two .content h5,
.banner-section-two .content h6 {
  
  color: #fff;
  text-transform: uppercase;
}
.banner-section-two .content h3 {
  font-size: 60px;
  letter-spacing: 10px;
  font-weight: 900;
}
.banner-section-two .content h5 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 35px;
  letter-spacing: 5px;
  font-weight: 700;
}
.banner-section-two .content h6 {
  white-space: pre-line;
  font-size: 25px;
  letter-spacing: 5px;
  font-weight: 600;
  margin-bottom: 30px;
}
.banner-section-two .content .btn-style-one {
  background-color: #fff;
  color: #24262d;
  font-size: 25px;
}
.banner-section-two .content .btn-style-one:hover {
  color: #fff;
}
.banner-section-two .content .btn-style-one::before {
  background-color: #beaf87;
}
.property-tabs {
  position: unset;
  top: unset;
  left: unset;
  right: unset;
  margin-top: 65px;
  margin-bottom: 65px;
}
.tabs-box h3 {
  margin-bottom: 30px;
  text-align: center;
  
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.property-tabs .tab-btns {
  width: 55%;
  border-radius: 5px;
  overflow: hidden;
}
.pxp-hero-search {
  width: 85%;
}

.property-tabs .tab-btns li {
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
  text-align: center;
  padding: 10px 15px;
  background-color: #24262d;
}
.property-tabs .tab-btns li.active-btn {
  background-color: #beaf87;
}
.pxp-hero-search .custom-select {
  background-color: #24262d;
  height: 65px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.pxp-hero-search .custom-select {
  background: url(../images/icons/arw-white.svg) no-repeat right 0.75rem
    center/8px 10px;
  background-color: #24262d;
  height: 65px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.pxp-hero-search .form-control {
  height: 65px;
  background: #beaf8720;
}
.submit-btn {
  height: 65px;
  font-weight: bold;
  font-size: 16px;
}
.submit-btn:hover {
  background-color: #24262d;
}
.form-icon {
  top: 20px;
}
.subscribe-form .form-icon img {
  height: 14px;
}

.why-section {
  margin: 0px auto 0px auto;
  height: auto;
  width: 100%;
  background-image: url(../images/newSection.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
}

.why-section h2 {
  
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 30px;
  margin-bottom: 30px;
}

.why-section p {
  
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}

.featuresSection {
  margin: 50px auto;
}

.featuresSection .hr-line span {
  display: inline-block;
  width: 1px;
  height: 360px;
  background: #dddddd60;
}

.featuresSection .col-md-12 {
  margin: 30px auto;
}

.featuresSection img {
  width: 80px;
  color: #24262d;
}

.featuresSection h3 {
  
  font-size: 25px;
  text-transform: uppercase;
  margin: 10px auto;
  margin-top: 20px;
  font-weight: bold;
  color: #beaf87;
}

.featuresSection p {
  
  color: #212121;
  font-size: 16px;
}

.contactSection {
  height: auto;
  padding: 60px 0px;
  width: 100%;
  background-image: url(../images/bgSection.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.contactSection .container {
  height: 100%;
}
.contactSection .contactFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 85%;
  margin: auto;
}
.contactSection input {
  height: 65px;
  width: 17%;
}

.contactSection .form-group {
  position: relative;
  margin: 0;
  width: 50%;
}
.contactSection .form-group input {
  width: 100%;
  padding-left: 50px;
  border: unset;
  box-shadow: unset;
}

.contactSection .contactContent {
  width: 100%;
}
.contactSection .contactContent h3 {
  
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
.contactSection .contactForm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contactSection .contactForm p {
  
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}

.contactSection .contactForm .submit-btn {
  font-size: 20px;
  letter-spacing: 2px;
}
.contactSection .contactForm .submit-btn:hover {
  background-color: #24262d;
}
.contactSection .contactForm .contact {
  background-color: #fff;
  color: #24262d;
}

.contactSection .contactForm .contact:hover {
  color: #fff;
}

.news-section-two {
  padding: 75px 0px;
}

.news-block-two .inner-box {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 10px 10px #00000010;
}

.news-block-two .inner-box:hover .image a::after {
  content: "Read Now";
  text-align: center;
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: #00000060;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.news-block-two .inner-box .absDate {
  position: absolute;
  top: 15px;
  right: 10px;
  padding: 5px;
  background-color: #24262d;
  color: #beaf87;
  z-index: 10;
  width: 100px;
  text-align: center;
  font-weight: bold;
}
.news-block-two .lower-content {
  position: relative;
  padding: 40px 60px 50px;
  min-height: 260px;
  text-align: center;
}

.news-block-two .lower-content .date {
  background-color: unset;
  text-align: center;
  margin: 0;
}
.news-block-two .lower-content h5 {
  
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 22px;
  margin-bottom: 40px;
}
.news-block-two .lower-content h4 {
  font-family: "arb-jazeera";
  font-size: 16px;
  color: #24262d;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}
.card-owl-carousel .owl-nav.disabled {
  display: block;
}

.card-owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -50px;
}

.card-owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -50px;
}
.card-owl-carousel .owl-nav .owl-next,
.card-owl-carousel .owl-nav .owl-prev {
  font-size: 40px;
  color: #beaf87;
}
.sec-title h2 {
  letter-spacing: 5px;
 
}

.newsletter-section {
  position: relative;
  padding: 70px 0px;
}

.newsletter-section .title-column .inner-column .sec-title h2 {
  letter-spacing: 5px;
 
  position: relative;
  bottom: 65px;
  font-size: 25px;
  color: #24262d;
}

.newsletter-section .form-icon {
  top: 30px;
}

.call-to-action .sec-title h2,
.call-to-action .sec-title h4,
.call-to-action .sec-title span {
  color: #ffffff;
 
  font-weight: bold;
  text-transform: uppercase;
}

.call-to-action .sec-title h4 {
  margin: 30px auto;
  letter-spacing: 3px;
}

.call-to-action .btn-style-one {
  background-color: #24262d;
  color: #fff;
  font-size: 25px;
}
.call-to-action .btn-style-one:hover {
  color: #24262d;
}
.call-to-action .btn-style-one::before {
  background-color: #fff;
}

.widgets-section {
  padding-top: 50px !important;
}

.rights {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (max-width: 1199px) {
  .nav-menu > li > a.contact,
  .global {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-menu > li > a {
    font-size: 13px;
    padding: 5px;
  }
  .header-style-two .header-upper .logo-outer {
    width: 175px;
  }
}

@media (max-width: 992px) {
  .nav-menu {
    flex-direction: column;
  }
  .nav-menu > li > a.contact {
    border-radius: 0;
    margin-left: 0px;
    padding: 10px 10px 10px 30px !important;
  }
  .nav-end .img-carry {
    display: none;
  }
  .nav-end {
    justify-content: center;
    margin-left: unset;
    margin-top: 15px;
  }
  .main-header .nav-outer {
    width: auto !important;
  }
  .inner-container {
    justify-content: space-between;
    height: 70px;
  }
  .nav-toggle {
    position: unset;
  }
}

@media (max-width: 992px) {
  .banner-section-two .content h3 {
    font-size: 50px;
  }
  .banner-section-two .content h5 {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .banner-section-two .content h6 {
    font-size: 20px;
  }
  .banner-section-two .content .btn-style-one {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .banner-section-two .content h3 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .banner-section-two .content h5 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .banner-section-two .content h6 {
    font-size: 15px;
  }
  .banner-section-two .content .btn-style-one {
    font-size: 14px;
    padding: 15px ​60px !important;
  }
}

@media (max-width: 992px) {
  .contactSection .contactFlex {
    width: 100%;
  }
  .contactSection .contactForm .submit-btn {
    font-size: 15px;
  }

  .newsletter-section .title-column .inner-column .sec-title h2 {
    bottom: 0;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .featuresSection .hr-line {
    display: none !important;
  }
  .property-tabs {
    width: 95%;
    margin-top: 50px;
  }
  .why-section {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .featuresSection {
    margin: 20px auto;
  }
  .contactSection .contactForm {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .contactSection .form-group,
  .contactSection .contactForm .submit-btn {
    width: 100%;
  }
  .newsletter-section {
    padding: 0px;
    padding-bottom: 20px;
  }
  .newsletter-section .title-column .inner-column .sec-title h2 {
    font-size: 16px;
    line-height: 1.8;
  }
  .call-to-action .number,
  .call-to-action .sec-title.light h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  .call-to-action .sec-title h4 {
    font-size: 15px;
  }
  .call-to-action .btn-style-one {
    font-size: 16px;
  }
  .rights {
    flex-direction: column;
  }
  .main-footer .footer-bottom .inner-container {
    padding: 60px 0;
  }
}

.show {
  display: block;
}

.newsletter-section {
  border: unset;
}

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

.market-section h3 {
  
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.market-section .pxp-hero-search {
  width: 100%;
}

.market-section .form-icon img {
  width: 20px !important;
  height: 20px !important;
}

.market-section .submit-btn {
  width: 90%;
}
.market-section .col-sm-12.col-md-2.align-self-center {
  text-align: center !important;
}

.market-section .pxp-hero-search .custom-select,
.market-section .pxp-hero-search .form-control.pxp-is-address {
  width: 95%;
}

@media (max-width: 767px) {
  .market-section .submit-btn,
  .market-section .pxp-hero-search .custom-select,
  .market-section .pxp-hero-search .form-control.pxp-is-address {
    width: 100%;
  }
}

option {
  font-size: 20px;
}

.property-tabs {
  width: 100% !important;
}
