@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;500;600;700;800;900&family=Lexend:wght@100;200;300;400;700;800;900&display=swap");
body {
  font-family: "Lexend", sans-serif;
  color: #fff;
  background-color: #191919;
}
p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
h3,
h4 {
  font-size: 20px;
  color: #111;
}
a {
  color: #000;
  text-decoration: none;
}
/* Homepage */
.navbar li a,
.navbar .navbar-brand {
  color: #000 !important;
  text-align: center;
  font-family: Lexend;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-right: 30px;
  letter-spacing: 1px;
}
.nopad {
  padding: 0 !important;
}
.banner {
  max-width: 100%;
  height: auto;
}
.hero-banner {
  margin-top: 120px;
  margin-bottom: 0px;
  background-image: url("../img/banner.png");
  background-size: 100% 90%;
  height: 800px;
  background-repeat: no-repeat;
  position: relative;
}
.hero-banner .content-hero {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  height: 800px;
}
h1.hero-text {
  text-align: center;
  text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.25);
  font-family: Lexend;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(131deg, #9dbebb 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.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;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: space-around;
}
.box-content {
  border-radius: 20px;
  background: #77aca2;
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
.box-content h3 {
  color: #191919;
  text-align: center;
  font-family: Lexend;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: normal;
}
.box-content p {
  font-size: 14px;
  color: #000;
  margin-top: 10px;
  line-height: 25px;
}
section.box-content-section {
  background: #000;
  padding: 30px;
  margin-top: -80px;
  margin-bottom: 70px;
}
img.box-icon {
  width: 80px;
  margin-bottom: 20px;
}
.about-box-content h2 {
  color: #9dbebb;
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 50px;
}
.about-box-content p {
  color: #fff;
  text-align: justify;
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
}
/* 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 0 100px 0;
}
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: 40px;
}
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: #9dbebb;
  text-align: center;
  font-family: Lexend;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
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;
}
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: -50px;
  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: -70px;
  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 {
  margin-top: 30px;
}
.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/testbg.png");
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100% 100%;
  height: 400px;
  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 {
  text-align: center;
  font-size: 21px;
  line-height: 30px;
  margin-top: 15px;
}
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: 33px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 20px;
}
.promise-box-content {
  padding: 0 30px;
  width: 500px;
}
img.about-banner {
  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 */