@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Varela&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Varela&display=swap");

body {
  color: #655f5f;
  font-family: Varela;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h1 {
  color: #222121;
  text-align: center;
  font-family: "Varela";
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

h2 {
  color: #222121;
  font-family: "Varela";
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
}

h3 {
  color: #C08E0E;
  font-family: Varela;
  font-size: 22px;
  font-weight: 400;
}

h4 {
  color: #222121;
  font-family: "Varela";
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

h5 {
  color: #222121;
  font-family: Varela;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

h6 {
  color: #848484;
  font-family: Varela;
  font-size: 16px;
  font-weight: 400;
}

a {
  color: #C08E0E;
  transition: all 0.3s linear;
}

a:hover {
  color: #848484;
  transition: all 0.3s linear;
}
img{
  height: auto;
  max-width: 100%;
}
.exploreBtn a {
  color: #fff;
  text-decoration: none;
}
.exploreBtn {
  display: block;
  margin: auto;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-family: Varela;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  padding: 15px 20px;
}

.exploreBtn:hover {
  border: 1px solid #fff;
  color: #fff;
}

.btn-wrap {
  margin: 0;
  background: #212121;
  border: 0;
}

.btn-wrap a {
  color: #fff;
  text-decoration: none;
}

.btn-wrap:hover {
  background: #212121;
  border: 0;
}

.header-wrapper {
  padding-top: 20px;
}

.header-wrapper nav.navbar {
  border-radius: 3px;
  background: #fff;
  padding: 15px;
}

.header-wrapper .navbar-nav .nav-item .nav-link {
  color: rgba(33, 33, 33, 0.5);
  text-align: center;
  font-family: Varela;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}

.header-wrapper .navbar-nav .nav-item.active .nav-link {
  color: #c08e0e;
  text-align: center;
  -webkit-text-stroke-width: 0.20000000298023224;
  -webkit-text-stroke-color: #c08e0e;
}

.header-wrapper button.btn.btn-primary {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.banner {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  flex-direction: column;
}

.hero .banner {
  padding: 200px 0;
  text-align: center;
}

section {
  padding: 60px 0;
  overflow: hidden;
}


.aboutus {
  background-image: url(../images/aboutus-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.aboutus .box {
  padding: 25px;
  position: relative;
}

.aboutus .box-one {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 25px;
}

.aboutus .box-one p {
  color: #848484;
  font-family: Varela;
  font-size: 14px;
  font-weight: 400;
}

.aboutus .box-two:after {
  position: absolute;
  content: "";
  border: 0.5px solid #c08e0e;
  height: 240px;
  width: 215px;
  top: 0;
  right: 0;
  z-index: -1;
}

.aboutus .box-two {
  z-index: 9;
  padding-left: 0;
}

.aboutus .box-four {
  background: #212121;
}

/* .aboutus .box-three {
  margin-top: -38px;
  position: relative;
  z-index: 9;
  padding-top: 0;
  padding-right: 0;
} */

.aboutus .box-three:before {
  position: absolute;
  content: "";
  border: 0.5px solid #c08e0e;
  height: 240px;
  width: 215px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.Projects .owl-stage-outer {
  overflow: visible !important;
}

.Projects .owl-stage-outer:after {
  content: "";
  width: 30vw;
  position: absolute;
  right: 100%;
  background: #fff;
  z-index: 99;
  top: 0;
  bottom: 0;
}

.Projects {
  overflow: hidden;
}

.Projects .nav-tabs .nav-item button {
  color: rgba(33, 33, 33, 0.6);
  font-family: Varela;
  font-size: 16px;
  font-weight: 400;
}

.Projects .nav-tabs .nav-item button.active {
  color: #fff;
  -webkit-text-stroke-width: 0.5;
  -webkit-text-stroke-color: #fff;
  border-radius: 20px 20px 0px 0px;
  background: #c08e0e;
  border: 0;
}

.Projects .content h6 {
  color: #212121;
  margin-bottom: 8px;
}

.Projects .content span {
  color: rgba(33, 33, 33, 0.7);
  font-family: Varela;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.Projects .owl-nav.disabled {
  display: block !important;
  position: absolute;
  top: -15%;
  right: 0;
  margin: 0;
}

.Projects button.owl-prev {
  width: 32px;
  height: 32px;
  background: rgba(33, 33, 33, 1) !important;
  color: #fff !important;
  opacity: 0.4;
}

.Projects button.owl-next {
  width: 32px;
  height: 32px;
  background: rgba(33, 33, 33, 1) !important;
  color: #fff !important;
}

.Projects .nav-tabs {
  border-bottom: 1px solid #ffb45d;
  border-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0.15) 0%,
      rgba(255, 255, 255, 0.15) 100%);
  border-image-slice: 1;
}

.Projects-two {
  background-image: url(../images/product-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



.Projects-card .content-wrapper .content h6 {
  color: #212121;
  margin-bottom: 20px;
  font-size: 15px;
}

.Projects-card .content-wrapper {
  padding: 20px;
}
.Projects-card .bottom-wrap {
  display: flex;
  justify-content: space-between;
}
.Projects-card .content-wrapper .bottom-wrap p {
  color: rgba(33, 33, 33, 0.7);
  font-family: Varela;
  font-size: 14px;
  font-weight: 400;
}

.Projects-card .content-wrapper .bottom-wrap p strong {
  margin-left: 5px;
  color: #c08e0e;
  -webkit-text-stroke-width: 0.30000001192092896;
  -webkit-text-stroke-color: #c08e0e;
  font-family: Varela;
  font-size: 18px;
}

.Projects-card .content-wrapper .exploreBtn {
  border: 1px solid #212121;
  color: #212121;
  padding: 10px 20px;
}

.Projects-card .box .image img {
  transition: 0.5s linear;
}

.Projects-card .box:hover .image img {
  transform: scale(1.2);
}

.Projects-card .box .image {
  overflow: hidden;
}

.Projects-card .box:hover h6 {
  font-size: 17px;
}


.exploreBtn {
  display: block;
  margin: auto;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-family: Varela;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  padding: 15px 20px;
}

.exploreBtn:hover {
  border: 1px solid #fff;
  color: #fff;
}

.btn-wrap {
  margin: 0;
  background: #212121;
  border: 0;
}

.btn-wrap:hover {
  background: #212121;
  border: 0;
}

.hero {
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header-wrapper {
  padding-top: 20px;
}

.header-wrapper nav.navbar {
  border-radius: 3px;
  background: #fff;
  padding: 15px;
}

.header-wrapper .navbar-nav .nav-item .nav-link {
  color: rgba(33, 33, 33, 0.5);
  text-align: center;
  font-family: Varela;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}

.header-wrapper .navbar-nav .nav-item.active .nav-link {
  color: #c08e0e;
  text-align: center;
  -webkit-text-stroke-width: 0.20000000298023224;
  -webkit-text-stroke-color: #c08e0e;
}

.header-wrapper button.btn.btn-primary {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.banner {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  flex-direction: column;
}

section {
  padding: 60px 0;
}

.aboutus {
  background-image: url(../images/aboutus-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.aboutus .box {
  padding: 25px;
  position: relative;
}

.aboutus .box-one {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 25px;
}

.aboutus .box-one p {
  color: #848484;
  font-family: Varela;
  font-size: 14px;
  font-weight: 400;
}

.aboutus .box-two:after {
  position: absolute;
  content: "";
  border: 0.5px solid #c08e0e;
  height: 240px;
  width: 215px;
  top: 0;
  right: 0;
  z-index: -1;
}

.aboutus .box-two {
  z-index: 9;
  padding-left: 0;
}

.aboutus .box-four {
  background: #212121;
}

.aboutus .box-three {
  position: relative;
  z-index: 9;
  padding-top: 0;
  padding-right: 0;
}

.aboutus .box-three:before {
  position: absolute;
  content: "";
  border: 0.5px solid #c08e0e;
  height: 240px;
  width: 215px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.Projects .owl-stage-outer {
  overflow: visible !important;
}

.Projects .owl-stage-outer:after {
  content: "";
  width: 30vw;
  position: absolute;
  right: 100%;
  background: #fff;
  z-index: 99;
  top: 0;
  bottom: 0;
}

.Projects {
  overflow: hidden;
}

.Projects .nav-tabs .nav-item button {
  color: rgba(33, 33, 33, 0.6);
  font-family: Varela;
  font-size: 16px;
  font-weight: 400;
}

.Projects .nav-tabs .nav-item button.active {
  color: #fff;
  -webkit-text-stroke-width: 0.5;
  -webkit-text-stroke-color: #fff;
  border-radius: 20px 20px 0px 0px;
  background: #c08e0e;
  border: 0;
}

.Projects .content h6 {
  color: #212121;
  margin-bottom: 8px;
}

.Projects .content span {
  color: rgba(33, 33, 33, 0.7);
  font-family: Varela;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.Projects .owl-nav.disabled {
  display: block !important;
  position: absolute;
  top: -15%;
  right: 0;
  margin: 0;
}

.Projects button.owl-prev {
  width: 32px;
  height: 32px;
  background: rgba(33, 33, 33, 1) !important;
  color: #fff !important;
  opacity: 0.4;
}

.Projects button.owl-next {
  width: 32px;
  height: 32px;
  background: rgba(33, 33, 33, 1) !important;
  color: #fff !important;
}

.Projects .nav-tabs {
  border-bottom: 1px solid #ccc;
  border-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0.15) 0%,
      rgba(255, 255, 255, 0.15) 100%);
  border-image-slice: 1;
}



.Projects-card {
  margin-top: 30px;
}

.Projects-card .box {
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  transition: 0.3s linear;
}

.Projects-card .content-wrapper .content h6 {
  color: #212121;
  margin-bottom: 20px;
  transition: 0.3s linear;
}


.Projects-card .content-wrapper .content p {
  color: rgba(33, 33, 33, 0.7);
  font-family: Varela;
  font-size: 14px;
  font-weight: 400;
}

.Projects-card .content-wrapper .content p strong {
  margin-left: 5px;
  color: #c08e0e;
  -webkit-text-stroke-width: 0.30000001192092896;
  -webkit-text-stroke-color: #c08e0e;
  font-family: Varela;
  font-size: 18px;
}

.Projects-card .content-wrapper .exploreBtn {
  border: 1px solid #212121;
  color: #212121;
  padding: 10px 15px;
  transition: 0.3s linear;
}

.Projects-card .box .image img {
  transition: 0.5s linear;
}

.Projects-card .box:hover .image img {
  transform: scale(1.2);
}

.Projects-card .box .image {
  overflow: hidden;
}

.Projects-card .box:hover h6 {
  font-size: 16px;
}

.Projects-card .box .content-wrapper .exploreBtn {
  opacity: 0;
}

.Projects-card .box:hover .content-wrapper .exploreBtn {
  opacity: 1;
}

.facilities {
  margin: 60px 0;
}

.facilities h4 {
  text-transform: capitalize;
  font-family: Varela;
  font-weight: 400;
}

.Team-box {
  position: relative;
  overflow: hidden;
}

.Team-box .content {
  position: absolute;
  bottom: 0;
  padding: 20px;
  left: 0;
  right: 0;
}

.Team-box .content h6 {
  color: #fff;
}

.Team-box img {
  transition: 0.2s linear;
}

.Team-box:hover img {
  transform: scale(1.2);
}

.Testimonials .testimonials-wrapper {
  display: flex;
  justify-content: space-between;
}

.Testimonials .testimonials-swiper {
  width: 75%;
  height: 400px;
  overflow: hidden;
  overflow: hidden;
  background: #fff;
  padding: 40px;
  padding-right: 60px;
}

.Testimonials .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.Testimonials .testimonials-item {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.Testimonials .testimonials-icon {
  position: relative;
  top: -60px;
  width: 20%;
}

.Testimonials .testimonials-author {
  color: #212121;
  font-family: Varela;
  font-size: 18px;
  font-weight: 400;
}

.Testimonials .pagination-custom {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  width: 25%;
  position: relative;
  z-index: 1;
}

.Testimonials .pagination-custom a {
  color: rgba(255, 255, 255, 0.6);
  font-family: Varela;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  width: 60%;
  cursor: pointer;
  padding-bottom: 40px;
  background: #212121;
}

.Testimonials .pagination-custom .active {
  color: #fff;
  font-size: 18px;
}

.Testimonials .testimonials-description p {
  color: rgba(33, 33, 33, 0.5);
  text-align: center;
  font-size: 16px;
}

.Testimonials .testimonials-description {
  width: 80%;
}

.Testimonials .pagination-custom:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 10px);
  top: 10px;
  left: 0;
  border: 1px solid #cccccc;
  z-index: -1;
}

.contactus .form-control {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 13px;
}

.contactus input#message {
  padding-bottom: 113px;
}

.contactus button.btn.btn-primary {
  background: #212121;
  border: 0;
  border-radius: 0;
  padding: 20px 30px;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.contactus .contact-box h6 {
  color: rgba(33, 33, 33, 0.5);
  font-size: 14px;
  margin-top: 10px;
}

.contactus .contact-box a {
  color: rgba(33, 33, 33, 0.8);
  font-family: Varela;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-wrapper .copright p {
  margin: 0;
}

.footer-wrapper .copright a {
  text-align: right;
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  font-family: Varela;
  font-size: 14.702px;
  font-weight: 400;
}

.footer-wrapper .copright {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-wrapper {
  background-image: url(../images/Footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
}

.footer-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-wrapper .social-wrapper h6,
.footer-wrapper .menu h6 {
  color: #fff;
  margin-bottom: 15px;
}

.footer-wrapper .menu ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-family: Varela;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}

.footer-wrapper .social-wrapper ul {
  display: flex;
}

.footer-wrapper .social-wrapper ul li:not(:last-child) a {
  margin-right: 25px;
}

.footer-wrapper .social-wrapper ul li a {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  display: inline-block;
}

.footer-wrapper .content {
  width: 70%;
}

.property-detail-banner,
 .property-listing-banner {
  padding-top: 200px !important;
  padding-bottom: 0 !important;
}

.property-listing-banner .nav-tabs .nav-item button {
  color: #FFF;
  text-align: center;
  font-family: "Varela";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
}

.property-listing-banner .nav-tabs .nav-item button.active {
  background: rgba(192, 142, 14, 0.80);

}

.property-listing-banner .nav-tabs .nav-item {
  position: relative;
  margin: 0 10px;
}

.property-listing-banner .nav-tabs .nav-item:not(:first-child):after {
  content: "";
  border-left: 1px solid #fff;
  position: absolute;
  left: -10px;
  top: 0;
  transform: rotate(180deg);
  height: 52px;
}

li.breadcrumb-item {
  color: #FFF;
  text-align: center;
  -webkit-text-stroke-width: 0.30000001192092896;
  -webkit-text-stroke-color: #FFF;
  font-family: Varela;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 53.329px;
  display: flex;
  align-items: center;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
  color: #fff;
}

li.breadcrumb-item a {
  text-decoration: none;
  color: #fff;
}

nav.breadcrumb-wrapper {
  background: rgba(192, 142, 14, 0.80);
  width: 20%;
}


.property-listing-product .content-wrapper {
  border-radius: 20px 0px 0px 0px;
  background: #FFF;
  box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);
  margin-top: -50px;
  position: relative;
  z-index: 1;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.property-listing-product .content-wrapper .col-left h6 {
  color: #212121;
}

.property-listing-product .content-wrapper span {
  display: block;
  color: rgba(33, 33, 33, 0.60);
  font-family: Varela;
  font-size: 14px;
  font-weight: 400;
}

.property-listing-product .content-wrapper .col-right h6 {
  color: rgba(33, 33, 33, 0.50);
  font-size: 12px;
  text-align: end;
}

.property-listing-product .content-wrapper .col-right strong {
  color: #C08E0E;
  -webkit-text-stroke-width: 0.30000001192092896;
  -webkit-text-stroke-color: #C08E0E;
  font-family: Varela;
  font-size: 16px;
  font-weight: 500;
  display: block;
  text-align: right;
}

.property-listing-product .box .image img {
  transition: 0.3s linear;
}

.property-listing-product .box .image {
  overflow: hidden;
}

.property-listing-product .box:hover .image img {
  transform: translateY(-30px);
}

.form-wrapper {
  background: #E8E8E8;
  padding: 20px 0;
}

.form-wrapper .dropdown h6 {
  text-transform: uppercase;
}

.form-wrapper .dropdown-toggle {
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #FFF !important;
  color: rgba(0, 0, 0, 0.50);
  font-family: Varela;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  display: flex;
  height: 40px;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
}

.form-wrapper .dropdown-menu {
  width: 100%;
  border-radius: 0;
}

.form-wrapper .container {
  position: relative;
}

.form-wrapper .container:after {
  border: 1px solid #C08E0E;
  content: "";
  width: 100%;
  position: absolute;
  top: 80%;
  height: 62.926px;
  z-index: -1;
  left: 0;
  right: 0;
}

.property-listing-product {
  margin-top: 30px;
}

section.property-detail-product h3 {
  color: #C08E0E;
  font-family: Varela;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 10px;
}

.product-detail-content {
  position: relative;
  padding: 20px;
  padding-left: 0;
}

.product-detail-content:after {
  position: absolute;
  content: "";
  border: 1px solid #C08E0E;
  height: 100%;
  left: -65px;
  right: 0;
  top: 0;
  bottom: 0;
}

.product-detail-content h4 {
  font-family: Varela;
  font-size: 26px;
  font-weight: 400;
  margin-top: 10px;
}

.product-detail-content h5 {
  color: rgba(33, 33, 33, 0.80);
  text-transform: capitalize;
  text-align: left;
  margin-top: 5px;
}

.product-detail-content p {
  color: rgba(33, 33, 33, 0.80);
}

.product-detail-content span {
  margin-bottom: 5px;
  display: block;
  color: rgba(33, 33, 33, 0.80);
  font-family: Varela;
  font-size: 16px;
  font-weight: 400;
}

.property-detail-product .owl-dots {
  position: absolute;
  right: -90px;
  bottom: -10px;
}

.property-detail-product .owl-theme .owl-dots .owl-dot span {
  margin: 5px;
}

.property-detail-product .owl-theme .owl-dots .owl-dot.active span {
  background: #C08E0E;
}

.inner-page h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.Features-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Features-content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: rgba(33, 33, 33, 0.80);
  text-align: center;
}

.Features-content ul li .icon {
  background: rgba(192, 142, 14, 0.15);
  width: 48px;
  height: 48px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-right: 20px;
  justify-content: center;
}

.Project-box {
  background: #F0F0F0;
  padding: 40px;
}


.Project-box span {
  color: rgba(33, 33, 33, 0.50);
  font-family: Varela;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 10px;
}

.Project-box ul li {
  color: rgba(33, 33, 33, 0.80);
}

.Project-box ul li b {
  color: #212121;
  font-weight: 400;
}

.Project-box ul {
  margin: 0;
}

.Project-box ul:nth-of-type(1) {
  margin-bottom: 40px;
}

.Floor-plans p {
  color: rgba(33, 33, 33, 0.80);
  margin-bottom: 60px;
}

.Floor-plans h6 {
  color: #212121;
  text-align: center;
}

.Floor-plans ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}

.Floor-plans ul li {
  color: rgba(33, 33, 33, 0.80);
  font-family: Varela;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 15px;
  text-align: center;

}



section.Floor-plans .col-4:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.Floor-plans .nav-tabs li.nav-item {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;


}

.Floor-plans .nav-tabs li.nav-item button {
  color: rgba(192, 142, 14, 0.50);
  font-family: Varela;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border: 0;
}

.Floor-plans .nav-tabs li.nav-item:last-child {
  padding-right: 0px;
}

.Floor-plans .nav-tabs li.nav-item button.active {
  color: #C08E0E;
  border-bottom: 1px solid;
}

.inner-page .hero .banner {
  padding: 100px 0;
}

.inner-page .Projects-card .box {
  padding: 2px;
  background: #FFF;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
}

.inner-page .Projects-card .box h3 {
  margin: 16px 0;
}

.inner-page .Projects-card .box .image img {
  height: 365px;
  object-fit: cover;
}

.inner-page .Projects-two {
  background: #000;
}



.inner-page .Team-box .content h4 {
  transform: translateY(145px);
  transition: 0.5s linear;
}

.inner-page .Team-box:hover .content h4 {
  transform: translateY(35px);
}


.inner-page .Team-box .content p {
  color: #FFF;
  transform: translateY(190px);
  transition: 0.5s linear;
}

.inner-page .Team-box:hover .content p {
  transform: translateY(35px);
}

.inner-page .Team-box:hover .content h6 {
  transform: translateY(200px);
}

.Transparent-Choices {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.Transparent-Choices .content {
  background: #FFF;
  max-width: 100%;
  margin: auto;
  padding: 40px;
}

.Transparent-Choices h2 {
  font-size: 38px;
}

.Transparent-Choices .content h6 {
  color: #5A5A5A;
  text-transform: uppercase;
}

.Transparent-Choices .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Transparent-Choices .content ul li {
  color: #848484;
  font-family: Varela;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-align: justify;
}

.Transparent-Choices-bottom {
  padding: 30px 0;
}

.Transparent-Choices-bottom .content {
  text-align: center;
}

.Transparent-Choices-bottom .image {
  text-align: center;
  margin-bottom: 30px;
  height: 100px;
  overflow: hidden;
}

.Transparent-Choices-bottom .content p {
  color: rgba(255, 255, 255, 0.50);
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
}

.Transparent-Choices-bottom .col-lg-4:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  ;
}

.Transparent-Choices .content ul li:before {
  content: "";
  position: absolute;
  left: -15px;
  background: #848484;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  top: 8px;
}

.Transparent-Choices .exploreBtn {
  display: block;
  margin: auto;
}

.Transparent-Choices-bottom h2.text-white {
  font-family: "Varela";
  font-size: 38px;
  text-transform: uppercase;
}

.inner-page .Projects-card .box .content {
  padding: 20px;
}


.Partners .btn-wrap {
  border: 1px solid #212121;
  background: #FFF;
  color: #212121;
  padding-left: 30px;
  padding-right: 30px;
}

.Partners .btn-wrap a {
  color: #212121;
}

.Partners iframe {
  width: 100%;
  height: 100%;
}

 .Services-card .box .image img {
  height: auto !important;
}

.Services-card  .box .image {
  text-align: center;
  margin-bottom: 20px;
}

.Services-card  .box {
  padding: 40px !important;
  border-radius: 6px;
  box-shadow: 0px 0px 22px 4px rgba(0, 0, 0, 0.12) !important;
}

.Services-card  .box .content-wrapper {
  padding: 0;
  display: block;
}

.Services-card  .box:hover .image img {
  transform: scale(1.1);
}

.Services-card  .box .content-wrapper .content-wrapper .content {
  width: 100%;
  padding: 0;
}

.Clients iframe {
  width: 100%;
  height: 100%;
}

.Services-card  .box .content-wrapper .content {
  padding: 0;
  text-align: center;
}

.Clients {
  overflow: hidden;
}

.Clients .owl-stage-outer {
  overflow: visible !important;
}

.Clients .owl-stage-outer:after {
  content: "";
  width: 50vw;
  position: absolute;
  right: 100%;
  background: #fff;
  z-index: 99;
  top: 0;
  bottom: 0;
}

.Services-card .Projects-card {
  margin-top: -220px;
}

.Clients span {
  color: #212121;
  font-family: Varela;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.Clients h2 {
  position: relative;
  z-index: 2;
}

.Clients p {
  position: relative;
  z-index: 2;
}

.Projects-wrap .card-box {
  background: #FFF;
  padding: 10px;
}

.Projects-wrap .content-wrapper h4 {
  font-size: 26px;
}

.Projects-wrap .content-wrapper .content {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.Projects-wrap .content-wrapper .content span {
  color: rgba(33, 33, 33, 0.50);
  font-size: 16px;
}

.Projects-wrap .content-wrapper .content h5 {
  color: rgba(33, 33, 33, 0.80);
  font-family: Varela;
  font-size: 18px;
  text-align: left;
  text-transform: capitalize;
}

.Projects-wrap .content-wrapper {
  padding: 20px 0;
  padding-right: 10px;
}

.Projects-wrap .btn-wrap.mt-4 {
  border: 1px solid #212121;
  width: 100%;
  background: transparent;
}

.Projects-wrap .btn-wrap a {
  color: #212121;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

section.facilities p {
  color: rgba(255, 255, 255, 0.60) !important;
  max-width: 700px;
  margin: auto;
}

.Services-card .box .image img {
  width: auto !important;
}

.contactus .box .icon {
  font-size: 50px;
  color: #C08E0E;
  margin-bottom: 20px;
}

.contactus .box {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);
  padding: 20px;
  text-align: center;
}

.contactus .box p a {
  color: #848484;
  font-size: 16px;
  text-decoration: none;
}

.contactus-banner p {
  text-align: center;
  max-width: 700px;
  color: rgba(255, 255, 255, 0.50) !important;
  margin: auto;
}

.contactus-form  {
  background: transparent;
  padding: 0;
}

.form-control {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 13px;
}

.contactus .box p a {
  word-break: break-all;
}

.contactus-form iframe {
  width: 100%;
}

.contactus-form  button.btn.btn-primary {
  background: #212121;
  border: 0;
  border-radius: 0;
  padding: 20px 30px;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.entry-content {
  padding: 60px 0;
}

.terms-and-conditions-page header.header-wrapper {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
}

.terms-and-conditions-page ul li {
  margin-bottom: 10px;
}

.header-wrapper nav.navbar.fixed {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.5s ease;
  border-radius: 0;
  z-index: 99;
  box-shadow: 0px 0px 22px 4px rgba(0, 0, 0, 0.12);
}


.Projects-wrap .card-box img {
  width: 100%;
}

.services .image img {
  width: 100%;
}

.services .image:after{
border-radius:0px 20px  0;
border: 1px solid #C08E0E;
content: "";
position: absolute;
left: 0;
top: 20px;
height: 100%;
right: 20px;
z-index: -1;
}

.services .image img {
  border-radius: 0px 20px;
}

.services .image {
padding-left: 20px;
position: relative;
z-index: 1;
}
.Projects-card .owl-nav.disabled {
  display: block !important;
  position: absolute;
  top: -25px;
  right: 0;
}

.Projects-card .box .image {
  height: 300px;
  overflow: hidden;
}
.Projects-card button.owl-prev {
  width: 32px;
  height: 32px;
  background: rgba(33, 33, 33, 1) !important;
  color: #fff !important;
  opacity: 0.4;
}
.Projects-card .item {
  padding: 5px;
}
.Projects-card button.owl-next {
  width: 32px;
  height: 32px;
  background: rgba(33, 33, 33, 1) !important;
  color: #fff !important;
}
.Projects .image {
  height: 250px;
  overflow: hidden;
}
.Services-card .box .image {
  height: auto !important;
}
.form-wrapper {
  background: rgba(232, 232, 232, 1);
  padding: 30px 0;
}

.collaboration-feature .box .image {
  height: 360px;
}
.property-listing-product .box .image img {
  width: 100%;
}

.Projects-card .box .image img {
  width: 100%;
}

.services.about-content .box-wrap {
  border-radius: 6px;
  background: #212121;
  padding: 20px;
  text-align: center;
}




.services.about-content .box-wrap p{
  color: rgba(255, 255, 255, 0.65);
}
.services.about-content .box-wrap h5 {
  color: #fff;
  text-align: center;
}


.services.about-content .box-wrap .icon {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.services.about-content .box-wrap .icon {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.services.about-content .box-wrap h5 {
  position: relative;
  margin-bottom: 15px;
}

.services.about-content .box-wrap h5:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  width: 35%;
  background: #fff;
  bottom: -5px;
  margin: auto;
}

.core-services .core-box {
  padding: 15px;
  transition: 0.3s linear;
  box-shadow: 0 0 5px #ccc;
  margin: 10px;
}
.core-services .core-box .icon {
  text-align: center;
}

.core-services .core-box h3 {
  text-align: center;
}
.core-services .core-box:hover {
  transform: scale(0.98);
}

.core-services .col-lg-4 {
  overflow: hidden;
}

.key-strengths {
  padding: 0;
}



.key-strengths .heading-wrap h2 {
  color: #FFF;
  text-align: center;
}

.key-strengths .heading-wrap {
  padding: 60px 0;
  padding-bottom: 100px;
}

.key-strengths  .column-wrap {
  margin-top: -100px;
}
.key-strengths .col-lg-3{
  overflow: hidden;
}
.key-box {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 0px 5px  rgba(0, 0, 0, 0.12);
  padding: 25px;
  margin: 5px;
  transition: 0.3s linear;
}
.key-box:hover{
  transform: scale(1.02);
}
.Services-card .box .content-wrapper p,
.key-box p {
  margin: 0;
}
.key-box h3 {
  text-align: justify;
  margin-bottom: 10px;
  font-size: 18px;
  white-space: nowrap;
}
.choose-box{
  border-radius: 10px;
  background: #FFF;
  padding: 40px;
  margin: 10px;
  text-align: center;
  transition: 0.3s linear;
}
.choose-box:hover {
  transform: scale(1.05);
}
.choose-box h5 {
  text-transform: capitalize;
  color: #212121;
  margin: 10px 0;
}
.Why-Choose-us .col-lg-4 {
  overflow: hidden;
}
.services.about-content .box-wrap {
  transition: 0.3s linear;
}
.services.about-content .box-wrap:hover {
  background: #c08e0e;
}
.services.about-content .box-wrap:hover p{
  color: #fff;
}
.Services-card .box .image{
  text-align: center !important;
}




.Projects-card {
    transition: 0.3s liear;
}
.Services-card .box:hover {
    transform: scale(0.98);
}

.Projects-card .col-lg-3 {
    overflow: hidden;
}

section.property-detail-product .image {
  height: 600px;
  overflow: hidden;
}

.Project-box li{
  margin-bottom: 10px;
}
.Why-Choose-us {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.Services-card .box{
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12) !important;
  margin: 5px;
}

.Features-content .list-column{
  position: relative;
  top: -18px;
}

section.property-detail-product {
  padding-bottom: 0;
}

.product-detail-content h5 {
  margin-bottom: 15px;
}

section.contactus p {
  text-align: justify;
}

section.facilities p {
  text-align: justify;
}

.services.about-content .content ul li {
  font-size: 14px;
  margin-bottom: 10px;
}

.services.about-content .content ul {
 list-style: none;
 padding: 0;
}

.core-services .core-box .content h3 {
  margin: 10px 0;
}

.key-strengths {
  margin: 60px 0;
}

.product-detail-content p {
  text-align: justify;
}
h2.flash-msg {
  display: inline-block;
  animation: flash-msg .7s ease 2s infinite alternate;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 50%;
  margin-bottom: 0;
  text-transform: capitalize;
  text-align: center;
}

.flash-msg-desc {
  background-color: #c08e0e;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: .4s;
  cursor: pointer;
  font-weight: 300;
  border-radius: 0;
  font-family: Varela;
  font-size: 16px;
}
.disclaimer-container {
  width: 100%;
  overflow: hidden;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  padding: 20px 0;
  position: relative;
}


.disclaimer-text {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top:12px;
  animation: scroll 15s linear infinite;
}


@keyframes scroll {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}
@keyframes flash-msg {
  0% {
      transform: scale(1.05, 0.95);
  }
  50% {
      -webkit-transform: scale(0.95, 1.05) translateY(-0.2rem);
      transform: scale(0.95, 1.05) translateY(-0.2rem);
  }
  70% {
      transform: scale(1);
  }
  100% {
      transform: scale(1.05, 0.95);
  }
}



@media (max-width:1199px) {
  .property-detail-product .owl-dots {
    position: static;
  }

  nav.breadcrumb-wrapper {
    width: 30%;
  }
}

@media (max-width: 991px) {
  .Transparent-Choices-bottom .col-lg-4:nth-child(odd) {
    border: 0;
  }
  .key-box h3 {
    white-space: normal;
}
  .testimonials-page .facilities .card-box .image img {
    width: 100%;
  }
  .property-listing-product .box .image {
    height: 345px;
  }
  section.facilities p {
    max-width: 100%;
  }

  .inner-page .Team-box .content h4 {
    transform: translateY(120px);
  }

  .header-wrapper {
    padding-top: 0;
  }

  .product-detail-content:after {
    left: 0;
  }

  .product-detail-content {
    padding-left: 20px;
  }

  .offcanvas.offcanvas-end {
    background: #fff !important;
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    backface-visibility: hidden;
    bottom: 0;
  }

  .offcanvas-header .btn-close {
    --bs-btn-close-bg: none;
    filter: none;
    font-size: 25px;
  }

  .header-wrapper .navbar-nav .nav-item .nav-link,
  .header-wrapper .navbar-nav .nav-item.active .nav-link {
    text-align: left;
  }

  .header-wrapper .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    line-height: 1.5;
  }

  .header-wrapper nav.navbar {
    border-radius: 0;
  }

  h2 {
    font-size: 35px;
  }

  .Transparent-Choices h2,
  .Transparent-Choices-bottom h2.text-white {
    font-size: 35px;
  }

  .aboutus .box-three {
    margin-top: 0;
  }

  section.aboutus .row .row {
    justify-content: space-between;
  }

  .aboutus .box-four br {
    display: none;
  }

  .Projects-card .box .image img,
  .Team-box img {
    width: 100%;
  }

  .Testimonials .pagination-custom {
    display: none;
  }

  .Testimonials .testimonials-swiper {
    width: 100%;
  }

  .banner.property-listing-banner {
    padding-left: 0;
  }

  nav.breadcrumb-wrapper {
    width: 35%;
  }
  section.property-detail-product .image {
    height: auto;
}
}

@media(max-width:767px) {
  .inner-page .Team-box .content h4 {
    transform: translateY(100px);
  }

  section.services.about-content ul li {
    font-size: 14px;
}
  .collaboration-feature .box .image {
    height: 300px;
    margin-bottom: 10px;
}

.Floor-plans .nav-tabs li.nav-item button {
  font-size: 14px;
}

  .Services-card .box .image {
    height: auto !important;
    text-align: center !important;
}
  .footer-wrapper .copright {
    text-align: center;
  }

  .footer-wrapper .copright a {
    display: none;
  }

  h1 {
    font-size: 30px;
  }

  .Transparent-Choices .content {
    padding: 25px;
  }

  nav.breadcrumb-wrapper {
    width: 70%;
  }

  .Transparent-Choices h2,
  .Transparent-Choices-bottom h2.text-white {
    font-size: 25px;
  }

  h2 {
    font-size: 25px;
  }

  .Transparent-Choices h2,
  .Transparent-Choices-bottom h2.text-white {
    text-align: center;
  }

  .Floor-plans .nav-tabs li.nav-item {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }

  .Project-box {
    padding: 20px;
  }
  
  .key-strengths {
    margin:30px 0;
  }

  .entry-content,
  section {

    padding: 30px 0;
  }

  .Features-content ul li {
    text-align: left;
  }

  .hero {
    height: auto;
  }

  .hero .banner {
    padding: 80px 0;
  }

  .Projects .owl-nav.disabled {
    top: 0;
  }

  .Projects .nav-tabs {
    overflow-x: scroll;
    width: 100%;
    flex-wrap: nowrap;
  }

  .Projects .nav-tabs .nav-item button {
    white-space: nowrap;
  }



  .Projects-card .content-wrapper .content p strong {
    font-size: 16px;
  }

  .facilities {
    margin: 30px 0;
    margin-bottom: 30px;
  }

  .contact-box a {
    word-break: break-all;
  }

  .Testimonials .testimonials-swiper {
    padding: 20px;
    padding-right: 30px;
  }

  .Testimonials .testimonials-icon {
    top: -20px;
    width: auto;
  }

  .Testimonials .testimonials-description {
    width: auto;
  }

  li.breadcrumb-item {
    font-size: 18px;
  }

  .property-listing-product .box .image img {
    width: 100%;
  }

  .form-wrapper .dropdown h6 {
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
  }

  .form-wrapper .col-4 {
    padding: 5px;
  }

  .property-listing-banner .nav-tabs .nav-item button {
    font-size: 20px;
  }
}

@media(max-width:479px) {
  li.breadcrumb-item {
    font-size: 12px;
    padding: 10px;
    height: 50px;
  }

  .property-listing-banner .nav-tabs .nav-item {
    margin: 0 8px;
  }

  .property-listing-banner .nav-tabs .nav-item button {
    font-size: 12px;
    padding: 8px;
  }

  .property-listing-banner .nav-item:not(:first-child):after {
    height: 35px;
  }
  .form-wrapper .form-control {
    font-size: 13px;
}

.Projects .nav-tabs .nav-item button {
  font-size: 14px;
}
.footer-wrapper .content {
  width: 100%;
}
}

@media(max-width:375px) {
  .inner-page .Team-box .content h4 {
    transform: translateY(140px);
  }
}

@media(max-width:320px) {
  .inner-page .Team-box .content h4 {
    transform: translateY(150px);
  }
}
.Features-content  .icon {
  background: rgba(192, 142, 14, 0.15);
  width: 48px;
  height: 48px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-right: 20px;
  justify-content: center;
}
.property-listing-product .box .image {
  overflow: hidden;
  height: 380px;

}


.dropdown select {
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #FFF;
  width: 100%;
  padding: 8px 10px;
  background-image: url('https://lab5.invoidea.in/sabooridevelopers/public/frontend/assets/images/weui_arrow-outlined.svg');
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-appearance: none;
}



.pagination  ul.pages {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination  ul.pages li a {
text-decoration: none;
}
.pagination .btn {
  display: flex;
  align-items: center;
}
.pagination  ul.pages li button {
  border: 0;
  background: #fff;
  margin: 5px;
  color: #000;
  padding: 10px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: block;
  line-height: 1;
  font-size: 16px;
  box-shadow: 0 0 5px #ccc;
}

.pagination   ul.pages li button.active{
  background: #c69824;
  color: #fff;
}
.pagination  button.btn.next,
.pagination  button.btn.prev {
  font-size: 16px;
}

/ new css /
.downloadBtn {
  width: 100%;
  padding: 8px 10px;
  transition: 0.3s linear;
  text-decoration: none;
  background: #C08E0E !important;
  color: #fff;
}

.box-apartments {
  box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, .1);
  border-radius: 6px;
  padding: 30px;
}


.box-apartments:hover {
  background: #f2efdc;
}

.box-apartments:hover .downloadBtn {
  background: transparent !important;
  border-color: #c08e0e;
  color: #c08e0e;
}

.downloadBtn {
  width: 100%;
  padding: 8px 10px;
  transition: 0.3s linear;
  text-decoration: none;
  background: #C08E0E !important;
  color: #fff;
}