html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
.p-0 {
  padding: 0 !important;
} 
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
}
.navbar-nav > li > a {
  padding: unset;
  font-size: 16px;
}
.navbar-nav > li > a.active, 
.navbar-nav > li > a:hover,
.submenu ul > li > a.active {
  background: unset;
  color: #c34f3f !important;
}
a {
  color: inherit;
}

html {
  font-size: 10px;
}
body {
  color: #231f20;
  font-family: Urbanist, sans-serif;
  font-size: 2rem; /* 20px / 10px = 2rem */
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.03em;
  text-decoration: none;
}
.header_global_container_ {
  float: none;
  height: auto;
  margin: 0 auto;
  padding: 1.5rem 0;
  position: relative;
  border-bottom: 2px solid #231f20;
}
.header_kham-logo {
  display: block;
  position: relative;
  width: 100%;
}
.header_about {
  font-weight: bold;
  text-align: right;
}
.navbar-nav-e {
  gap: 20px;
}
.nav-item:hover .submenu {
  display: flex;
}

.submenu {
  position: fixed;
  left: 0;
  width: 100%;
  top: 44px;
  border-bottom: 2px solid #231f20;
  gap: 80px;
  padding: 45px 0 0 0;
  display: none;
  z-index: 9;
}
.submenu ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
  list-style: none;
  gap: 60px;
  padding-top: 8px;
  background: #fff;
  padding-bottom: 8px;
  padding-right: 50px;
}
.submenu li a {
  font-size: 16px;
}
/* Arrow styling */
.arrow::before {
  content: "▼"; /* down arrow */
  font-size: 12px;
  margin-left: 6px;
  transition: transform 0.3s;
  display: inline-block;
}
/* Change to up arrow on hover */
.nav-item:hover .arrow::before {
  content: "▲"; /* up arrow */
}
.banner-text-block {
  background: #00000030;
  padding: 10px 20px;
  border-radius: 20px;
  height: fit-content;
}
.banner-text-block-e {
  display: flex;
  flex-direction: column;
}
.other_location {
  margin-bottom: 15px;
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  .w-100-1 {
    width: 100% !important;
  }
  .header_kham-logo {
    width: 80%;
  }
  .header_global_container_ {
    padding: 5.4% 5%; /* 38.4px / 768px = 5% */
  }
  .navbar-collapse {
    position: absolute;
    width: 290px;
    top: 40px;
    background-color: rgb(255, 255, 255);
    z-index: 99;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.5) 3px 5px 11px;
  }
  .submenu {
    position: relative;
    top: 0;
    padding-top: 0px;
    border-bottom: none;
  }
  .submenu ul {
    align-items: self-end;
    gap: 0px;
    padding-right: 20px;
    flex-direction: column;
  }
}
.footer_global_container_ {
  padding: 30px 0 0;
  margin-top: 50px;
}
.footer-logo {
  max-width: 200px;
}
.footer_text-8 {
  font-size: 16px;
  font-weight: 800;
  line-height: 25px;
  margin-top: 10px;
}
.footer_text-2 {
  font-size: 2rem;
  font-weight: 500;
}
ul.footer_nav {
  list-style: none;
  font-weight: 500;
}
ul.footer_nav li {
  line-height: 10px;
  margin: 17px 0;
  font-size: 16px;
}
ul.footer_nav li a {
  text-decoration: none;
}
.footer_text-3 {
  margin: 0 0 17px 0;
  font-size: 2rem;
  font-weight: 900;
}
.footer_call {
  float: left;
  margin: 5px 10px 0 0;
  width: 20px;
}
.footer_email {
    width: 20px;
}
.footer_text-4 {
  margin: 4px 0 0;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 27.8894px;
  font-size: 16px;
}
.footer_wrapper-5 {
    margin: 11px 0 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer_text-5 {
    font-weight: 500;
    font-size: 16px;
}
.footer_text-6 {
    clear: both;
    margin: 3.5rem 0 0 0;
    font-weight: 900;
    font-size: 2rem;
}
.social-block {
  gap: 10px;
  margin-top: 10px;
}
.social-block img {
  width: 25px;
}
.footer_text-7 {
    margin: 2.5rem 0;
    color: #757575;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
/*================ About Us ===================*/
.about_text {
    margin: 35px auto;
    font-size: 4.5rem;
    font-weight: 800;
}
.about_rectangle-2 {
    display: block;
    width: 100%;
    margin-bottom: 70px;
}
.about_rectangle-2-e {
  margin-bottom: 40px;
  margin-top: 40px;
}
.about_text-14 {
    font-size: 3.5rem;
    font-weight: bold;
}
.about_text-15 {
    margin: 3.6rem 0 0;
    width: 100%;
    line-height: 30px;
    font-size: 18px;
}
.about_text-16 {
    margin: 14px 0 0;
    width: 62.52909%;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-style: italic;
    line-height: 30px;
    font-size: 18px;
}
.colorc34f3f {
  color: #c34f3f;
}
.about_text-17 {
    margin: 14px 0 0;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-style: italic;
    line-height: 30px;
    font-size: 18px;
}
.about_text-18 {
    margin: 14px 0 0;
    line-height: 30px;
    font-size: 18px;
}
.about_text-19 {
    margin: 5.6rem 0 0;
}
.about_text-19 > * {
    margin: 12px 0 0;
    line-height: 30px;
    font-size: 18px;
}
.about_text-style {
    margin: 0 0 !important;
}
.about_rectangle-5 {
    display: block;
    position: relative;
    width: 100%;
}
.about_col-16 {
    position: relative;
    width: 25%;
    margin-bottom: 10px;
}
.about_rectangle-5-2 {
    display: block;
    max-width: 108px;
    position: relative;
    width: 100%;
}
.about_text-2 {
    font-size: 8px;
    font-weight: bold;
    padding: 0 3px;
}
.about_text-3 {
    margin: 4px 0 0;
    font-size: 6px;
    font-weight: bold;
}
.about_text-20 {
    margin: 50px auto 50px;
    font-size: 3.5rem;
    font-weight: bold;
}
.about_group-5 {
    margin: 15px auto 0;
    position: relative;
}
.about_ellipse-1-holder {
    margin: auto;
    width: 150px;
    height: 150px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #8c8580;
    display: flex;
    align-items: center;
}
.about_vector-smart-object {
    display: block;
    margin: 0 auto;
    position: relative;
}
.about_text-21 {
    margin: 20px auto 0;
    position: relative;
    width: 100%;
    font-size: 3rem;
    text-align: center;
}
.about_text-style-9 {
    font-size: 3rem;
    line-height: 45px;
    display: block;
}
.about_text-style-10 {
    line-height: 25px;
    display: block;
    font-size: 20px;
}
.about_text-style-11 {
    line-height: 28px;
    display: block;
}
.about_col-7 {
    padding: 27px 40px;
    position: relative;
    background-position: center center;
    /* min-height: 428px;
    display: flex;
    flex-direction: column;
    justify-content: center; */
}
.about_text-26 {
    color: #000000;
    font-size: 3rem;
    font-weight: 800;
}
.about_text-27 {
    margin: 2.5rem 0 0 0.412371%;
    /* width: 95%; */
    line-height: 25px;
    font-size: 15px;
}
.about_row-10-2 {
    margin: 10px 0 0 0.824742%;
    position: relative;
} 
.about_text-28 {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.09em;
    text-decoration: none;
}
.about_wrapper-15 {
    float: left;
    margin: 3px 0 0;
    min-height: 15px;
    position: relative;
    width: 12%;
}
.about_rectangle-7 {
  width: 100%;
  height: 100%;
}
.about_testimonial {
    padding: 9.6rem 0 6.8rem;
    position: relative;
    background: url('images/layer_14.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.about_testimonials {
    color: #ffffff;
    font-size: 3.5rem;
}
.about_group-4-2 {
    margin: 5.4rem 0 30px;
    position: relative;
    padding: 0 30px;
}
.about_rectangle-11 {
    display: block;
    margin: 0 auto;
    max-width: 143px;
    width: 35%;
}
.about_text-34 {
    margin: 20px 0 0;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
}
.about_text-35 {
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}
.about_text-36 {
    margin: 3rem 0 0;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}

/*===========================*/
.khubsoorathouse_project-name {
    margin: 50px auto 0;
    position: relative;
}
.khubsoorathouse_text-18 {
  font-size: 1.8rem;
    font-weight: 600;
}
.khubsoorathouse_text {
    font-size: 3.5rem;
    font-weight: 900;
    margin-top: 15px;
}
.khubsoorathouse_text-2 {
    margin: 10px 0 0;
    font-size: 2rem;
    font-weight: 600;
}
.khubsoorathouse_mast-head {
    margin: 25px 0 0;
    position: relative;
    background: url(images/rectangle_2.jpg) no-repeat center 0;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 40rem 0;
}
.khubsoorathouse_mast-banner {
  width: 100%;
}
.khubsoorathouse_quotation-wrapper {
    position: relative;
}
.khubsoorathouse_quotation {
    margin: 5.7rem auto 0;
    position: relative;
}
.khubsoorathouse_text-3 {
    margin: 0 13.412229% 0 0;
    color: #231f20;
    font-size: 2.5rem;
    font-weight: 300;
    text-align: center;
}
.khubsoorathouse_text-style {
    font-size: 5rem;
    font-weight: 500;
}
.khubsoorathouse_text-4 {
    left: 20.512821%;
    margin: 15px auto 0;
    position: relative;
    width: 58.974358%;
    color: #231f20;
    font-size: 2rem;
    font-weight: 300;
}
.khubsoorathouse_text-4-e {
  left: 30.512821%;
  margin: 15px auto 0;
  position: relative;
  width: 28.974358%;
  color: #231f20;
  font-size: 2rem;
  font-weight: 300;
}
.khubsoorathouse_big-pic-content {
    margin: 5rem auto 0;
    position: relative;
}
.khubsoorathouse_text-5 {
    line-height: 30px;
    font-size: 18px;
}
.khubsoorathouse_rectangle-4 {
    display: block;
    margin: 9.1rem 0 0;
    max-width: 1761px;
    position: relative;
    width: 100%;
}
.khubsoorathouse_text-6 {
    margin: 0 3.693182% 0 0;
    line-height: 30px;
    font-size: 18px;
}
.khubsoorathouse_rectangle-3-copy-3 {
    width: 100%;
}
.khubsoorathouse_slider {
    position: relative;
    padding: 100px 0;
}
.khubsoorathouse_rectangle-3-copy-6 {
    display: block;
    margin: 11.9rem auto 0;
    position: relative;
    right: 8.862144%;
    width: 82.27571%;
}
.khubsoorathouse_rectangle-3-copy-4 {
    display: block;
    margin: 11.6rem auto 0;
    width: 92.69841%;
}
.khubsoorathouse_rectangle-3-copy-5 {
    display: block;
    left: 9.299781%;
    margin: 11.9rem auto 0;
    position: relative;
    width: 81.83807%;
}
.khubsoorathouse_video-frame {
    margin: 5rem 0 0;
    position: relative;
}
.khubsoorathouse_group-3 {
    padding: 3rem 0;
    position: relative;
    background: #231f20;
    background-position: center center;
}
.khubsoorathouse_content {
    margin: 0 auto;
    position: relative;
}
.khubsoorathouse_text-15 {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}
/* .text-right .khubsoorathouse_text-15, 
.text-right .khubsoorathouse_built {
    text-align: right;
} */
.khubsoorathouse_built {
    color: #ffffff;
    font-weight: 600;
    margin-top: 10px;
    font-size: 16px;
}
.khubsoorathouse_text-16 {
    left: 0;
    max-width: 175px;
    position: absolute;
    top: 77px;
    width: 175px;
    color: #ffffff;
    font-size: 1.302541rem;
    font-weight: bold;
    text-transform: uppercase;
}
.khubsoorathouse_col-2 {
  margin: 0 auto;
  position: relative;
}
.khubsoorathouse_size {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.khubsoorathouse_text-7 {
  margin: 15px 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}
.khubsoorathouse_ellipse-1-copy-2 {
  display: block;
  height: 6px;
  left: 36px;
  margin: 3.4rem auto 0;
  position: relative;
  width: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
}
.khubsoorathouse_col-3 {
  margin: 0 auto;
  position: relative;
}
.khubsoorathouse_text-8 {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.khubsoorathouse_text-9 {
  margin: 15px 0; /* 5px / 199px = 2.512563% */
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}
.khubsoorathouse_col-4 {
  margin: 0 auto;
  position: relative;
}
.khubsoorathouse_feature {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.khubsoorathouse_row-4-2 {
  margin: 13px 0 0 0.352113%; /* 1px / 284px = 0.352113% */
  position: relative;
  width: 99.64789%; /* 283px / 284px = 99.64789% */
}
.khubsoorathouse_col-5 {
  float: left;
  margin: 7px 3.180212% 0 0; /* 9px / 283px = 3.180212% */
  position: relative;
  width: 2.120141%; /* 6px / 283px = 2.120141% */
}
.khubsoorathouse_ellipse-1 {
  height: 6px;
  margin: 0 auto;
  width: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
}
.khubsoorathouse_ellipse-1-copy {
  height: 6px;
  margin: 22px auto 0;
  width: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
}
.khubsoorathouse_text-10 {
  color: #ffffff;
  font-weight: 600;
  padding-left: 20px;
  margin-top: 15px;
  font-size: 16px;
}
.khubsoorathouse_text-11 {
  color: #fff;
  font-size: 16px;
}
.khubsoorathouse_related-projects {
  position: relative;
}
.khubsoorathouse_col {
  position: relative;
  text-decoration: none;
}
.khubsoorathouse_text-12 {
  font-size: 3.5rem; /* 51.75px / 10px = 5.175rem */
  font-weight: 900;
  margin-top: 50px;
  margin-bottom: 40px;
}
.khubsoorathouse_rectangle-7-holder {
  padding: 5.6rem 9.364161% 18rem; /* 81px / 865px = 9.364161% */
  position: relative;
  background-position: center center;
  color: #ffffff;
  font-size: 2.5rem; /* 26.25px / 10px = 2.625rem */
  font-weight: 900;
  background-size: cover;
}
.khubsoorathouse_text-17 {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  display: inline-block;
}
.khubsoorathouse_location-pin-copy {
  max-width: 15px;
  display: inline-block !important;
  margin-right: 5px;
}
.khubsoorathouse_col-data-wrapper-2 {
  margin: 35.5rem auto;
  position: relative;
}
.khubsoorathouse_text-14 {
  float: left;
  margin: 0 1.680672% 0 0; /* 2px / 119px = 1.680672% */
  width: 85.71429%; /* 102px / 119px = 85.71429% */
  color: #ffffff;
  font-size: 1.500002rem; /* 15px / 10px = 1.5rem */
  font-weight: bold;
}
.khubsoorathouse_wrapper-3 {
  float: left;
  margin: 2px 0 0;
  min-height: 14px;
  position: relative;
  width: 12.605042%; /* 15px / 119px = 12.605042% */
}
.khubsoorathouse_line-1-copy-3 {
  height: 2px;
  left: 50%;
  max-width: 13px;
  position: absolute;
  top: 6px;
  width: 86.666664%; /* 13px / 15px = 86.666664% */
  background: #ffffff;
  margin-left: -7.5px;
}
.khubsoorathouse_line-1-copy-3-2 {
  left: 50%;
  position: absolute;
  top: 0;
  width: 9px;
  margin-left: -1.5px;
}
.khubsoorathouse_line-1-copy-3-3 {
  left: 50%;
  position: absolute;
  top: 6px;
  width: 9px;
  margin-left: -1.5px;
}
.khubsoorathouse_line-1-copy-6 {
  height: 2px;
  left: 50%;
  max-width: 13px;
  position: absolute;
  top: 6px;
  width: 86.666664%; /* 13px / 15px = 86.666664% */
  background: #ffffff;
  margin-left: -7.5px;
}
.khubsoorathouse_line-1-copy-5 {
  left: 50%;
  position: absolute;
  top: 0;
  width: 9px;
  margin-left: -1.5px;
}
.khubsoorathouse_line-1-copy-4 {
  left: 50%;
  position: absolute;
  top: 6px;
  width: 9px;
  margin-left: -1.5px;
}
.khubsoorathouse_container-7 {
  position: relative;
}
.khubsoorathouse_text-style-2 {
  display: block;
  line-height: 10px;
  margin-bottom: 0;
}
.khubsoorathouse_text-style-3 {
  line-height: 28.73132px;
}
.khamstudio_mast-head {
    margin: 25px 0 0;
    position: relative;
    background: url(images/rectangle_2_kham.jpg) no-repeat center 0;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 40rem 0;
}
.ow_bimala_mast-head {
  margin: 25px 0 0;
  position: relative;
  background: url(images/rectangle_2_bimala.jpg) no-repeat center 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40rem 0;
}
.ow_facet_house_mast-head {
  margin: 25px 0 0;
  position: relative;
  background: url(images/facet_banner.jpg) no-repeat center 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40rem 0;
}
.ow_ayesh_house_mast-head {
  margin: 25px 0 0;
  position: relative;
  background: url(images/ayesh_rectangle_2.jpg) no-repeat center 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40rem 0;
}
.ow_rock_villa_house_mast-head {
  margin: 25px 0 0;
  position: relative;
  background: url(images/rock_villa_banner.jpg) no-repeat center 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40rem 0;
}
.ow_skylight_house_house_mast-head {
  margin: 25px 0 0;
  position: relative;
  background: url(images/skylight_house_rectangle_2.jpg) no-repeat center 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40rem 0;
}
.ow_canal_mast-head {
    margin: 25px 0 0;
    position: relative;
    background: url(images/rectangle_2_canal.jpg) no-repeat center 0;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 40rem 0;
}
.ow_church_mast-head {
    margin: 25px 0 0;
    position: relative;
    background: url(images/rectangle_2_church.jpg?1) no-repeat center 0;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30rem 0;
}
.ow_terramin_mast-head {
  margin: 25px 0 0;
  position: relative;
  background: url(images/terramin_rectangle_2_copy.jpg) no-repeat center 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30rem 0;
}
.ow_hygge_living_mast-head {
  margin: 25px 0 0;
  position: relative;
  background: url(images/hygge_living_rectangle_2.jpg) no-repeat center 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30rem 0;
}
.ow_interior_flowing_mast-head {
  margin: 25px 0 0;
  position: relative;
  background: url(images/interior_flowing_rectangle_2.jpg) no-repeat center 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30rem 0;
}
.ow_the_cave_mast-head {
  margin: 25px 0 0;
  position: relative;
  background: url(images/the_cave_rectangle_2.jpg) no-repeat center 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30rem 0;
}
.ow_the_camp_mast-head {
  margin: 25px 0 0;
  position: relative;
  background: url(images/the_camp_rectangle_2.jpg) no-repeat center 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30rem 0;
}
.ow_exim_mast-head {
  margin: 25px 0 0;
  position: relative;
  background: url(images/exim_rectangle_2.jpg) no-repeat center 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30rem 0;
}
.ow_gulmohar_mast-head {
  margin: 25px 0 0;
  position: relative;
  background: url(images/gulmohar_rectangle_2.jpg) no-repeat center 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30rem 0;
}
.urban_hoogly_text-style {
    font-size: 2.5rem;
    line-height: 30px;
    display: block;
    margin-bottom: 20px;
}
.urban_hoogly_text-style-2 {
    line-height: 30px;
    font-size: 18px;
}
.urban_hoogly_wrapper-4 {
    min-height: 108px;
    position: relative;
    width: 69.16905%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.urban_hoogly_line-4 {
    height: 3px;
    left: 36%;
    max-width: 724px;
    position: absolute;
    top: 34px;
    width: 60%;
    background: #8c8580;
    margin-left: -453.5px;
}
.urban_hoogly_rectangle-7-holder {
    left: 50%;
    max-width: 598px;
    min-height: 75px;
    position: absolute;
    top: 0;
    width: 50%;
    background: #8c8580;
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
}
.urban_hoogly_text-4 {
    line-height: 30px;
    margin: 0 40px 0 0;
    font-size: 18px;
}
.urban_hoogly_text-4-e {
    margin: 0 30px 0 0 !important;
}
.urban_hoogly_line-4-2 {
    height: 3px;
    left: 100%;
    max-width: 724px;
    position: absolute;
    top: 37px;
    width: 48%;
    background: #8c8580;
    margin-left: 61.5px;
}
.urban_hoogly_text {
  margin: 0 auto;
  font-size: 6rem; /* 112.13px / 10px = 11.212999rem */
  font-weight: 900;
}
.fw300 {
    font-weight: 300;
}
.urban_parkstreet_text-3 {
    position: relative;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 40px;
}
.fw900 {
    font-weight: 900;
}
.urban_parkstreet_ellipse-1-copy-holder {
    margin: 4.6rem auto 30px;
    width: 101px;
    height: 101px;
    position: relative;
    -webkit-border-radius: 50.55px;
    -moz-border-radius: 50.55px;
    border-radius: 50.55px;
    background: #8c8580;
    background-position: center center;
    color: #ffffff;
    font-size: 4.030557rem;
    line-height: 101px;
    text-align: center;
}
.urban_parkstreet_text-style-5 {
    font-size: 5.709956rem;
    font-weight: bold;
}
.urban_parkstreet_text-8 {
  margin: 12px auto 0;
  line-height: 36px;
  font-size: 18px;
}
.fw700 {
    font-weight: bold;
    display: block;
}
.urban_parkstreet_text-style-6 {
    font-size: 3.5rem;
    margin-top: 20px;
    display: block;
}
.urban_parkstreet_text-style-7 {
    font-size: 3.5rem;
    font-weight: bold;
}
.urban_parkstreet_text-9 {
  margin-top: 50px;
  font-size: 18px;
}
.urban_parkstreet_text-style-9 {
    line-height: 30px;
}
.urban_parkstreet_text-11 {
  line-height: 30px;
  font-size: 18px;
  margin-left: 40px;
}
.fw700 {
    font-weight: bold;
    display: block;
}
.urban_parkstreet_text-20 {
    margin: 0 0 0;
    width: 100%;
    line-height: 30px;
    font-size: 18px;
}
.blog_landing_col-12 {
    position: relative;
    width: 95%;
}
.blog_landing_heading {
    font-size: 3rem;
}
.blog_landing_text-3 {
    margin: 2rem 0 0;
    font-size: 2rem;
}
.blog_landing_wrapper-17 {
    margin: 2.5rem 0 0;
    position: relative;
}
.blog_landing_text-4 {
  margin: 0 auto 3.9rem;
  line-height: 30px;
  font-size: 18px;
  text-align: justify;
}
.blog_landing_text-5 {
    font-size: 2rem;
    font-weight: 600;
    text-align: right;
    width: 100%;
    display: block;
    text-decoration: none;
}
.about_col-4-e {
  padding-bottom: 30px;
  border-bottom: 1px solid #231f20;
  padding-top: 30px;
}
.blog_landing_text-5::after {
  content: " >";
  font-weight: bold; /* optional */
  margin-left: 5px;  /* optional spacing */
}

.blog_landing_text-18 {
    margin: 12.6rem auto;
    color: #8b8b8b;
    font-size: 2.217781rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-align: center;
}
.blog_details_heading-2 {
    font-size: 3rem;
}
.blog_details_text-3 {
    margin: 2.5rem 0 0;
    font-size: 2rem;
}
.blog_details_text-4 {
    margin: 2rem 0 0;
    line-height: 30px;
    font-size: 18px;
}
.blog_details_layer-14 {
    max-width: 312px;
}
.blog_details_col-4 {
    float: left;
    margin: 1px 0 0;
    position: relative;
}
.blog_details_text-5 {
    color: #352e31;
    font-size: 1rem;
    font-weight: 200;
    text-transform: uppercase;
}
.blog_details_text-6 {
    margin: 10px 0 0;
    color: #352e31;
    font-size: 1.5rem;
    font-weight: 300;
    text-decoration: none;
}
.blog_details_layer_wraper {
  width: 160px;
  overflow: hidden;
  float: left;
  height: 150px;
}
.blog_details_past-blogs-left {
  display: flex;
  gap: 15px;
}
.blog_details_past-blogs-right {
  flex-direction: row-reverse;
}
.blog_details_leave-a-reply {
    margin: 10.5rem auto 0;
    position: relative;
}
.blog_details_text-11 {
    color: #3c2e35;
    font-size: 3.500085rem;
    font-weight: 200;
    letter-spacing: 0;
}
.blog_details_text-12 {
    margin: 29px 0 0 0.498132%;
    color: #352e31;
    font-size: 1.300032rem;
    font-weight: 200;
    letter-spacing: 0.1em;
    line-height: 31.02261px;
}
.blog_details_past-blogs-right .blog_details_text-5 {
  text-align: right;
}
.contact_text-3 {
    margin: 0 auto;
    position: relative;
    width: 100%;
    font-weight: 500;
    line-height: 25px;
    font-size: 18px;
}
.khubsoorathouse_location-pin-copy-3 {
  width: 15px;
  margin-right: 0px;
  height: 19px;
  margin-top: 2px;
}
.contact_text-4 {
    font-size: 19px;
    font-weight: 500;
}
.contact-left-panel {
  margin-top: 20px;
  padding-right: 60px;
  border-right: 1px solid;
}
.form-label, .form-control {
  font-size: 18px;
}
.contact_call-copy {
    left: 26px;
    max-width: 37px;
    position: absolute;
    top: 206px;
    width: 37px;
}
.homepage_banner-1-adaptive {
    /* min-height: 850px; */
    padding: 20.9rem 0 14.2rem;
    position: relative;
    background-position: bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.homepage_project-details {
    margin: 11px auto 0;
    position: relative;
}
.homepage_text-3 {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 800;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
.homepage_text-4 {
    margin: 18px 0 0;
    color: #ffffff;
    font-size: 5rem;
    font-weight: 900;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}
.homepage_text-5 {
    margin: 12px 0 0 0.139276%;
    color: #ffffff;
    font-size: 2.5rem;
    /* font-weight: 600; */
    line-height: 1.2;
    min-height: 60px;
}
.homepage_row-4-2 {
    margin: 6.2rem 0 0;
    padding: 12px 2.924791% 11px;
    position: relative;
    width: 145px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    background: #888888;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepage_row-4-2-e {
  margin: 0 auto;
  width: 140px;
  padding: 14px 0;
}
.homepage_text-6 {
    float: left;
    margin: 0 3.448276% 0 -2.873563%;
    /* width: 81.60919%; */
    color: #ffffff;
    font-size: 1.500001rem;
    font-weight: 600;
}
.homepage_text-7 {
    margin: 11.5rem auto 30px;
    color: #000b28;
    font-size: 3.5rem;
    font-weight: bold;
}
.homepage_col-6 {
    margin: 10.7rem auto 0;
    position: relative;
}
.homepage_text-8 {
    margin: 0 0 0 0.102775%;
    /* width: 99.897224%; */
    color: #000b28;
    line-height: 30px;
    font-size: 18px;
}
.homepage_row-11 {
    margin: 30px 0 0;
    position: relative;
}
.homepage_text-9 {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.09em;
    text-decoration: none;
}
.homepage_text-17 {
    margin-top: 60px;
    position: relative;
    font-size: 4rem;
    text-align: center;
}
.homepage_col-data-wrapper-5 {
    margin: 3rem auto 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    width: 90%;
    justify-content: center;
}
.homepage_col-8 {
    position: relative;
}
.homepage_text-18 {
    font-size: 2rem;
}
.homepage_text-19 {
    margin: 3px 0 0;
    font-size: 16px;
}
.homepage_text-20 {
    margin: 22px 0 0 0;
    font-size: 16px;
}
.w-90 {
  width: 90%;
  margin: 0 auto;
}
.w-70 {
  width: 70%;
  margin: 0 auto;
}
.w-95 {
  width: 95%;
  margin: 0 auto;
}
.hoogly-video {
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden;
  /* margin-top: 40px; */
  margin-bottom: 40px;
}
.extra-flex {
  flex-direction: row-reverse;
}
.contact-us-form {
  padding: 0 80px; 
  margin-top: 40px;
}
.custom-nav-buttons {
  display: none;
}
@media (max-width: 767px) {
  .about_rectangle-2 {
    margin-bottom: 0px;
  }
  .about_rectangle-5 {
    margin-bottom: 40px;
  }
  .about_text-20 {
    margin-top: 0;
    font-size: 3rem;
  }
  .ow_bimala_mast-head, 
  .ow_canal_mast-head, 
  .ow_church_mast-head, 
  .ow_facet_house_mast-head, 
  .ow_rock_villa_house_mast-head, 
  .ow_ayesh_house_mast-head,
  .ow_skylight_house_house_mast-head,
  .ow_hygge_living_mast-head,
  .ow_hygge_living_mast-head,
  .ow_interior_flowing_mast-head,
  .ow_the_cave_mast-head,
  .ow_the_camp_mast-head,
  .ow_exim_mast-head {
    padding: 11rem 0;
  }
  .ow_terramin_mast-head {
    padding: 16rem 0;
  }
  .khubsoorathouse_text-4-e {
    left: 0;
    width: 60%;
  }
  .about_rectangle-2-e {
    margin-bottom: 30px;
  }
  .extra-flex {
    flex-direction: row-reverse;
  }
  .about_text{
    font-size: 4rem;
    font-weight: 700;
  }
  .about_col-4 {
    margin: 5rem auto 0 !important;
  }
  .about_text-14 {
    font-size: 3rem;
  }
  .about_text-15 {
    line-height: 30px;
    font-size: 17px;
  }
  .homepage_banner-1-adaptive {
    min-height: unset;
    padding: 9.9rem 0 1.2rem;
  }
  .homepage_text-3 {
    font-size: 3.5rem;
  }
  .homepage_text-4 {
    font-size: 4rem;
  }
  .homepage_text-5 {
    font-size: 2.5rem;
  }
  .homepage_row-4-2 {
    width: 130px;
  }
  .homepage_text-6 {
    font-size: 1.500001rem;
  }
  .homepage_text-7 {
    margin: 3.5rem auto 30px;
  }
  .homepage_col-6 {
    margin: 0 auto 0;
  }
  .homepage_text-8 {
    line-height: 30px;
    font-size: 18px;
  }
  .about_col-7 {
    padding: 27px 20px;
  }
  .about_text-26 {
    font-size: 2.5rem;
  }
  .about_text-27 {
    font-size: 20px;
    line-height: 30px;
  }
  .homepage_col-data-wrapper-5 {
    margin: 4rem auto 0;
    flex-direction: column;
  }
  .homepage_rectangle-11 {
    width: 100%;
  }
  .homepage_col-8 {
    margin: 0;
  }
  .homepage_text-19 {
    width: 100%;
    font-size: 16px;
  }
  .homepage_text-20 {
    font-size: 18px;
  }
  .khubsoorathouse_location-pin-copy-3 {
    width: 15px;
  }
  .khubsoorathouse_text-18 {
    font-size: 1.5rem;
  }
  .khubsoorathouse_text {
    font-size: 2.5rem;
    margin-top: 10px;
  }
  .khubsoorathouse_text-2 {
    font-size: 1.6rem;
    margin-top: 0px;
  }
  .khubsoorathouse_mast-head {
    min-height: 330px;
    padding: 0;
  }
  .khubsoorathouse_text-3 {
    margin: 0;
  }
  .khubsoorathouse_text-4 {
    left: unset;
    width: auto;
  }
  .khubsoorathouse_rectangle-4 {
    margin: 0 0 0;
  }
  .khubsoorathouse_text-6 {
    margin: 0 0 30px 0;
    line-height: 25px;
    font-size: 16px;
  }
  .khubsoorathouse_rectangle-3-copy-6 {
    margin: 1.9rem auto 0;
    width: 100%;
    right: unset;
  }
  .khubsoorathouse_rectangle-3-copy-4 {
    margin: 1.6rem auto 0;
    width: 100%;
  }
  .khubsoorathouse_rectangle-3-copy-5 {
    left: unset;
    width: 100%;
    margin: 1.9rem auto 0;
  }
  .khubsoorathouse_text-12 {
    font-size: 3.5rem;
    margin-top: 40px;
  }
  .khubsoorathouse_text-17 {
    left: 54px;
    position: absolute;
    top: 39px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
  }
  .khubsoorathouse_location-pin-copy {
    left: 37px;
  }
  .khubsoorathouse_col-data-wrapper-2 {
    display: none;
  }
  .khubsoorathouse_rectangle-7-holder {
    padding: 7.6rem 9.364161% 7.9rem;
    font-size: 2rem;
  }
  .khamstudio_mast-head {
    min-height: 300px;
    padding: 0;
  }
  .khubsoorathouse_text-5 {
    margin: 0 0 30px 0;
    line-height: 25px;
    font-size: 16px;
  }
  .khubsoorathouse_group-3 {
    font-size: 16px;
  }
  .khubsoorathouse_text-11 {
    margin-top: 20px;
    font-size: 16px;
  }
  .khubsoorathouse_project-name {
    margin: 20px auto 0;
  }
  .urban_hoogly_text{
    margin: 20px auto;
    font-size: 3rem;
  }
  .hoogly-video {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .urban_hoogly_text-style {
    font-size: 2.6rem;
    line-height: 32px;
  }
  .urban_hoogly_text-style-2 {
    line-height: 25px;
    font-size: 16px;
  }
  .urban_hoogly_text-style-2-e {
      margin-bottom: 50px;
        display: block;
  }

  .urban_hoogly_wrapper-4 {
    width: 100%;
    min-height: unset;
    margin-bottom: 10px;
  }
  .urban_hoogly_line-4, .urban_hoogly_line-4-2 {
    height: 3px;
    left: -30px;
    position: absolute;
    top: 32px;
    width: 120%;
    background: #8c8580;
    margin-left: 0;
  }
  .urban_hoogly_rectangle-7-holder {
    width: 100%;
    margin: unset;
    position: relative;
    left: 0;
    min-height: unset;
    line-height: 68px;
    font-size: 3.650643rem;
  }
  .urban_hoogly_text-4 {
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important ;
  }
  .urban_hoogly_text-4-e {
    margin-right: 0 !important;
  }
  .urban_parkstreet_text-3 {
    font-size: 30px;
  }
  .urban_parkstreet_text-8 {
    line-height: 25px;
    font-size: 16px;
  }
  .urban_parkstreet_text-style-6, .urban_parkstreet_text-style-7 {
    font-size: 3rem;
  }
  .urban_parkstreet_text-style-9 {
    line-height: 25px;
    font-size: 16px;
    margin-top: 10px;
    display: block;
  }
  .urban_parkstreet_text-style-9-e {
    display: none;
  }
  .urban_parkstreet_text-9 {
    margin-top: 40px;
  }
  .urban_parkstreet_text-11 {
    line-height: 25px;
    font-size: 16px;
    margin-left: 0;
  }
  .urban_parkstreet_text-20 {
    line-height: 25px;
    font-size: 16px;
    margin-top: -20px;
  }
  .w-90-m {
    width: 100% !important;
  }
  .footer_global_container_ {
    margin-top: 30px;
  }
  .contact-left-panel {
    border-right: 0px;
    margin-bottom: 20px;
  }
  .contact-us-form {
    padding: 0;
  }
  .about_col-4-e {
    flex-direction: column-reverse;
    margin-top: 0 !important;
  }
  .blog_landing_col-12 {
    width: 100%;
    margin-top: 20px;
  }
  .blog_details_past-blogs-left {
    margin-bottom: 15px;
  }
  .custom-nav-buttons {
    display: block;
  }
}