@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-family: 'Playfair Display', serif;
}
p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
h3,
h4 {
  font-size: 20px;
  color: #111;
}
a {
  color: #000;
  text-decoration: none;
}
/* Homepage */
.topbar
{
  background: #FAB91F;
}
.topbar p {
  color: #000;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 15px 0;
  margin-bottom: 2px;
}
img.logo {
  width: 210px;
}
.navbar li a,
.navbar .navbar-brand {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-right: 20px;
}
.search-input
{
  border-radius: 5px;
  background-color: #D9D9D9;  
  height: 60px;
  width: 350px;
}
.search-input:focus {
  color: #212529;
  background-color: #D9D9D9;
  border-color: #fcc100;
  outline: 0;
  box-shadow: none;
}
.icon-ul li 
{
  margin-right: 40px;
  list-style-type: none;
}
.icon-ul li span{
  color: #000;
  text-align: center;
  font-family: Playfair Display;
  font-size: 14px;
  font-style: normal;
}
.icon-ul li img {
  width: 30px;
}
.nopad {
  padding: 0 !important;
}
.banner {
  max-width: 100%;
  height: auto;
}
.hero-banner {
  width: 100%;
  position: relative;
  height: 650px;
  margin-bottom: 30px;
}
.content-banner {
  position: absolute;
  top: 30%;
  left: 150px;
}
.theme-btn {
  border-radius: 25px;
  background: #119740;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.25) !important;
  border: none !important;
  width: 200px;
  padding: 15px 0;
  color: #F5F5F5;
  text-align: center;
  font-family: Inter;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 15px;
}
h1.hero-text {
  color: #73291A;
  font-family: Playfair Display;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  }
.search-form {
  position: relative;
  width: 40%;
}
.search-form input.form-control {
  height: 60px;
  margin-top: 10px;
  border-radius: 20px;
  opacity: 0.85;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
.search-btn {
  border-radius: 10px;
  opacity: 0.85;
  background: #468189;
  width: 150px;
  position: absolute;
  text-align: center;
  padding: 10px;
  right: 20px;
  margin-top: 0;
  top: 17px;
}
a.aptmnt-btn {
  border-radius: 10px;
  border: 3px solid #468189a1;
  padding: 14px 20px;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
}
a.aptmnt-btn:hover {
  border: 2px solid #468189;
  opacity: 0.85;
  background: #468189;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
ul.dropdown-menu {
  border-radius: 6px;
  opacity: 0.8;
  background: #468189;  
}
ul.dropdown-menu li a
{
  color: #fff !important;
}
.box-content.yellow
{
  background: rgba(246, 198, 74, 0.80);
  border: 6px solid #bf883d;
}
.box-content.maroon
{
  background: #A92523;
  border: 6px solid #bf883d;
}
.box-content.brown
{
  background: #73291A;
  border: 6px solid #bf883d;
}
.box-content.light-yellow
{
  background: rgba(187, 149, 52, 0.72);
  border: 6px solid #bf883d;
}
.box-content.pink
{
  background: #9D7589;
  border: 6px solid #bf883d;
}
.box-content {
  border-radius: 20px;  
  height: 400px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;

}
.box-content-head h3 {
  font-family: Playfair Display;
  font-size: 45px;
  margin-left: 25px;
  margin-bottom: 30px;
}
img.box-image {
  width: 100%;
}
.box-content.yellow a.box-btn
{
  background: rgba(0, 0, 0, 0.74);
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.25);
  color: #F5F5F5;
}
.box-content.light-yellow a.box-btn
{
  background: rgba(0, 0, 0, 0.74);
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.25);
  color: #F5F5F5;
}
.box-content.maroon a.box-btn {
  background: #000;
  color: #fff;
}
.box-content.pink a.box-btn {
  background: #000;
  color: #fff;
}
.box-content.brown a.box-btn {
  background: #000;
  color: #fff;
}
.b1-card {
  background: transparent !important;
  border: none !important;
  margin-bottom: 20px;
}
.b1-card h5.card-title {
  color: #FFF;
  font-family: Playfair Display;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: -100px;
  margin-left: 20px;
}
a.box-btn {
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  border-radius: 25px;  
  margin-left: 25px;
  margin-top: 20px;
  display: inline-block;
  padding: 10px 30px;
}
img.box-icon {
  width: 80px;
  margin-bottom: 20px;
}
section.box-statergy-section {
  margin: 80px;
  margin-top: 0
}
.about-box-content h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 50px;
}
.about-box-content p {
  color: #000;
  text-align: center;
  font-family: Playfair Display;
  font-size: 24px;
  font-style: normal;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 45px; /* 187.5% */
}
/* section.box-about-section {
  background-image: url(/home/ai/websites/RMW/img/about-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 50px;
} */
.dropdown:hover .dropdown-menu {
  display: block;
}
section.box-about-section {
  padding: 50px;
}
section.box-info-section {
  background: #000;
  padding: 50px;
}
.info-box-content h3 {
  color: #fff;
  font-family: Lexend;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.3%;
}
a.evalution-button {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  border-radius: 10px;
  padding: 25px 50px;
  border: 2px solid #6bb1a2;
}
a.evalution-button:hover {
  background: #6bb1a2;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: black;
}
h2.main-heading {
  color: #000;
  text-align: center;
  font-size: 40px;
}
section.box-map-section {
  margin: 100px 0;
}
iframe#mapbox {
  margin-top: 40px;
  border-radius: 45px 45px 0px 0px;
  border: 10px solid #d9d9d9 !important;
  margin-bottom: -105px;
}
section.box-footer-section {
  border-radius: 45px 45px 0px 0px;
  background: #77aca2;
  box-shadow: 8px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 50px 0;
}
h4.foot-heading {
  color: #fff;
  font-family: Lexend;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.foot-info p a {
  color: #fff !important;
}
.foot-info {
  margin-top: 30px;
}
.about-footer p {
  color: #fff;
  text-align: center;
  font-family: Lexend;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.44px;
}
.social-media ul {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.social-media ul li a {
  font-size: 25px;
  color: #fff !important;
}
section.propety-info-section {
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.testimonial-section .owl-item.active {
  width: 300px !important;
}
.testimonial-section .owl-item.active.center {
  width: 500px !important;
}
.testimonial-section
{
  margin: 80px;
}
section.propety-info-section p, .testimonial-section p {
  color: #fff;
  text-align: center;
  font-family: Lexend;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.3%; /* 34.641px */
}
.owl-carousel.owl-theme button.owl-next {
  position: absolute;
  right: 0;
  top: 37%;
}
.owl-carousel.owl-theme button.owl-next span, 
.owl-carousel.owl-theme button.owl-prev span {
  background: #ccc;
  color: #000;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 42px;
  font-size: 45px;
  border-radius: 50%;
}
.owl-carousel.owl-theme button.owl-prev {
  position: absolute;
  left: 0;
  top: 37%;
}
.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-prev [class*=owl-]:hover  {
  background: #6bb1a2;
  border-radius: 50%;
}
.owl-item
{
  position: relative;
}
.owl-item.active.center img.property {
  width: 430px;
}
.owl-item.active.center
{
  margin-top: 0px !important;
}
.property-block {
  position: relative;
}
.owl-item.active img.property {
  text-align: center;
  margin: 0 auto;
  width: 380px;
}
.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ececec;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}
.property-block-heading {
  position: absolute;
  bottom: 60px;
  border-radius: 0px 0px 12px 12px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.property-block-heading h3 {
  color: #9dbebb;
  text-align: center;
  font-family: Lexend;
  font-size: 40px;
}
.property-block-heading p {
  color: #9dbebb !important;
  text-align: center;
  font-family: Lexend;
  font-size: 12px !important;
}
.testimonial-block {
  background-image: url("../img/testibg.png");
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  height: 500px;
  text-align: center;
  padding: 0px 100px;
}
img.avtar-image {
  height: 140px;
  width: 140px !important;
  text-align: center;
  margin: 0 auto;
}
h4.c-name {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
p.test-para {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 235.714% */
  display: none;
}
.owl-item.active.center p.test-para
{
  display: block;
}
h1.about-text {
  text-align: center;
  text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.25);
  font-family: Lexend;
  font-size: 75px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: -100px;
}
.mission-block {
  border-radius: 10px;
  background: #77ACA2;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
}
.promise-box-content h4 {
  color: #282A2E;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
}
.promise-box-content {
  padding: 0 20px;
}
img.about-banner.w-100 {
  max-height: 700px;
}
.card.team-info-box {
  background: #558E91;
  border-radius: 25px;
  margin-bottom: 40px;
}
.team-img
{
  padding: 12px;
  height: 450px;
  object-fit: cover;
  border-radius: 25px;
}
.card.team-info-box .card-body {
  background: #fff;
  padding: 25px;
  border-radius: 18px;
}
.card.team-info-box .card-body h3 {
  color: #36676D;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.card.team-info-box .card-body .designation
{
  color: #36676D;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
h2.contact-heading {
  color: #191919;
  text-align: center;
  font-family: Lexend;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}
section.contact-section p {
  color: #191919;
  text-align: center;
  font-family: Lexend;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px;
  text-transform: capitalize;
  display: block;
  margin: 50px 100px;
}
.contact-form {
  border-radius: 10px;
  background: rgba(119, 172, 162, 0.85);
  padding: 50px;
  margin-bottom: 100px;
}
.contact-form h4 {
  font-size: 23px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px;
}
.form-floating>.form-control {
  border-radius: 10px;
  background: #D9D9D9;
  height: 80px;
  padding-left: 25px;
}
.form-floating>label {
  color: rgb(158, 158, 158);
}
.form-floating>label
{
  padding: 25px;
}
a.submit-btn {
  border-radius: 10px;
  background: rgba(25, 25, 25, 0.75);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
  width: 190px;
  display: block;
  margin: 0 auto;
  height: 60px;
  color: #fff;
  font-size: 20px;
  line-height: 56px;
}
a.submit-btn:hover {
  background: #0e1413;
  box-shadow: none;
}
.residential {
  margin: 100px 0;
  background-image: url("../img/cbg.png");
  background-repeat: no-repeat;
  background-position: center;
}
.promise-box-content p {
  color: #FFF;
  text-align: justify;
  font-size: 20px;
  line-height: 30px;
}
.residential p {
  color: #FFF;
  font-size: 22px;
  line-height: 41px;
}
p.main-para {
  color: #FFF;
  font-size: 25px;
  line-height: 36px;
  text-align: center;
  display: block;
  margin: 20px 0;
  font-family: 'Lexend';
}
.res-tab {
  color: #282A2E !important;
  font-family: Lexend;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 45px !important;
  border: 0.5px solid rgba(255, 255, 255, 0.40) !important;
  background: #77ACA2 !important;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
  width: 450px;
  padding: 15px;
  margin: 30px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background: #468189 !important;
}
.commercial-heading {
  position: relative;
  margin: 70px 0;
}
/* .commercial-heading::before {
  content: "";
width: 30px;
height: 30px;
background: url("../img/line1.png") no-repeat;
top: 10px;
right: 5px;
position: absolute;
display: inline-block;
width: 100%;
} */
/* Homepage */