@import url(./vendor/fontawesome.min.css);
@import url(./vendor/bootstrap.min.css);
@import url(./vendor/normalize.css);
@import url(./vendor/slick.css);
@import url(./vendor/leaflet.css);

:root {
  --bg-dark: #213035;
}

.row {
  --bs-gutter-x: 36px;
}

body {
  margin-top: 113px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.logo-wrapper img {
  width: auto;
  object-fit: contain;
  object-position: center;
  height: 65px;
}

@media (min-width: 992px) {
  .logo-wrapper img {
    height: 85px;
  }
}

nav.navbar {
  height: 113px;
  background-color: #fff;
}

.navbar-links a + a {
  margin-left: 20px;
}

.btn {
  color: #fff;
  background-color: #445400;
  font-size: 12px;
  padding: 18px 35px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.btn:hover,
.btn:active,
:not(.btn-check) + .btn:active {
  color: #192427;
  background-color: #f2bb4d;
}

.carousel-slide {
  position: relative;
  height: 820px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.carousel-slide > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-slide .content {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
}

h1,
.h1 {
  font-size: 60px;
  line-height: 64px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
}

h2,
.h2 {
  font-size: 44px;
  line-height: 48px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
}

h3,
.h3 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
}

.carousel {
  overflow: hidden;
}

.carousel-slide p {
  font-size: 22px;
  font-weight: 400;
  padding-right: 50px;
}

.carousel-simg {
  position: relative;
  height: calc(100% + 60px);
  width: 100%;
  border: 10px solid #fff;
  overflow: hidden;
  margin-top: -30px;
}

.carousel-simg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.line_3_text {
  background-color: #eee;
  color: #192427;
  fill: #192427;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.line_3_text img {
  margin-right: 5px;
  margin-top: -5px;
}

.hp_content {
  margin: 85px 0px;
}

.feat_hp_3 {
  background-color: var(--bg-dark);
  padding: 85px 0px;
}

.feat_hp_3 .feat_item {
  color: #fff;
  text-align: center;
  padding: 35px;
}

.feat_hp_3 img {
}

.feat_hp_3 .title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 15px;
}

.feat_hp_3 .text {
  font-size: 16px;
  font-weight: 300;
}

.our_prop {
  margin: 85px 0px;
  position: relative;
  overflow: hidden;
}

.our_prop .prop-gallery {
  margin-bottom: 25px;
}

.our_prop .zoom-img {
  position: relative;
  height: 427px;
}

.our_prop .zoom-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transform: translate3d(0, 0, 10px);
}

.our_prop .thumb-img {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.our_prop .thumb-img > div {
  width: 20%;
  padding-bottom: 20%;
  flex: 20%;
  position: relative;
  overflow: hidden;
}

.our_prop .thumb-img > div .feditor-element__image {
  padding-bottom: 100%;
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.our_prop .thumb-img img {
  margin: 0px 10px;
  margin-top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: cover;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(0, 0, 10px);
}

.our_prop .title {
  font-size: 24px;
  font-weight: 500;
}

.our_prop .address,
.our_prop .price {
  font-size: 16px;
}

.our_prop .info {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  color: #282828;
  margin-top: 10px;
}

.our_prop .info > div + div {
  margin-left: 15px;
}

.cta01 {
  padding: 180px 0px;
  background-image: url(../images/cta_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.cta01 p {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}

.cta01 .btn {
  background-color: #445400;
  color: #fff;
}

.content_image_text {
  margin: 85px 0px;
}

.content_image_text .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 25px;
}

.content_image_text .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.content_image_text ul {
  list-style: none;
  padding-left: 0;
}

.content_image_text ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  font-weight: 600;
}

.content_image_text ul li:before {
  content: "";
  background-image: url(../images/icons/black_arrow_r.svg);
  width: 18px;
  height: 17px;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}

.content_image_text p {
  font-size: 16px;
  font-weight: 300;
}

.content_image_text .btn {
  margin-top: 15px;
}

.let_us_handle {
  padding: 85px 0px;
  background-color: var(--bg-dark);
  color: #fff;
}

.let_us_handle .steps {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}

.let_us_handle .steps > div {
  width: calc(33.3% - 50px);
  max-width: calc(33.3% - 50px);
  flex: calc(33.3% - 50px);
  text-align: center;
  padding: 35px;
  background-color: transparent;
  transition: 0.3s all;
  position: relative;
  overflow: visible;
  height: 100%;
}

.let_us_handle .steps > div > * {
  position: relative;
  z-index: 2;
}

.let_us_handle .title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 20px;
}

.let_us_handle .text,
.let_us_handle .steps > div > *.text {
  font-size: 16px;
  position: absolute;
  left: 35px;
  right: 35px;
  transition: 0.3s all;
  transform: translateY(10%);
  opacity: 0;
  pointer-events: none;
}

.let_us_handle .text:before,
.let_us_handle .steps > div > *.text:before {
  content: "";
  background-color: #2a3f44;
  position: absolute;
  left: -35px;
  top: 0;
  width: calc(100% + 35px + 35px);
  height: calc(100% + 35px);
  z-index: -1;
}

.let_us_handle .steps > div::before {
  content: "";
  background-color: #2a3f44;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.3s all;
  opacity: 0;
}

.let_us_handle .steps > div:hover::before {
  opacity: 1;
}

.let_us_handle .steps > div:hover .text,
.let_us_handle .steps > div:hover > *.text {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.let_us_handle .steps > div + div:after {
  content: "";
  background-image: url(../images/icons/white_arrow_r.svg);
  width: 18px;
  height: 17px;
  display: block;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.testimonials {
  margin: 85px 0px;
  position: relative;
  overflow: hidden;
}

.testimonials .nav-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.testimonials .nav-btn {
  background-color: #192427;
  width: 56px;
  height: 56px;
  border: 0;
  outline: none !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials .nav-btn + .nav-btn {
  margin-left: 10px;
}

.testimonials .nav-btn.prev-slide img {
  transform: rotate(-180deg);
}

.testimonials .titem {
  position: relative;
  /* padding-top: 20px; */
}

.testimonials .titem:before {
  content: "";
  background-image: url(../images/quote_symbol.png);
  width: 92px;
  height: 85px;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.testimonials .titem .text {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.testimonials .titem .author {
  font-size: 14px;
  text-transform: uppercase;
  color: #2e4f57;
  /* padding-top: 30px; */
}

.whyus {
  padding: 85px 0px;
  background-color: #eeeeee;
}

.whyus .li_item {
  padding: 15px 0px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

.whyus .li_item::before {
  content: "";
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.whyus .li_item span {
  background-color: #192427;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 35px;
  min-height: 35px;
  margin-right: 20px;
}

.footer-section {
  background-color: var(--bg-dark);
  padding: 45px 0px 45px;
  color: #fff;
  font-size: 16px;
}

.footer-section .btn {
  margin-bottom: 20px;
}

.footer-section p:last-child {
  margin-bottom: 0;
}

.footer-section .designby {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-section a {
  color: inherit;
}

.contact-section {
  padding: 85px 0px 85px;
}

.contact-section .form-control {
  min-height: 50px;
}

.contact-section .form-control.error {
  border-color: red;
  background-color: #ff000012;
}

.contact-section label.error {
  color: red;
  font-size: 14px;
  float: right;
}

.custom-checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.custom-checkbox-group label {
  font-size: 14px;
  line-height: 22px;
}

.custom-checkbox {
  position: relative;
  width: 19px;
  height: 19px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .custom-checkbox {
    margin-right: 22px;
  }
}

.custom-checkbox input {
  position: absolute;
  cursor: pointer;
  height: 0;
  width: 0;
  opacity: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ced4da;
}

.checkmark.error {
  background-color: #ff0000;
}

.custom-checkbox input:checked ~ .checkmark,
.custom-checkbox input:checked {
  background-color: #fff !important;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 0px;
  top: 0px;
  width: 19px;
  height: 19px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAlElEQVQ4T6WTXQ2AMAwGDwdIQAISQAEWsIQCQAkWkIAEJJCSNCljP7Dtdblb26+rKDxVIU+uoAY2YMoRKNwC61/BAwbGP4IXLPP7KvDCVtAARyCRIKyCBRiAHtgdSRRWwQjMwOlIkrBtwZVIO5LzHZVMO7RwdohWIoIk7EtBJXIXfVkr8sUoki5Wtm3n6x4E/1yx4AI+qiERKNFzCwAAAABJRU5ErkJggg==")
    2px 2px no-repeat;
}

@media screen and (min-width: 992px) {
  .testimonials {
    margin: 55px 0px 85px;
  }

  .testimonials h2 {
    padding-top: 30px;
  }

  .whyus .li_item:nth-child(1) {
    padding-right: 18px;
  }

  .whyus .li_item:nth-child(1)::before {
    width: calc(100% - 18px);
  }

  .whyus .li_item:nth-child(2) {
    padding-left: 18px;
    padding-right: 18px;
  }

  .whyus .li_item:nth-child(2)::before {
    width: calc(100% - 36px);
    left: 18px;
  }

  .whyus .li_item:nth-child(3) {
    padding-left: 18px;
  }

  .whyus .li_item:nth-child(3)::before {
    width: calc(100% - 18px);
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 54px;
    line-height: 58px;
  }

  h2,
  .h2 {
    font-size: 40px;
    line-height: 44px;
  }

  .hp_content {
    margin: 45px 0px;
  }

  .feat_hp_3 {
    padding: 45px 0px;
  }

  .our_prop {
    margin: 45px 0px;
  }

  .cta01 {
    padding: 120px 0px;
  }

  .content_image_text {
    margin: 45px 0px;
  }

  .let_us_handle {
    padding: 45px 0px;
  }

  .let_us_handle .steps {
    flex-wrap: wrap;
  }

  .let_us_handle .steps > div {
    width: calc(50% - 50px);
    max-width: calc(50% - 50px);
    flex: calc(50% - 50px);
    height: auto;
  }

  .let_us_handle .steps > div:hover {
    z-index: 10;
  }

  .let_us_handle .steps > div + div:after {
    display: none;
  }

  .let_us_handle .steps > div:nth-child(2n):after {
    content: "";
    display: block;
    background-image: url(../images/icons/white_arrow_r.svg);
    width: 18px;
    height: 17px;
    display: block;
    position: absolute;
    left: -38px;
    top: 50%;
    transform: translateY(-50%);
  }

  .testimonials {
    margin: 45px 0px 45px;
  }

  .whyus {
    padding: 45px 0px;
  }

  .footer-section {
    padding: 45px 0px 45px;
  }
}

@media screen and (max-width: 991px) {
  .carousel-slide p {
    padding-right: 0;
  }
  .carousel-slide {
    height: 720px;
  }

  .carousel-simg {
    display: none;
  }

  .line_3_text {
    overflow: hidden;
  }

  .line_3_text:hover .scroll-line3:hover {
    animation-play-state: paused;
  }

  .scroll-line3 img {
    margin-right: 15px;
  }

  .scroll-line3 span + img {
    margin-left: 50px;
  }

  .our_prop div + div > .prop-item {
    margin-top: 45px;
  }
  .footer-section .designby {
    flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  .container {
    --bs-gutter-x: 60px;
  }

  h1,
  .h1 {
    font-size: 38px;
    line-height: 42px;
  }

  h2,
  .h2 {
    font-size: 32px;
    line-height: 36px;
  }

  nav.navbar {
    height: 90px;
    padding: 0px 15px;
    transition: 0.3s all;
  }

  header:before {
    content: "";
    background-color: var(--bg-dark);
    position: fixed;
    height: 90px;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
  }

  main,
  footer {
    position: relative;
    z-index: 2;
    background-color: #fff;
  }

  nav.navbar .logo-wrapper img {
    transition: 0.3s all;
  }

  nav.navbar.scrolled {
    height: 90px;
    padding: 0px 15px;
  }

  body {
    margin-top: 90px;
  }

  .carousel {
    text-align: center;
  }

  .navbar-links a.btn {
    display: none;
  }

  .carousel-slide {
    height: 620px;
  }

  .carousel-slide p {
    font-size: 18px;
    font-weight: 400;
  }

  .carousel-slide p br {
    display: none;
  }

  .let_us_handle .steps > div {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .let_us_handle .steps > div:before,
  .let_us_handle .text::before,
  .let_us_handle .steps > div > .text::before,
  .let_us_handle .steps > div:after {
    display: none !important;
  }

  .let_us_handle .text,
  .let_us_handle .steps > div > .text {
    position: static;
    transform: none;
    opacity: 1;
    transition: none;
  }

  .whyus .li_item {
    padding: 15px 20px;
  }

  .footer-section p {
    font-size: 14px;
  }

  .our_prop .thumb-img > div {
    width: 33%;
    padding-bottom: 33%;
    flex: 33%;
  }

  .our_prop h2,
  .our_prop .h2 {
    margin-bottom: 0;
  }

  .contact-section {
    padding: 45px 0px;
  }

  .feat_hp_3 .feat_item {
    padding: 45px 0px;
  }

  .feat_hp_3 .row > div:first-child > .feat_item,
  .feat_hp_3 .row > div:last-child > .feat_item {
    padding: 0;
  }

  .cta01 {
    padding: 90px 0px;
  }

  .line_3_text {
    padding-top: calc(45px - 1.5rem);
    padding-bottom: calc(45px - 1.5rem);
  }

  .let_us_handle h2 {
    margin-bottom: 45px;
  }

  .let_us_handle .steps > div {
    padding: 45px 0px;
  }

  .let_us_handle .steps > div:first-child,
  .let_us_handle .steps > div:last-child {
    padding: 0;
  }

  .let_us_handle .title {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) and (max-height: 567px) {
  .carousel-slide {
    height: calc(100vh - 113px);
  }
  .carousel-slide .carousel-simg {
    height: 100%;
  }
  .carousel-slide .carousel-simg img {
    height: 100%;
  }

  .carousel-slide h1,
  .carousel-slide .h1 {
    font-size: 50px;
    line-height: 54px;
  }
  .carousel-slide p {
    font-size: 18px;
  }
  .hp_content {
    margin: 50px 0px;
  }
  .feat_hp_3 {
    padding: 30px 0px;
  }
  .our_prop {
    margin: 60px 0px;
  }
  .cta01 {
    padding: 60px 0px;
  }

  .content_image_text {
    margin: 60px 0px;
  }
  .let_us_handle {
    padding: 60px 0px;
  }
  .whyus {
    padding: 60px 0px;
  }
  .contact-section {
    padding: 45px 0px 45px;
  }
  .footer-section {
    padding: 30px 0px 30px;
  }
}

.prop-desc {
  display: none;
}

.modal-dialog .modal-header button {
  background: none;
  border: none;
  font-size: 30px;
}
