@import url(bootstrap.css);
@import url(style.css);
@import url(responsive.css);
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #a7a7a7;
}

::-webkit-scrollbar-thumb:hover {
  background: #b0a277;
}
.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/home_banner.jpg) no-repeat;*/
  background: url(../images/terms.jpeg) 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 {
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.banner-section-two .content h3 {
  font-size: 60px;
  letter-spacing: 10px;
  font-weight: 600;
}
.banner-section-two .content h5 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 35px;
  letter-spacing: 5px;
  font-weight: 600;
}
.banner-section-two .content h6 {
  white-space: pre-line;
  font-size: 25px;
  letter-spacing: 3px;
  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: #115E79;
}
.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-family: "Barlow Condensed";
  font-weight: 600;
  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: 600;
  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: #115E79;
}
.pxp-hero-search .custom-select {
  background-color: #24262d;
  height: 65px;
  color: #fff;
  font-weight: 600;
  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: 600;
  font-size: 20px;
  padding: 0px;
text-align:center;

}
.pxp-hero-search .form-control {
  height: 65px;
  background: #115E7920;
  font-size: 20px;
}
.submit-btn {
  height: 65px;
  font-weight: 600;
  font-size: 20px;
}
.submit-btn:hover {
  background-color: #24262d;
}
.form-icon {
  top: 20px;
}
.subscribe-form .form-icon img {
  width: 24px !important;
  height: 17px;
  top: -4px;
  position: relative;
}

.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 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 30px;
  margin-bottom: 30px;
}

.why-section p {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.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-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  margin: 10px auto;
  margin-top: 20px;
  font-weight: 600;
  color: #115E79;
}

.featuresSection p {
  font-family: "Montserrat", sans-serif;
  color: #212121;
  font-size: 16px;
}

.contactSection {
  height: auto;
  padding: 60px 0px;
  width: 100%;
  background-image: url(../images/bgAbout.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: 100%;
  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;
  font-size: 20px;
}

.contactSection .contactContent {
  width: 100%;
}
.contactSection .contactContent h3 {
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}
.contactSection .contactForm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contactSection .contactForm p {
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  font-weight: 400;
  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;
cursor:pointer;
text-align:center;
}

.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: 600;
  color: #fff;
}
.news-block-two .inner-box .absDate_r {
  position: absolute;
  top: 15px;
  padding: 5px;
  background-color: #24262d;
  color: #22D4EE;
  z-index: 10;
  width: 100px;
  text-align: center;
  font-weight: 600;
  margin-left:10px;
  border-radius:15px;
}
.news-block-two .inner-box .absDate_red {
  position: absolute;
  top: 15px;
  right: 10px;
  padding: 5px;
  background-color: #24262d;
  color: red;
  z-index: 10;
  width: 100px;
  text-align: center;
  font-weight: 600;
   border-radius:15px;
}
.news-block-two .inner-box .absDate {
  position: absolute;
  top: 15px;
  right: 10px;
  padding: 5px;
  background-color: #24262d;
  color: #22D4EE;
  z-index: 10;
  width: 100px;
  text-align: center;
  font-weight: 600;
   border-radius:15px;
}
.news-block-two .lower-content {
  position: relative;
  padding: 40px 15px 50px;
  height: 200px;
  text-align: center;
 /* overflow-y: auto;
  overflow-x: hidden;*/
}

.news-block-two .lower-content .date {
  background-color: unset;
  text-align: center;
  margin: 0;
}
.news-block-two .lower-content h5 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 20px;
  margin-bottom: 25px;
line-height:1.5;
}
.news-block-two .lower-content h4 {
  font-family: "Barlow Condensed";
  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: #115E79;
}
.sec-title h2 {
  letter-spacing: 5px;
  font-family: "Barlow Condensed";
}

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

.newsletter-section .title-column .inner-column .sec-title h2 {
  letter-spacing: 5px;
  font-family: "Montserrat";
  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-family: "Montserrat", sans-serif;
  font-weight: 600;
  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: 18px;
  }
  .banner-section-two .content .btn-style-one {
    font-size: 18px;
    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: 80px 0;
  }
}

.show {
  display: block;
}

.newsletter-section {
  border: unset;
}

.market-section {
  background: #fff;
}

.market-section .form-group input{
  background-color: #115E7920;
}

.market-section .submit-btn {
  color:#fff !important;
  background-color: #b0a277 !important;
}

.market-section .submit-btn:hover {
  background-color: #24262d !important;
}

.market-section .contactContent h3 {
  color: #115E79 !important;
}

option {
  font-size: 20px;
}

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

.servicesPage .banner-section-two {
  text-align: left;
  background: url(../images/bgServices.png) no-repeat;
  background-size: cover;
}
.servicesPage .banner-section-service {
  text-align: left;
  background: url(../img/service_page_banner.jpeg) no-repeat;
  background-size: cover;
}

.servicesPage .banner-section-two .content {
  width: 100%;
}

.servicesPage .banner-section-two .content h3 {
  position: relative;
  font-size: 55px;
}

.servicesPage .banner-section-two .content h3::after {
  content: "";
  width: 20%;
  height: 5px;
  display: block;
  background: #fff;
  border-radius: 5px;
  margin-top: 10px;
  background-color: #115E79;
}

.servicesPage .banner-section-two .content p {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.servicesPage .banner-section-two .content h6 {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  white-space: normal;
  letter-spacing: 2px;
  margin-top: 30px;
  font-size: 20px;
}

.servicesPage .banner-section-two .content .theme-btn {
  background-color: #115E79;
  color: #fff;
  font-size: 22px;
}

.servicesPage .banner-section-two .content .theme-btn:hover {
  color: #24262d;
}

.servicesPage .banner-section-two .content .theme-btn:before {
  background-color: #fff;
}

.servicesPage .valuation-section {
  margin: 80px auto;
}
h2{
color:#115E79 !important;
}
.servicesPage .valuation-section h2 {
  text-align: center;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 35px;
  color: #24262d;
}

.servicesPage .valuation-section h2::after {
  content: "";
  display: block;
  width: 10%;
  margin: 20px auto;
  height: 5px;
  background-color: #115E79;
  border-radius: 5px;
}

.servicesPage .valuation-section .description {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-bottom: 50px;
  color: #24262d;
  letter-spacing: 1px;
  font-weight: 300;
}

.servicesPage .valuation-section .valu-card {
  display: flex;
  gap: 25px;
  align-items: center;
  margin: 20px auto;
}
.servicesPage .valuation-section .valu-card .valu-content {
  width: calc(100% - 70px);
}

.servicesPage .valuation-section .valu-card .valu-img {
  width: 70px;
}

.servicesPage .valuation-section .valu-card img {
  width: 100%;
}

.servicesPage .valuation-section .valu-card h6 {
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 24px;
  color: #24262d;
  line-height: 1.5;
}
.servicesPage .valuation-section .valu-card p {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #9b9b9b;
  line-height: 1.5;
}

.servicesPage .valuation-section .valu-numCard h3 {
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 30px;
  color: #24262d;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 70px;
  margin-top: 100px;
}

.servicesPage .valuation-section .valu-numCard img {
  padding: 0px 130px;
}

.servicesPage .marketing-section {
  margin: 120px auto;
}

.servicesPage .marketing-section .marketing-content h2 {
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 35px;
  color: #24262d;
}

.servicesPage .marketing-section .marketing-content h2::after {
  content: "";
  display: block;
  width: 30%;
  margin: 20px 0px;
  height: 5px;
  background-color: #115E79;
  border-radius: 5px;
margin-right: auto;
}

.servicesPage .marketing-section .marketing-content h6 {
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 16px;
  color: #565656;
  margin: 20px auto;
}

.servicesPage .marketing-section .marketing-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #24262d;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 300;
}

.servicesPage .marketing-section .marketing-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.servicesPage .marketing-section .marketing-numCard h3 {
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 30px;
  color: #24262d;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 70px;
  margin-top: 100px;
}

.servicesPage .marketing-section .marketing-numCard img {
  padding: 0px 270px;
}

.servicesPage .featuresSection h3 {
  letter-spacing: 2.5px;
}

.servicesPage .featuresSection .title {
  text-align: center;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 35px;
  color: #24262d;
}

.servicesPage .featuresSection .title::after {
  content: "";
  display: block;
  width: 10%;
  margin: 20px auto;
  height: 5px;
  background-color: #115E79;
  border-radius: 5px;
}

.servicesPage .featuresSection .hr-line span {
  height: 1200px;
}

.servicesPage .featuresSection .col-md-12.g-md-0 {
  height: 450px;
}

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

.servicesPage .location-section img {
  width: 65px;
}

.servicesPage .location-section h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  margin: 10px auto;
  margin-top: 20px;
  font-weight: 600;
  color: #115E79;
  letter-spacing: 3px;
}

.servicesPage .location-section p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 20px auto;
}

.servicesPage .location-section .circles {
  background: #115E7960;
  color: #fff;
  font-weight: 500;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.servicesPage .reports-section {
  padding: 75px 0px;
}

.servicesPage .reports-section .report-content img {
  width: 75px;
}

.servicesPage .reports-section .report-content span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #115E79;
  letter-spacing: 2px;
  position: relative;
  top: 30px;
  margin-left: 15px;
}

.servicesPage .reports-section .report-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #24262d;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 20px auto;
}

.servicesPage .reports-section .report-imgs {
  padding: 0px 30px;
}

.servicesPage .reports-section .report-imgs h3 {
  text-align: center;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 35px;
  color: #24262d;
  margin-bottom: 50px;
}

.servicesPage .property-section {
  margin: 0px auto 0px auto;
  height: auto;
  width: 100%;
  background-image: url(../images/PROPERTY.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 50px;
}

.servicesPage .property-section h2 {
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 35px;
  color: #fff;
}

.servicesPage .property-section h2::after {
  content: "";
  display: block;
  width: 18%;
  margin: 20px 0px;
  height: 5px;
  background-color: #115E79;
  border-radius: 5px;
}

.servicesPage .property-section p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 2.5;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 20px auto;
}

.servicesPage .management-section {
  padding: 75px 0px;
}

.servicesPage .management-section .management-content h2 {
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 35px;
  color: #24262d;
}

.servicesPage .management-section .management-content h2::after {
  content: "";
  display: block;
  width: 18%;
  margin: 20px 0px;
  height: 5px;
  background-color: #115E79;
  border-radius: 5px;
}

.servicesPage .management-section .management-content img {
  width: 50px;
  position: relative;
  left: 30px;
  z-index: -1;
}

.servicesPage .management-section .management-content li {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  color: #24262d;
  line-height: 4;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 20px auto;
  position: relative;
  left: -35px;
}

@media (max-width: 992px) {
  .servicesPage .valuation-section .valu-numCard img {
    padding: 0px 75px;
  }
  .servicesPage .marketing-section .marketing-img {
    margin-top: 35px;
  }
  .servicesPage .marketing-section .marketing-numCard img {
    padding: 0px 130px;
  }
  .servicesPage .featuresSection .col-md-12.g-md-0 {
    height: auto;
  }
  .servicesPage .hr-line {
    display: none !important;
  }
  .servicesPage .location-section .circles {
    width: 115px;
    height: 115px;
    margin: 10px auto;
  }
  .servicesPage .reports-section .report-imgs {
    padding: 0px 135px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .servicesPage .valuation-section h2::after,
  .servicesPage .featuresSection .title::after {
    width: 30%;
  }
  .servicesPage .valuation-section .valu-numCard img {
    padding: 0;
  }
  .servicesPage .marketing-section .marketing-numCard img {
    padding: 0px 70px;
  }
  .servicesPage .management-section .management-content li {
    position: unset;
    line-height: 1.5;
    letter-spacing: 0px;
  }
  .servicesPage .management-section .management-content img {
    display: none;
  }
}

@media (max-width: 576px) {
  .servicesPage .banner-section-two .content h3 {
    font-size: 25px;
  }
  .servicesPage .banner-section-two .content h6 {
    letter-spacing: 2px;
    margin-top: 15px;
    font-size: 14px;
  }
  .servicesPage .banner-section-two .content .theme-btn {
    font-size: 16px;
    line-height: 5px;
  }
  .servicesPage .marketing-section .marketing-numCard img {
    padding: 0px;
  }
  .servicesPage .marketing-section .marketing-numCard h3 {
    margin-bottom: 40px;
    margin-top: 70px;
  }
  .servicesPage .marketing-section {
    margin: 60px auto;
  }
  .servicesPage .reports-section .report-content img {
    width: 40px;
  }
  .servicesPage .reports-section .report-content span {
    top: 18px;
  }
  .servicesPage .reports-section .report-imgs {
    padding: 0px;
  }
  .servicesPage .management-section .management-content li {
    position: unset;
    line-height: 1.5;
    letter-spacing: 0px;
  }
  .servicesPage .management-section .management-content img {
    display: none;
  }
}

.aboutPage .banner-section-two {
  text-align: left;
  background: url(../images/bgAbout.png) no-repeat;
  background-size: cover;
}
.aboutPage .banner-section-two .content h3::after {
  margin-right: auto;
}
.aboutPage .marketing-imgs {
  align-self: center;
}
.aboutPage .banner-section-two .content h6 {
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
}
.aboutPage .marketing-section .marketing-content p {
  font-size: 16px;
}
.aboutPage .location-section {
  background-image: url(../images/aboutVM.png);
  background-size: cover;
}
.aboutPage .location-section .col-md-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutPage .location-section .line {
  display: block;
  width: 5px;
  height: 100%;
  background: #b0a277;
  border-radius: 5px;
}
.aboutPage .location-section img {
  width: 100px;
}

.aboutPage .location-section .mission img {
  width: 86px;
}

.aboutPage .location-section h5 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 35px;
  color: #b0a277;
  margin-top: 20px;
  margin-bottom: 30px;
}

.aboutPage .experts-section {
  padding: 100px 0px;
}

.aboutPage .experts-section h3 {
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 35px;
  color: #24262d;
  text-align: center;
  margin-bottom: 50px;
}
.aboutPage .experts-section .our {
  color: #b0a277;
}

.aboutPage .experts-section .expert-card {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.aboutPage .experts-section .expert-card img {
  width: 100px;
  height: 100px;
  border-right: 5px solid #b0a277;
  border-radius: 1px;
}

.aboutPage .experts-section .expert-card .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
gap:15px
}

.aboutPage .experts-section .expert-card .content h6 {
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  color: #24262d;
line-height : 1.5;
}

.aboutPage .experts-section .expert-card .content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.aboutPage .logo-section .logo-carousel {
  margin-bottom: 120px;
}

.aboutPage .logo-section .owl-prev {
  position: absolute;
  display: inline-block;
  top: 40%;
  left: -30px;
  font-size: 40px;
}
.aboutPage .logo-section .owl-next {
  position: absolute;
  display: inline-block;
  top: 40%;
  right: -30px;
  font-size: 40px;
}

.aboutPage .logo-section .owl-next i,
.aboutPage .logo-section .owl-prev i {
  color: #115E79;
}

.aboutPage .logo-section h3 {
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 35px;
  color: #24262d;
  text-align: center;
  margin-bottom: 50px;
}

.aboutPage .logo-section h3::after {
  content: "";
  display: block;
  width: 10%;
  margin: 20px auto;
  height: 5px;
  background-color: #115E79;
  border-radius: 5px;
}

.aboutPage .logo-section h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #24262d;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 20px auto;
	margin-bottom:35px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .aboutPage .banner-section-two .content h6 {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .aboutPage .location-section .mission img {
    margin-top: 50px;
  }
}

@media (max-width: 576px) {
  .aboutPage .banner-section-two .content h6 {
    font-size: 14px;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
.readMore{
    text-decoration: underline !important;
    color: #115E79 !important;
}
.lower-content h4{
    height: 75px;
    width: 100%;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
}

.servicesPage .valuation-section .valu-numCard img,.servicesPage .marketing-section .marketing-numCard img{
display:none;
}

.report-content h1{
    display: inline;
    font-size: 25px;
    position: relative;
    top: 30px;
    color: #115E79;
    font-weight: 600;
    padding-right: 10px;
padding-left: 10px;}

@media (max-width:992px){
.marketImg img,.report-img img{
height:unset !important;
padding: 0px 20px;
}
}

.logo-carousel .logo-item {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-carousel .logo-item img{
height:100% !important;
width:auto !important;
}

.contact-form .fa-envelope {
    top: 22px;
}
.contact-page .contact-form .fa-envelope {
    top: 17px;
}
.footerBottomm{
    font-size: 14px !important;
}
.backLinks li a {
    color: #b0a277 !important;
    font-size: 18px;
    line-height: 2;
}

html,body{
scroll-behavior: smooth !important;
}

.btn-sub{
	right: 0;
}

.backLinks button {
    background: unset;
    color: #b0a277;
    font-size: 32px;
    margin: 10px 0px;
    line-height: 1;
    letter-spacing: 4px;
    font-weight: 600;
}

.backLinks button:hover{
    color: #fff;
}
.backLinks button::before {
    content: "\00BB";
    color: #fff;
    font-size: 40px;
    line-height: 0;
    padding:0px 10px;
}

.mapIco{
height: 31px !important;
}

@media only screen and (max-width: 576px){

.d-sm-none{
display:none !important;
}
}

@media only screen and (max-width: 992px){
.contactSection .contactForm{
margin:0px;
}

.btn-sub {
    position: relative !important;
    top: unset !important;
    right: unset !important;
    transform: unset !important;
}
.d-md-none{
display:none !important;
}
}

@media only screen and (max-width: 767px){

.why-section {
    text-align: center;
}
}

.subscribe-form-section .form-group input,.subscribe-form-section button{
    font-size: 22px;
}

.request-form .ui-selectmenu-button.ui-button, .request-form .form-group input[type='text'], .request-form .form-group input[type='email'], .request-form .form-group input[type='tel'], .request-form .form-group input[type='url'], .request-form .form-group textarea, .request-form .form-group select,.request-form .form-group input[type='submit'], .request-form .form-group button,.subscribe-form-section .form-group input,.subscribe-card button,.subscribe-card input,.contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"], .contact-form .form-group textarea, .contact-form .form-group select,.request-form .ui-selectmenu-button.ui-button, .request-form .form-group input[type='text'], .request-form .form-group input[type='email'], .request-form .form-group input[type='tel'], .request-form .form-group input[type='url'], .request-form .form-group textarea, .request-form .form-group select,.btn-style-one,.banner-section-two .content .btn-style-one,.subscribe-form .form-group input[type='text'], .subscribe-form .form-group input[type='tel'], .subscribe-form .form-group input[type='email'], .subscribe-form .form-group textarea{
    border-radius: 5px !important;
}