﻿@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --primary-color: #004395;
  --secondary-color: #f9c322;
  --text-color: #555555;
  --text-light: #ffffff;
  --background-overlay: rgba(0, 0, 0, 0.6);
  --bg-1: #f5f9fd;
  --white-shade: #e2e0e0;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

a,
.btn {
  transition: all 0.3s ease-out 0s;
  font-weight: 400;
}

.btn {
  border-radius: 0px;
  font-size: 14px;
  padding: 0px 15px;
  height: 30px;
  line-height: 30px;
}

a:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

a,
button,
input {
  outline: none;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-color);
  margin-top: 0px;
  font-style: normal;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 15px;
}

a {
  text-decoration: none;
  color: var(--primary-color);
  transition: 0.3s;
}

input {
  background: #eceff8;
  border: 2px solid #eceff8;
  height: 45px;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #626262;
  width: 100%;
}

select {
  width: 100%;
  background: #eceff8;
  border: 2px solid #eceff8;
  height: 45px;
  padding-left: 10px;
  box-shadow: none;
  font-size: 14px;
  color: #626262;
}

option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 14px;
}

input:focus {
  background: transparent;
  border: 2px solid #004395;
}

textarea {
  resize: vertical;
  background: #eceff8;
  border: 2px solid #eceff8;
  padding: 10px;
  width: 100%;
  font-size: 14px;
}

textarea:focus {
  background: transparent;
  border: 2px solid #004395;
  outline: none;
}

.body_padding {
  padding: 60px 0;
}

.body_margin {
  margin: 60px 0;
}

.slick-prev,
.slick-next {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.slick-prev svg,
.slick-next svg {
  width: 20px;
  height: 20px;
}

.slick-prev {
  left: -60px;
}

.slick-next {
  right: -60px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slick-arrow:hover {
  transform: translateY(-50%) scale(1.1);
}




/* ____________________  main _______________________ */

.container {
  max-width: 1320px;
  width: 95%;
}

.property__image img {
  width: 100%;
  height: 250px;
}

.feature-property .row.g-4 .col-lg-3 {
  margin-bottom: 20px;
}

.testimonial__author--img img {
  width: 154px !important;
  height: 163px;
  object-fit: cover;
  object-position: top;
}

.brand_list_slider img {
  width: 130px;
  height: 34px;
  object-fit: cover;
  /* object-fit: content; */
  object-position: center;
}

.hero-container {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
}

.hero-container.height-1,
.homepage-slider .height-1 {
  min-height: calc(100vh - 115px);
}

.hero-container .slide-text-box {
  background-color: var(--background-overlay);
  padding: 70px 35px;
}

.hero-container .slide-text-box h1 {
  color: var(--text-light);
  font-weight: bold;
}

.hero-container .slide-text-box p {
  color: var(--text-light);
}

.slider-content h3 {
  color: var(--text-light);
  font-size: 24px;
  font-weight: 400;
}

.slider-content h1 {
  color: var(--text-light);
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
}

.slider-content h1 span {
  color: var(--secondary-color);
}

.slider-content p {
  color: var(--text-light);
  font-size: 16px;
}

.slider-content .btn {
  background: var(--primary-color);
  color: var(--text-light);
  display: inline-block !important;
  height: 40px;
  line-height: 38px;
  margin-top: 40px;
  padding: 0 18px;
  border: 1px solid transparent;
}

.slider-content .btn:hover {
  background-color: var(--text-light);
  color: var(--primary-color);
}

.slider-overlay {
  position: relative;
}

.slider-overlay:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background-overlay);
}

.homepage-slider.nav-vertical-center .owl-prev {
  left: 20px;
}

.homepage-slider.nav-vertical-center .owl-next {
  right: 20px;
}

.homepage-slider button i {
  color: var(--text-light);
  font-size: 40px;
}

.banner_main img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}

.banner_main .elements {
  position: relative;
}

.banner_main {
  position: relative;
}

.banner_main .banner_container_text {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}


/* Property */

.lataest-property-carousel .item {
  padding-left: 10px;
  padding-right: 10px;
  /* box-shadow: 0 10px 15px var(--text-color); */
}

.lataest-property-carousel .property__inner {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.45);
  margin: 10px 0;
  min-height: 395px

}

.main_slider_price_wrapper {
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  margin-bottom: 15px;
}

.main_slider_price_wrapper h3 {
  color: var(--text-light);
  font-size: 15px;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.main_slider_price_wrapper .property__price {
  margin-bottom: 0;
  color: var(--secondary-color);
}


.property {
  padding: 3px;
}

.property__inner {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}

.property__image {
  margin: 0;
}

.property__image img {
  width: 100%;
  object-fit: cover;
}

.property__image img {
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
}

.property__info {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}

.property__title {
  background-color: var(--primary-color);
  color: #fff;
  font-size: 15px;
  padding: 8px 0;
  margin-left: -15px;
  margin-right: -15px;
}

.property__desc {
  font-size: 14px;
  padding-top: 5px;
}

.property__price {
  font-size: 16px;
}

/* Welcome */

.welcome-haven {
  padding-bottom: 70px;
  padding-top: 90px;
  background-color: var(--bg-1);
}

.welcome-title .title-1 {
  color: var(--primary-color);
  font-size: 26px;
}

.welcome-haven-img {
  text-align: right;
}

.welcome-title .title-1 span,
.welcome-title .title-2 span {
  color: var(--secondary-color);
}

.welcome-title .title-2 {
  color: var(--primary-color);
  font-size: 22px;
  text-transform: uppercase;
}

.welcome-title {
  padding-bottom: 17px;
}

.welcome-content>p {
  color: var(--text-color);
  font-weight: 300;
}

.welcome-content>p span {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 400;
}

/* property sale */
.section-title-2 h3 {
  color: var(--primary-color);
  text-transform: capitalize;
}

.section-title-2 h3 span.inactive-title {
  color: var(--text-color);
}

/* testimonials */

.testimonial-section {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: bottom;
}

.testimonial {
  padding-top: 105px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.testimonial__inner {
  box-shadow: 0px 1px 4px 0px rgba(5, 52, 74, 0.38);
  background-color: #fff;
  padding: 30px 40px 55px;
  position: relative;
}

.testimonial__author {
  position: relative;
  padding-left: 180px;
}

.testimonial__author--img {
  position: absolute;
  top: -105px;
  left: 0;
  margin-bottom: 0;
}

.testimonial__author--name {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}

.testimonial__author--role {
  margin-bottom: 0px;
}

.testimonial__desc {
  margin-top: 30px;
  padding-right: 25px;
  position: relative;
}

.testimonial__desc:after {
  position: absolute;
  font-family: 'FontAwesome' !important;
  content: "\f10e";
  color: #ebebeb;
  right: 0;
  font-size: 45px;
}

.testimonial__desc p {
  margin-bottom: 0;
}

/* Footer */

.singe-footer-newsletter {
  background: rgba(0, 67, 149, 0.85) none repeat scroll 0 0;
  float: left;
  height: 100%;
  position: absolute;
  top: 0;
  width: 33.3333%;
  text-align: center;
  padding-bottom: 40px;
  padding-left: 48px;
  padding-right: 48px;
}

.single-footer-contact {
  background: rgba(0, 67, 149, 0.85) none repeat scroll 0 0;
  float: right;
  height: 100%;
  padding: 47px 43px;
  position: absolute;
  right: 0;
  top: 0;
  width: 33.3333%;
}

.map-area {
  position: relative;
}

.on_gmap.dropdown.gmap_controls {
  margin-top: 60px !important;
}

#gmap {
  width: 100%;
  height: 600px;
}

#googleMap-2 {
  width: 100%;
  height: 466px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.f-logo>a {
  background: #ffffff none repeat scroll 0 0;
  display: inline-block;
  height: 112px;
  line-height: 110px;
  width: 125px;
}

.footer-logo {
  padding-bottom: 28px;
  padding-top: 40px;
}

.newsletter>p {
  color: #e2e0e0;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: left;
}

.newsletter-form input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #e2e0e0;
  padding: 0 45px 0 12px;
  text-transform: capitalize;
}

.newsletter-form input::-webkit-input-placeholder {
  color: #e2e0e0;
}

.newsletter-form {
  position: relative;
}

.newsletter-form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #e2e0e0;
  position: absolute;
  right: 15px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-head h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}

.contact-head>p {
  color: #e2e0e0;
  font-weight: 300;
  padding-bottom: 21px;
  padding-top: 4px;
}

.contact-icon,
.contact-text {
  display: inline-block;
}

.contact-text>p {
  color: #e2e0e0;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
}

.contact-text a {
  color: var(--text-light);
}

.contact-text a:hover {
  color: var(--secondary-color);
}

.contact-icon {
  float: left;
  margin-right: 25px;
  position: relative;
  top: 10px;
}

.single-contact-list {
  padding-bottom: 16px;
}

.footer-bottom {
  background: #004395 none repeat scroll 0 0;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu li a {
  color: #e2e0e0;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-left: 25px;
  padding: 28px 0;
  text-transform: uppercase;
}

.footer-menu li:first-child a {
  margin-left: 0;
}

.footer-menu li a:hover {
  color: var(--secondary-color);
}

.copyright>p {
  color: #e2e0e0;
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  padding: 24px 0;
  text-align: right;
}

.copyright>p a {
  color: var(--secondary-color);
  font-weight: 500;
  text-transform: capitalize;
}

.copyright>p a:hover {
  text-decoration: underline;
}

/*  */
.breadcrumbs {
  background: no-repeat scroll center center / cover;
  padding: 176px 0 19px;
  position: relative;
}

.overlay-black:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
}

.breadcrumbs-title h1 {
  color: var(--text-light);
  font-weight: 600;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
}

.breadcrumbs-title h1 {
  color: var(--text-light);
  font-weight: 600;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
}

.breadcrumbs-menu li,
.breadcrumbs-menu li a {
  color: var(--text-light);
  display: inline-block;
  font-weight: 300;
  text-transform: capitalize;
}

.breadcrumbs-menu {
  padding-top: 138px;
  text-align: right;
}

.breadcrumbs-menu li a:hover {
  color: var(--secondary-color);
}

/* our Services */
.services-section {
  padding-bottom: 125px;
  padding-top: 130px;
}

.section-title h3 {
  color: #004395;
  font-size: 26px;
  line-height: 20px;
  margin-bottom: 18px;
}

.section-title p {
  color: #606060;
  font-weight: 300;
  margin: 0;
}

.section-title {
  margin-bottom: 57px;
}

.single-services-desc {
  margin-top: 24px;
}

.single-services-desc>p {
  color: #606060;
  font-weight: 300;
  margin-bottom: 0;
}

.single-services h5 {
  color: #303030;
  text-transform: capitalize;
}

/* Awesome Fetuers */

.awesome-feature-img-inner,
.awesome-feature-img-border {
  display: inline-block;
  position: relative;
}

.awesome-feature-img {
  text-align: center;
}

.awesome-feature-img-inner::before,
.awesome-feature-img-inner::after,
.awesome-feature-img-border::before {
  border: 1px solid #eef0f1;
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  pointer-events: none;
  z-index: 99;
}

.awesome-feature-desc {
  margin-top: 39px;
}

.awesome-feature-img-inner::before {
  margin-left: -270px;
  margin-top: -192.5px;
  width: 540px;
  height: 385px;
}

.awesome-feature-img-inner::after {
  height: 414px;
  margin-left: -292.5px;
  margin-top: -207px;
  width: 585px;
}

.awesome-feature-img-border::before {
  height: 442px;
  margin-left: -310px;
  margin-top: -221px;
  width: 620px;
}

.awesome-feature-list .col-4.right {
  float: right;
  display: inline-block;
  vertical-align: middle;
}

.awesome-feature-list .col-4 {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.awesome-feature-desc {
  position: relative;
}

.awesome-feature-list {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.awesome-feature {
  padding-bottom: 165px;
  padding-top: 130px;
  background-color: #f5f9fd;
}

.s-awesome-feature-icon i {
  font-size: 30px;
  color: #303030;
}

.s-awesome-feature-title>h6 {
  color: #303030;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.col-4.left .s-awesome-feature-icon {
  margin-left: 16px;
}

.col-4.left .s-awesome-feature-head {
  float: left;
  text-align: right;
}

.s-awesome-feature-icon,
.s-awesome-feature-head {
  display: inline-block;
}

.col-4.right .s-awesome-feature-head {
  text-align: left;
}

.col-4.right .s-awesome-feature-icon {
  float: left;
  margin-right: 16px;
}

.single-awesome-feature {
  overflow: hidden;
}

.s-awesome-feature-text>p {
  color: #606060;
  font-weight: 300;
  margin: 0;
}

.single-awesome-feature {
  position: relative;
}

.single-awesome-feature.one {
  left: 101px;
}

.single-awesome-feature.two {
  left: 15px;
}

.single-awesome-feature.three {
  left: 107px;
}

.single-awesome-feature.six {
  left: 35px;
}

.single-awesome-feature.five {
  left: 120px;
}

.single-awesome-feature.four {
  left: 30px;
}

/* Fun fact */
.fun-fact {
  background: url(img/fun/cover-bg.png)no-repeat scroll center center / cover;
  position: relative;
  padding: 140px 0;
}

.fun-icon i {
  color: #f9c322;
  font-size: 40px;
  line-height: 36px;
}

.fun-icon,
.fun-count {
  display: inline-block;
}

.fun-count h3.counter {
  color: #ffffff;
  font-size: 34px;
  font-weight: 400;
  margin: 0;
}

.fun-icon {
  float: none;
  margin-right: 10px;
}

.fun-text p {
  color: #e0e0e0;
  display: block;
  font-weight: 400;
  line-height: 14px;
  margin: 0;
}

.fun-head {
  margin-bottom: 7px;
}

.fun-icon>img {
  position: relative;
  top: -8px;
}

.singe-fun-fact.middle {
  margin-left: 45px;
}

.singe-fun-fact.middle-2 {
  margin-left: 50px;
}

/* team area */
.team-area {
  padding: 130px 0;
}

.single-team {
  box-shadow: 0 0 4px rgba(1, 1, 1, 0.2);
  overflow: hidden;
  position: relative;
  text-align: center;
}

.team-desc {
  background: #f5f9fd none repeat scroll 0 0;
  bottom: 0;
  box-shadow: 0 0 4px rgba(1, 1, 1, 0.2);
  position: absolute;
  width: 100%;
}

.team-member-title>h6 {
  color: #303030;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}

.team-member-title>p {
  color: #606060;
  font-weight: 300;
  margin: 0;
}

.team-member-title {
  padding-bottom: 6px;
  padding-top: 14px;
  transition-duration: 0.4s;
}

.team-member-social>a {
  border: 1px solid #ebebeb;
  color: #606060;
  display: inline-block;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  margin-left: 11px;
  text-align: center;
  width: 36px;
}

.team-member-social>a:first-child {
  margin-left: 0;
}

.team-member-social>a:hover {
  background: #004395 none repeat scroll 0 0;
  border-color: #004395;
  color: #ffffff;
}

.team-member-social {
  padding-bottom: 16px;
}

.team-member-social {
  bottom: 0;
  opacity: 0;
  padding-bottom: 16px;
  position: absolute;
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.5s ease 0s;
  width: 100%;
}

.single-team:hover .team-member-social {
  opacity: 1;
  position: inherit;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.single-team:hover .team-member-title {
  padding-bottom: 60px;
}

/* Contact page */
.single-contact-icon,
.single-contact-desc {
  display: inline-block;
}

.contact-list-inner {
  background: #f5f8fd none repeat scroll 0 0;
  box-shadow: 1px 0 21px rgba(0, 0, 0, 0.2);
  margin-bottom: 58px;
  margin-top: 60px;
  padding-bottom: 49px;
  padding-left: 50px;
  padding-top: 52px;
}

.single-contact-icon {
  position: relative;
  top: -12px;
}

.single-contact-desc>p {
  color: #606060;
  font-weight: 300;
  line-height: 18px;
  margin: 0;
}

.single-contact-icon {
  padding-right: 16px;
}

.contact-form-title h5 {
  color: #303030;
  font-weight: 400;
  margin-bottom: 42px;
  text-align: center;
  text-transform: capitalize;
}

.contact-form-inner input {
  background: #f8fafe none repeat scroll 0 0;
  border: 1px solid #dbdbdb;
  color: #606060;
  height: 35px;
  line-height: 33px;
  padding: 0 12px;
  margin-bottom: 22px;
}

.contact-form-inner textarea {
  background: #f8fafe none repeat scroll 0 0;
  border: 1px solid #dbdbdb;
  color: #606060;
  height: 134px;
  padding: 20px 12px 0;
  resize: none;
}

.contact-form-inner button {
  background: #f9c322 none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #ffffff;
  height: 40px;
  line-height: 38px;
  margin-top: 35px;
  padding: 0 32px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.contact-form-inner button:hover {
  background: none;
  border-color: #f9c322;
  color: #f9c322;
}

.form-submit {
  text-align: right;
}

.form-messege.success {
  color: #4caf50;
}

.form-messege {
  color: #ff9800;
  font-style: italic;
  margin-bottom: 0;
  margin-top: 20px;
  text-transform: capitalize;
}

.form-messege.error {
  color: #ff9800;
}

/* property detials */
.sidebar .find-home-box {
  width: 100%;
  margin: 0;
  padding: 0;
}

.sidebar {
  padding-right: 20px;
}

.agent-img>a {
  border: 1px solid #ebebeb;
  display: block;
}

.find-home_bottom .find-home-item>button {
  margin-top: 26px;
}

.find_home-box .price_filter {
  width: 246px;
}

.aside-title h5 {
  color: #004395;
  line-height: 20px;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
}

.aside-title {
  margin-bottom: 30px;
}

.aside-title h5::before {
  background: #004395 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}

.feature .feature-property .property-desc-top {
  padding: 13px 9px 9px;
}

.feature .feature-property .property-desc-top h6 {
  font-size: 14px;
}

.feature .property-desc-top h4.price {
  font-size: 14px;
  position: inherit;
  right: 0;
  top: inherit;
  -ms-transform: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}

.feature .feature-property .single-property {
  margin-bottom: 13px;
}

.agent-title>h6 {
  color: #1f223e;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 10px;
}

.agent-img img {
  width: 100%;
}

.single-agent {
  text-align: center;
}

.single-agent {
  margin-bottom: 23px;
  text-align: center;
}

.our-tag-list li {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 10px;
}

.our-tag-list li a {
  border: 1px solid #cccccc;
  color: #303030;
  display: block;
  font-weight: 300;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  text-transform: capitalize;
}

.our-tag-list li a:hover {
  background: #f9c322 none repeat scroll 0 0;
  border-color: #f9c322;
  color: #ffffff;
}

.video-sidebar {
  position: relative;
}

.play-button {
  position: absolute;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 99;
}

.play-button>a {
  border: 4px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 28px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  width: 60px;
}

.video-sidebar::before {
  background: rgba(0, 67, 149, 0.45) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.video-img>img {
  transition: all 0.5s ease 0s;
  width: 100%;
}

.video-sidebar:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.video-img {
  overflow: hidden;
}

.sidebar aside.single-side-box {
  margin-bottom: 60px;
}

aside.single-side-box.feature {
  margin-bottom: 47px;
}

aside.single-side-box.agent {
  margin-bottom: 37px;
}

aside.single-side-box.tags {
  margin-bottom: 45px;
}

.search-property .find_home-box {
  padding: 0 5px;
}

.search-property .find-home-cagtegory .find-home-item {
  padding-bottom: 30px;
}

.search-property .find-home_bottom .find-home-item {
  padding-bottom: 0;
}

.single-side-box.feature .row .col-md-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.single-side-box.feature .feature-property {
  padding-left: 9px;
  padding-right: 9px;
}

aside.single-side-box.agent .our-agent-sidbar {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.agent-img>img {
  width: 100%;
}

.sidebar.right-side {
  padding-left: 20px;
  padding-right: 0;
}

/*  */

.feature .feature-property .property-desc-top {
  padding: 13px 9px 9px;
}

.feature .feature-property .property-desc-top h6 {
  font-size: 14px;
}

.property-desc {
  background: #004395 none repeat scroll 0 0;
}

.feature .property-desc-top h4.price {
  font-size: 14px;
  position: inherit;
  right: 0;
  top: inherit;
  -ms-transform: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}

.feature .feature-property .property-desc-top h6 {
  font-size: 14px;
  color: var(--text-light);
}

.feature .feature-property .property-desc-top h6:hover a {
  color: var(--secondary-color);
}

.feature .property-desc-top h4.price {
  font-size: 14px;
  position: inherit;
  right: 0;
  top: inherit;
  -ms-transform: inherit;
  -webkit-transform: inherit;
  transform: inherit;
  color: var(--secondary-color);
}

.property-condition-list,
.amenities-list {
  background: #f5f9fd none repeat scroll 0 0;
}

.amenities-list ul li {
  color: #606060;
  float: left;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 23px;
  width: 50%;
}

.amenities-list {
  /* height: 277px; */
  overflow: hidden;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-top: 43px;
}

.amenities-list ul li i {
  font-size: 18.2px;
}

.amenities-list ul li span {
  margin-left: 7px;
}

.property-condition-list li {
  color: #606060;
  display: inline-block;
  float: left;
  font-weight: 300;
  height: 25px;
  margin-bottom: 35px;
  width: 50%;
}

.property-condition-list {
  height: 277px;
  padding: 40px 0 40px 35px;
}

.property-condition-list li span {
  margin-left: 5px;
}

.property-condition-list ul li.price {
  color: #606060;
  font-weight: 400;
}

.property-condition-list li span.price {
  color: #606060;
  font-size: 16px;
  font-weight: 400;
}

/*  */

.featured-property {
  background-color: #ebf8fd;
  padding: 20px 35px;
}

.featured-property__details {
  text-align: center;
}

.featured-property__title {
  color: #004395;
  font-weight: 900;
  font-size: 40px;
}

.featured-property__address {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.featured-property__price {
  color: #004395;
  margin-bottom: 20px;
}

.featured-property__tab .nav-tabs {
  border: none;
}

.featured-property__tab .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: transparent;
  padding: 0px 10px;
}

.feature-property__content.h-100 div,
.feature-property__content.h-100 figure {
  height: 100%;
}

.featured-property__image {
  position: relative;
  margin-bottom: 0;
}

.featured-property__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #004395;
  text-align: center;
  color: #fff;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 700;
}

.feature {
  position: relative;
  padding-left: 55px;
}

.feature__icon {
  position: absolute;
  left: 0;
  top: 0
}

.feature__icon i {
  color: #004395;
  font-size: 35px;
}

.feature__title {
  color: #222;
  font-size: 18px;
  font-weight: 700;
}

.feature__desc {
  margin-bottom: 0;
}

/* Overlay Image */

.overlay-image {
  position: relative;
  min-height: 415px;
}

.overlay-image figure {
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.overlay-image figure:nth-child(1) {
  z-index: 2;
}

.overlay-image figure:nth-child(2) {
  left: 190px;
  top: 80px;
  z-index: 1;
}

.overlay-image figure:hover {
  z-index: 3;
}

/* Image Card */

.image__card {
  position: relative;
  width: 270px;
  height: 335px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 0;
}

.image__card img {
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.image__caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #004395;
  font-size: 24px;
  padding: 20px 0;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
}

/* Curve Badge */
.curve-badge {
  position: relative;
  z-index: 3;
}

.curve-badge span {
  display: inline-block;
  padding: 10px 15px;
  background-color: #004395;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transform: rotate(-45deg) translate(-49px, -25px);
}

.section-title-3 {
  max-width: 500px;
}

.section-title-3 h2 {
  color: #222;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-title-3 p {
  color: #222;
  font-size: 16px;
  margin-bottom: 0;
}

/*  */
.property-desc {
  background: #004395 none repeat scroll 0 0;
}

.property-desc img {
  width: auto !important;
  display: inline-block !important;
}

.property-desc-top h6 a:hover {
  color: #f9c322;
}

.property-bottom-list {
  border-top: 1px solid #ffffff;
  overflow: hidden;
  padding: 18px;
}

.property-bottom-list ul {
  display: flex;
  justify-content: space-between;
}

.property-bottom-list ul li {
  color: #ffffff;
  display: inline-block;
}

.property-bottom-list ul li span {
  margin-left: 5px;
}

.property-desc-top h6 {
  color: #ffffff;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 6px;
}

.property-desc-top h4.price {
  color: #f9c322;
  font-size: 20px;
  margin-bottom: 0;
  position: absolute;
  right: 18px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.property-location>p {
  color: #eee;
  font-weight: 300;
  margin-bottom: 0;
}

.property-location>p img {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.property-desc-top {
  padding: 25px 18px 15px;
  position: relative;
}

.single-property {
  position: relative;
}

.single-property>span {
  background: #f9c322 none repeat scroll 0 0;
  color: #ffffff;
  height: 28px;
  left: 16px;
  line-height: 28px;
  padding: 0 13px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 20px;
  z-index: 99;
}

.single-property span.bg-blue {
  background: #15539e none repeat scroll 0 0;
}

.property-img img {
  width: 100%;
  object-fit: cover;
}

/* pegination */

.pagination {
  border-radius: 0;
  display: block;
  margin: 45px 0 0;
}

.pagination-inner li a,
.pagination-inner li.current {
  border: 1px solid #e1e1e1;
  color: #303030;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  width: 26px;
}

.pagination-inner li a:hover,
.pagination-inner li.current {
  color: #fff;
  background: #ffc400;
  border-color: #ffc400;
}

.pagination-inner li {
  display: inline-block;
  margin-left: 12px;
}

.pagination-inner li:first-child {
  margin-left: 0;
}

.overlay-blue:before {
  position: absolute;
  content: "";
  background: rgba(0, 67, 149, 0.95);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.single-property-tab-content img {
  width: 100%;
  object-fit: cover;
}

/*  */

.footer_contact_form {
  background-color: var(--bg-1);
  padding: 32px;
  border-radius: 10px;
}

.footer_contact_form .footer-contact h2 {
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}

.footer_contact_form .contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer_contact_form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer_contact_form .form-group label {
  font-size: 16px;
  color: var(--text-color);
}

.footer_contact_form .form-group input,
.footer_contact_form .form-group textarea {
  padding: 12px;
  border: 1px solid var(--white-shade);
  border-radius: 5px;
  font-size: 16px;
  color: var(--text-color);
  background-color: var(--text-light);
  transition: border-color 0.3s;
}

.footer_contact_form .form-group input:focus,
.footer_contact_form .form-group textarea:focus {
  border-color: var(--primary-color);
  outline: none;
}

.footer_contact_form .submit-btn {
  background-color: var(--primary-color);
  color: var(--text-light);
  padding: 12px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.footer_contact_form .submit-btn:hover {
  background-color: var(--secondary-color);
}

@media (max-width: 768px) {
  .footer_contact_form .footer-contact {
    padding: 20px;
  }

  .footer_contact_form .contact-form {
    gap: 15px;
  }

  .footer_contact_form .footer-contact h2 {
    font-size: 20px;
  }
}

.footer_contact_form textarea {
  height: 50px;
}

.singel_div_footer_wrapper {
  display: flex;
  align-items: flex-startZZ;
}

.for_extra_height {
  min-height: 535px;
}

.price_extra {
  background: #f9c322 none repeat scroll 0 0;
  color: #ffffff;
  height: 28px;
  right: 16px;
  line-height: 28px;
  padding: 0 13px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 20px;
  z-index: 99;
}

.contact_modal {
  background: var(--text-color) none repeat scroll 0 0;
  color: #ffffff;
  height: 28px;
  right: 16px;
  line-height: 28px;
  padding: 0 13px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 20px;
  z-index: 99;
}

.contact_modal:hover {
  background-color: var(--background-overlay);
  color: #fff;
}