/* Comman Css */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");

:root {
  --rad: #FF323F;
  --tealdark: #081D22;
  --surfaceteal: #122E35;
  --purpledark: #290083;
  --white: #ffffff;
  --teallight: #F1F6F8;
  --font_family_one: "Urbanist", sans-serif;
  --font_family_two: "Montserrat", sans-serif;
  --font_family_three: "Josefin Sans", sans-serif;
  --color_white: #fff !important;
  --color_light_white: #f1f6f8 !important;
  --color_black: #000 !important;
  --color_red: #ff323f !important;
  --color_blue: #0f172a !important;
  --color_lightgreen: #1d535f !important;
  --color_darkgreen: #0f2e35 !important;
  --color_yellow: #ffd43d !important;
}

body {
  font-family: "Josefin Sans", sans-serif;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1120px;
}

:focus {
  box-shadow: none !important;

}

/** 28-05-2025 start new design */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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,
strong,
sub,
sup,
tt,
var,
b,
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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a,
a:hover,
svg,
svg:hover,
svg path,
svg:hover path img,
img:hover,
button,
button:hover {
  transition: all 0.5s ease-in-out;
}

body {
  font-family: var(--font_family_one);
  background-color: var(--color_white);
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.font_Montserrat {
  font-family: var(--font_family_two);
}

.font_josefin {
  font-family: var(--font_family_three);
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* .container {
  max-width: calc(1440px + 15px);
  margin: 0 auto;
  padding: 0 24px;
} */

.container-fluid {
  padding: 0 24px;
}

:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn_red {
  background-color: #f33f48;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  padding: 12px;
}

.btn_red:hover {
  background-color: #2d9ab2;
  color: #ffffff;
}

.primary_btn {
  color: var(--color_white);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  background-color: #3a64d6;
  padding: 11px 24px;
}

.primary_btn:hover {
  background-color: var(--color_white);
  color: #0d0d2b;
}

.site_contet {
  overflow-x: hidden;
}
/* HEADING-TEXT */
.heading_text_1 {
  font-size: 44px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -0.44px;
  text-shadow: 0px 4px 10px #0f2e35;
  color: #fff;
}
.heading_text_2 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: 0.96px;
}
.heading_text_3 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -0.44px;
}
.heading_text_4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.48px;
}
.heading_text_5 {
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: -0.21px;
}
.heading_text_6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.18px;
}
.text_16 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.32px;
}
/* LINE-HEIGHT */
.line_height_28 {
  line-height: 28px;
}
.line_height_26 {
  line-height: 26px;
}
.line_height_18 {
  line-height: 18px;
}
/* FONT-WEIGHT */
.fw_100 {
  font-weight: 100;
}
.fw_200 {
  font-weight: 200;
}
.fw_300 {
  font-weight: 300;
}
.fw_400 {
  font-weight: 400;
}
.fw_500 {
  font-weight: 500;
}
.fw_600 {
  font-weight: 600;
}
.fw_700 {
  font-weight: 700;
}
.fw_800 {
  font-weight: 800;
}
.fw_900 {
  font-weight: 900;
}
/* COLORS */
.color_white {
  color: var(--color_white) !important;
}
.bg_white {
  background-color: var(--color_white);
}
.color_light_white {
  color: var(--color_light_white) !important;
}
.bg_light_white {
  background-color: var(--color_light_white);
}
.color_black {
  color: var(--color_black) !important;
}
.bg_black {
  background-color: var(--color_black);
}
.color_red {
  color: var(--color_red) !important;
}
.bg_red {
  background-color: var(--color_red);
}
.color_blue {
  color: var(--color_blue) !important;
}
.bg_blue {
  background-color: var(--color_blue);
}
.color_lightgreen {
  color: var(--color_lightgreen) !important;
}
.bg_lightgreen {
  background-color: var(--color_lightgreen);
}
.color_darkgreen {
  color: var(--color_darkgreen) !important;
}
.bg_darkgreen {
  background-color: var(--color_darkgreen);
}
.color_yellow {
  color: var(--color_yellow) !important;
}
.bg_yellow {
  background-color: var(--color_yellow);
}
.sec_padding {
  padding: 112px 0;
}
/* HEADER CSS */

.header_logo_area > a img {
    height: 40px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #081d22;
  padding: 24px 0;
  z-index: 999;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  backdrop-filter: blur(17.5px);
}

header.active {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}
ul.navbar-nav {
  gap: 48px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #ffffff;
  padding: 8px 0;
  font-family: "Montserrat", sans-serif;
}

header .navbar .navbar-nav .nav-item .nav-link.active,
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ff323f;
}

header .btn_red {
  background-color: #f33f48;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  padding: 12px;
}

header .btn_red:hover {
  background-color: #2d9ab2;
  color: #ffffff;
}

.home_about_img {
    height: 1000px;
    overflow: hidden;
}
.home_about_img>img {
    height: -webkit-fill-available;
    width: 100%;
}
/* FOOTER CSS */
.footer_section {
  background: var(--color_darkgreen);
  color: var(--color_white);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding: 56px 0;
}
.footer_area_upper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 32px;
  margin-bottom: 24px;
}
.footer_area_upper > .row,
.footer_area_bottom > .row,
.about_prperty_area > .row {
  gap: 16px 0;
}
p.Copyright_area {
  color: rgba(255, 255, 255, 0.64);
}
.footer_box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer_title h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.18px;
  color: var(--color_red);
}
.footer_box ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer_box ul li a,
.footer_area_bottom a {
  color: var(--color_white);
}
ul.quick_contact li a,
.footer_area_bottom a {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.footer_box address {
  max-width: 250px;
}
/* Banner CSS */
.banner_bg {
  position: relative;
  height: 100%;
  min-height: 100vh;
  z-index: 0;
  place-content: center;
}
.banner_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 51, 49, 0.6);
  background-image: linear-gradient(
    180deg,
    rgb(15 46 53 / 0%),
    rgb(15 46 54 / 70%) 90%
  );
  z-index: 0;
}
.banner_bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.banner_info_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 785px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.banner_info_content span,
.banner_info_content p {
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.21px;
  text-shadow: 0px 4px 10px #0f2e35;
  color: #fff;
}

.line_titles {
  padding: 14px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
.line_titles h6 {
  position: relative;
  z-index: 0;
}
hr.line_hr {
  width: 100%;
  max-width: 300px;
  height: 2px;
  opacity: 1;
  background: #f33f48;
  border: 0;
}
/* ================ Partner CSS ================ */
.our_partners_area {
  background: #1d535f;
  color: #fff;
}
.our_partners_box,
.our_partners_support {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.our_partners_support {
  gap: 16px;
}
.our_partners_content > .row {
  justify-content: space-between;
  gap: 40px 0;
}
.our_partners_box p {
  font-weight: 500;
  line-height: 18px;
  opacity: 0.7;
}
ul.partner_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
}

/* ================================ Home Page ================================ */
.property_img_area>img {
    width: 100%;
    height: 350px;
    
}
.case_study_slider {
  padding: 64px 0;
  position: relative;
  z-index: 0;
}
.case_study_slider::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(241, 246, 248, 0.6) 0%,
    rgba(241, 246, 248, 0) 100%
  );
  z-index: 0;
}
.case_study_slider_list_area {
  margin-top: 24px;
}
.case_study_slider_list {
  margin-left: -24px;
  margin-bottom: 0 !important;
}
.home_service_slider_list ul.slick-dots,
.home_service_slider_list ul.slick-dots li,
.home_service_slider_list ul.slick-dots li button,
.home_service_slider_list ul.slick-dots li button::before,
.case_study_slider_list ul.slick-dots,
.case_study_slider_list ul.slick-dots li,
.case_study_slider_list ul.slick-dots li button,
.case_study_slider_list ul.slick-dots li button::before {
  all: unset;
}

.case_study_slider_list ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px;
}
.case_study_slider_list ul.slick-dots li button {
  font-size: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 4px;
  background: rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  cursor: pointer;
}
.case_study_slider_list ul.slick-dots li.slick-active button {
  background: #f33f48;
}
.case_study_slider_list_area > .container {
    padding: 0;
    max-width: 1480px;
    margin-right: 0;
}
.banne_btn_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.btn_border {
  background-color: transparent;
  border: 1px solid #fff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  padding: 12px;
}
.btn_border:hover {
  border: 1px solid #f33f48;
  background-color: #f33f48;
}
.btn_border_red {
  background-color: transparent;
  border: 1px solid #f33f48;
  color: #f33f48;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  padding: 12px;
}
.btn_border_red:hover {
  border: 1px solid #f33f48;
  background-color: #f33f48;
  color: #fff;
}
.case_study_item {
  overflow: hidden;
  padding: 0 12px;
}
.case_study_slider_list button.slick-arrow {
  all: unset;
}
.case_study_slider_list button.slick-arrow {
  display: flex;
  position: absolute;
  top: -80px;
  right: 250px;
  z-index: 1;
  cursor: pointer;
}
.case_study_slider_list button.slick-prev.slick-arrow {
  right: 300px;
  margin-right: 8px;
}
.case_study_slider_list button.slick-arrow::before {
  all: unset;
}
.case_study_item,
.case_study_img {
  position: relative;
  z-index: 0;
}
.case_study_img img {
  width: 100%;
}
.case_study_img p {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  background: #07171a;
  color: #fff;
  border-radius: 999px;
  padding: 4px 16px;
  font-size: 15px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: -0.15px;
}
.case_study_img p span {
  font-size: 10px;
  font-weight: 500;
  line-height: 8px;
  letter-spacing: -0.1px;
}
.case_study_img_detail {
  display: block;
  background-color: #fff;
  padding: 24px 24px 20px;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.21px;
}
.home_about_content > .row,
.home_service_slider_area > .row {
  gap: 156px 0;
  justify-content: space-between;
}
/* .home_about_content > .row {
    gap: 156px 0;
} */
.home_service_slider_list {
  background-color: #f33f48;
  clip-path: polygon(0% 17.09%, 100% 0%, 100% 100%, 0% 100%);
  padding-top: 90px;
  padding-bottom: 30px;
  margin-bottom: 0 !important;
}
.home_service_slider_box {
  padding: 38px;
}

.home_service_slider_info h2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 39px 20px 20px 0;
  font-family: var(--font_family_three);
}
.home_service_slider_info ul {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  opacity: 0.7;
  list-style: disc;
  padding: 0 20px;
}

.home_service_slider {
  max-width: 392px;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
.home_service_slider_list ul.slick-dots {
  display: flex;
  width: max-content;
  gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 32px;
  backdrop-filter: blur(6px);
}

.home_service_slider_list ul.slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  font-size: 0;
  padding: 2px;
  background: #fff;
  border-radius: 50%;
}
.home_service_slider_list ul.slick-dots li.slick-active button {
  background: #ff323f;
}
.home_service_slider::after {
  content: "";
  position: absolute;
  max-width: 392px;
  width: 100%;
  height: 100%;
  background: #122e35;
  clip-path: polygon(0% 0%, 100% 0%, 100% 76.53%, 0% 100%);
  padding: 38px 60px 90px;
  top: -38px;
  left: -60px;
  z-index: -1;
}
/* ================================ Development Page ================================ */
/* ================ Property Aera CSS ================ */
.property_list > .row {
  gap: 48px;
}
.property_list_dasktop {
  margin-top: 20px;
}
.property_list_dasktop > .row {
  gap: 20px 0;
}
.property_img_area {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  z-index: 0;
}
.property_img_area .property_img_detail {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #122e35;
  background: var(--color_yellow);
  z-index: 1;
}
.property_detail .property_detail_title {
  display: flex;
  color: var(--color_blue);
  padding: 24px 24px 20px;
  max-width: 350px;
}
/* ================================ Property Page ================================ */
div#property_banner {
  place-content: end;
  padding-bottom: 56px;
}
.banner_info_propertys {
  position: relative;
  z-index: 1;
}
.property_border {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.property_banner_box h1 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #f33f48;
  margin-bottom: 16px;
}
.property_banner_box p {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #fff;
}
.about_prperty_area,
.our_founders_titles,
.our_founders_info,
.about_mission_value_upper,
.about_mission_value_box,
.get_touch_box span,
.service_info {
  color: #122e35;
}
.about_prperty_title {
  max-width: 450px;
}
.about_prperty {
  background: #f1f6f8;
  padding: 40px 0 56px;
}
.home_about_info p,
.home_service_info p,
.about_prperty_info p,
.our_founders_titles p,
.our_founders_info p,
.about_mission_value_box p,
.service_info ul,
.policy_banner_box p,
.privacypolicy_info p {
  opacity: 0.7;
}

.get_touch_info > .row>div:last-child .get_touch_box a {
    word-break: break-all;
}
/* ================================ About Page ================================ */
.our_founders_box {
  height: 100%;
}
.our_founders_info {
  padding: 24px;
}
.our_founders_titles p,
.about_mission_value_upper > p,
.about_mission_value_box p {
  line-height: 22px;
}
.our_founders > .row {
  gap: 30px;
}
.our_founders_info p {
  font-family: var(--font_family_two);
  font-size: 16px;
  line-height: 16px;
}
.our_founders_info h3 span {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0.24px;
}
.our_founders_area > .row {
  gap: 16px 0;
}
.about_mission_value > .row {
  gap: 30px 0;
}
.about_mission_value_box {
  padding: 32px;
  height: 100%;
  background: #f1f6f8;
}
.about_mission_value_box h3.text_16 {
  position: relative;
  padding-left: 20px;
}
.about_mission_value_box h3.text_16::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #f33f48;
  z-index: 0;
}
.about_mission_value_list > .row > div {
  padding: 0 4px;
}
.about_mission_value_list > .row {
  gap: 16px 0;
}
/* ================================ Contact Page ================================ */
.contact_form_area {
  padding: 144px 0;
  background: #f2f6f8;
}
form.get_touch_form.row {
  gap: 40px;
}
.contact_form_contant > .row {
  gap: 56px 0;
}
.contact_title_area {
  margin-bottom: 56px;
}
.get_touch_form_box label {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.12px;
  padding: 4px;
  color: #94a3b8;
  background: #f2f6f8;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index:99;
}
.get_touch_form_box input,
.get_touch_form_box textarea {
  background: transparent;
  padding: 12px;
  border: 2px solid #94a3b8;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.14px;
}
.get_touch_form_box input,
.get_touch_form_box textarea,
.get_touch_form_box input::placeholder,
.get_touch_form_box textarea::placeholder {
  color: #94a3b8;
}
.get_touch_form_box .btn_red {
    background-color: #f33f48;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    padding: 12px;
     border: 0;
}
.get_touch_form_box .btn_red:hover {
    background-color: #2d9ab2;
    color: #ffffff;
}
.get_touch_info_area {
  gap: 40px;
}
.get_touch_info > .row {
  gap: 24px 0;
}
.get_touch_box {
  gap: 16px;
}
.get_touch_box p a:hover {
  color: var(--color_red);
}
.get_touch_box p,
.get_touch_box p a {
  letter-spacing: normal;
  font-weight: 400;
  color: #667085;
}
.get_touch_info > .row > div:nth-child(2) p {
  max-width: 175px;
}
.contact_form_contant > .row > div {
  padding: 0 20px;
}
/* ================================ Services Page ================================ */
.our_services_box {
  position: relative;
  z-index: 0;
  height: 100%;
  display: flex;
}
.our_services_box_inner {
  background: #f1f6f8;
  padding: 32px;
  max-width: 698px;
  width: 100%;
}
.service_info h2 {
  margin: 32px 0 16px;
}
.service_info ul {
  list-style: disc;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  font-family: var(--font_family_two);
}
.leading_partner_area {
  padding: 56px 0;
  background: #1d535f;
  color: #f7f7f7;
}
.leading_partner_content > .row {
  justify-content: space-between;
  gap: 32px 0;
}
.our_services_content > .row {
  gap: 16px 0;
}
.our_services_box.our_services_box_2,
.our_services_box.our_services_box_4 {
  justify-content: end;
}
.our_services_box.our_services_box_1 {
  clip-path: polygon(0% 0%, 100% 0%, 93.5% 100%, 0% 100%);
  background-color: #000;
  background-color: #f1f6f8;
  width: 108%;
}
.our_services_box.our_services_box_2 {
  clip-path: polygon(6.5% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #000000;
  background-color: #f1f6f8;
}
.our_services_box.our_services_box_3 {
  clip-path: polygon(0% 0%, 93.5% 0%, 100% 100%, 0% 100%);
  background-color: #000000;
  background-color: #f1f6f8;
  width: 108%;
}
.our_services_box.our_services_box_4 {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 6.5% 100%);
  background-color: #000000;
  background: #f1f6f8;
}
.our_services_box.our_services_box_2 .our_services_box_inner,
.our_services_box.our_services_box_4 .our_services_box_inner,
.our_services_box.our_services_box_6 .our_services_box_inner {
  max-width: 645px;
}
/* ================================ Services Page ================================ */
.policy_banner_area {
  background: #f1f6f8;
  padding: 205px 0 56px;
}
.policy_banner_box p {
  margin-top: 30px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
.policy_area {
  padding: 112px 0;
}
.policy_content > .row {
  gap: 112px;
}
.privacypolicy_box {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 30px;
}
.case_study_item .property_detail_title {
    color: #0F172A;
}
/** 28-05-2025 end new design */


/* 28-05-2025 start new design/
/* RESPONSIVE CSS */
@media (max-width: 1900px) {
  .case_study_slider_list_area {
    margin-left: 24px;
  }
  .case_study_slider_list {
    margin-left: 0;
  }
}

@media (max-width: 1600px) {
 .case_study_slider_list_area > .container {
    max-width: 1280px;
}
}

@media (max-width: 1399px) {
  /* Services Page */
  .our_services_box_inner {
    max-width: 610px;
  }
  .our_services_box.our_services_box_2 .our_services_box_inner,
  .our_services_box.our_services_box_4 .our_services_box_inner,
  .our_services_box.our_services_box_6 .our_services_box_inner {
    max-width: 565px;
  }
}
@media (max-width: 1199px) {
  ul.navbar-nav {
    gap: 30px;
  }
  /* Home Page CSS */
  .home_about_content > .row {
    gap: 20px;
    justify-content: space-between;
  }
  .home_service_slider_area > .row {
    gap: 30px 0;
  }
  .home_about_info h2,
  .home_service_info h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .case_study_slider_list button.slick-arrow {
    right: 30px;
  }
  .case_study_slider_list button.slick-prev.slick-arrow {
    right: 80px;
  }
	.home_service_slider {
		margin-left: 60px;
	}
  /* Services Page */
  .our_services_box.our_services_box_2 .our_services_box_inner,
  .our_services_box.our_services_box_4 .our_services_box_inner,
  .our_services_box.our_services_box_6 .our_services_box_inner {
    max-width: 456px;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
    .home_service_slider
     {
        margin-left: 60px;
    }
    .home_service_slider_area > .row>div:nth-child(1) {
    width: 40%;
    }
}
@media (max-width: 991px) {
  .sec_padding {
    padding: 56px 0;
  }
  ul.navbar-nav {
    gap: 24px;
    margin: 10px 0;
  }
  /* Home Page CSS */
  .home_about_content > .row {
    flex-direction: column-reverse;
  }
  .home_about_area {
    padding: 40px 0;
  }
  .home_service_slider {
   margin: 0 auto 0 60px;
  }
  /* Property Aera CSS */
  .property_list > .row {
    gap: 24px;
  }
  /* Contact Page CSS */
  .contact_form_area {
    padding: 56px 0;
  }

  /* Services Page */
  .our_services_box_inner {
    max-width: 480px;
  }
}
@media (max-width: 850px) {
  /* Services Page */
  .our_services_box {
    clip-path: unset !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .banner_bg::after {
    background-image: linear-gradient(
      180deg,
      rgba(15, 46, 53, 0.2) 0%,
      rgba(15, 46, 53, 0.9)
    );
  }
  /* Partners CSS */
  .our_partners_area {
    padding: 30px 0;
  }
  .our_partners_box p {
    font-family: var(--font_family_two);
  }
  /* Home Page CSS */
  .case_study_slider {
    padding: 56px 0;
  }
  .case_study_slider::after {
    all: unset;
  }
  .case_study_slider_list_area {
    margin-left: 0;
  }
  .case_study_slider_list_area {
    padding: 0;
  }
  .case_study_slider_list_area,
  .case_study_slider_list ul.slick-dots {
    margin-top: 48px;
  }
  .casestudy_titles_area {
    justify-content: center;
    text-align: center;
  }
  .casestudy_titles_area h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.24px;
    color: #1d535f !important;
    text-transform: capitalize !important;
  }
  .casestudy_titles_area hr.line_hr {
    display: none;
  }
  /* Property Aera CSS */
  .property_list > .row {
    gap: 72px;
  }
  .property_list_mobile_slider ul.slick-dots,
  .property_list_mobile_slider ul.slick-dots li,
  .property_list_mobile_slider ul.slick-dots li button,
  .property_list_mobile_slider ul.slick-dots li button:before {
    all: unset;
  }
  .property_list_mobile_slider.slick-dotted {
    margin: 0;
  }
  .property_list_mobile_slider ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 8px;
    border-radius: 32px;
    background: rgba(0, 0, 0, 0.15);
    margin: 20px auto 0;
    width: max-content;
  }
  .property_list_mobile_slider ul.slick-dots li button {
    font-size: 0;
    display: block;
    width: 6px;
    height: 6px;
    background: #f1f6f8;
    border-radius: 50%;
    padding: 4px;
    transition: all 0.5s linear;
  }
  .property_list_mobile_slider ul.slick-dots li.slick-active button {
    transition: all 0.5s linear;
    background: #ff323f;
    width: 10px;
    height: 10px;
  }
  div#property_banner {
    padding-bottom: 24px;
  }
  .banner_info_propertys > .row {
    gap: 24px;
  }
  .property_img_area {
    margin-right: 15px;
  }
  .property_border {
    border: 0;
  }
  .property_banner_box h1 {
    font-size: 16px;
    text-transform: uppercase;
  }
  /* About Page CSS */
  .about_mission_value_list > .row > div,
  .contact_form_contant > .row > div {
    padding: 0 12px;
  }
  /* Contact Page CSS */
  form.get_touch_form.row {
    gap: 20px;
  }
  .get_touch_info > .row > div:nth-child(2) p {
    max-width: 100%;
  }
  /* Policy Page CSS */
  .policy_banner_area {
    padding: 146px 0 56px;
  }
  .privacypolicy_box {
    grid-template-columns: 1fr;
  }
  .privacypolicy_box h2 {
    max-width: 210px;
  }
  .policy_content > .row {
    gap: 96px;
  }
  .policy_content > .row {
    gap: 112px;
  }
}
@media (max-width: 575px) {
  /* FOOTER CSS */
  .footer_section,
  .home_service_slider_sec {
    padding: 40px 0;
  }
  .heading_text_1 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.32px;
    text-shadow: 0px 4px 10px rgba(15, 46, 53, 0.25);
  }
  .banner_info_content p {
    font-size: 16px;
    line-height: 24px;
    text-shadow: 0px 4px 10px rgba(15, 46, 53, 0.25);
  }
  .banner_info_content span {
    font-family: var(--font_family_three);
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.24px;
  }
  .banner_bg {
    place-content: end;
    /* min-height: 85vh; */
    padding-bottom: 24px;
  }
  .home_about_info h2,
  .home_service_info h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.64px;
  }
  .home_service_slider {
    margin-left: 60px;
  }
  .home_service_slider_list {
    padding-top: 100px;
  }
  .home_service_slider_box {
    padding: 26px;
  }
  .home_service_slider::after {
    padding: 26px 60px 90px;
    top: -26px;
  }
 .home_service_slider_info h2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    padding: 26px 0 13px;
    letter-spacing: 0.268px;
  }
  .home_service_slider_info ul {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    opacity: 0.7;
    list-style: disc;
    padding-left: 20px;
  }
  /* Property Aera CSS */
  .property_img_area {
    margin-right: 6px;
  }
  /* about Aera CSS */
  .our_founders_info {
    padding: 16px;
  }
  .our_founders_info p {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  header {
    padding: 18px 0;
  }
  .navbar > .container {
    padding: 0 16px 0 8px;
  }
  header .btn_red {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    padding: 12px 16px;
  }
  p.Copyright_area {
    max-width: 280px;
  }
}

@media (max-width: 350px) {
  .header_logo_area {
    width: 57%;
  }
}

/* 28-05-2025 end new design/

/* 26-06-2025 start new design/
/* ABOUT PAGE CSS */
.page-template-about section#our_partners_sec {
    display: none;
}
body.page-template-about .container {
    max-width: 1184px;
}
.video_banner {
    background-color: #0C272D;
    background: url(../img/video.png);
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
.video_banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 46, 53, 0)), color-stop(54%, rgba(15, 46, 53, 0.9)));
    background: linear-gradient(180deg, rgba(15, 46, 53, 0) 0%, rgba(15, 46, 53, 0.9) 54%);
}
video.sp__hero--video {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.banner_bottom {
    padding: 64px 0;
    z-index: 99999;
    width: 100%;
}
.video_banner .banner_bottom .row {
    align-items: flex-end;
}
.banner_bottom h3 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.4px;
    /* text-align: left; */
}
.banner_bottom h3 span {
    color: #f33f48;
    font-size: 24px;
    display: block;
    margin-bottom: 12px;
}
.banner_bottom h5 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.16px;
    margin-bottom: 24px;
    /* text-align: left; */
}
.meet_info {
    padding: 144px 0;
    background-color: #FFF;
}
.meet_info img {
    margin-right: 100px;
}
.meet_info .flex-grow-1 {
    padding-right: 96px;
}
.meet_info h3 {
    font-size: 32px;
    color: #1D535F;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.32px;
    margin: 0;
}
.meet_info h3 span {
    color: #f33f48;
}
.meet_info h6 {
    font-size: 20px;
    color: #1D535F;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.2px;
    margin: 24px 0;
}
.meet_info p {
    font-size: 16px;
    color: #1D535F;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
	margin-bottom: 1rem;
}
.mission_value.light_color {
    background-color: #F2F6F8;
}
.mission_value {
    background-color: #0C272D;
    padding: 144px 0;
    color: #ffffff;
}
.mission_value {
    padding: 112px 0;
}
.sec_tittle.text-center {
    padding: 0px 0 40px;
}
.mission_value.light_color .sec_tittle h2 {
    color: #1D535F;
}
.mission_value .sec_tittle h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: -0.4px;
    margin-bottom: 16px;
}
.mission_value.light_color .sec_tittle p {
    color: #1D535F;
    width: 100%;
    max-width: 976px;
    margin-inline: auto;
    font-weight: 700;
    font-size: 18px;
    font-family: "Urbanist", serif;
}
.mission_value .sec_tittle p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.18px;
    margin-bottom: 104px;
    color: #fff;
    opacity: 1;
    font-family: 'Montserrat';
}
.mission_value p {
    font-size: 16px;
    font-family: "Montserrat";
    line-height: 22px;
    color: var(--surfaceteal);
    opacity: 0.7;
    margin-bottom: 30px;
}
.mission_value .box_info {
    background-color: #1D535F;
    padding: 40px;
    height: 100%;
}
.mission_value .box_info h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.24px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    position: relative;
}
.mission_value .box_info h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 4px;
    background-color: #F33F48;
}
.mission_value .box_info p {
    font-family: "Urbanist", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
    margin: 0;
    color: #ffffff;
    opacity: 1;
}
.get-in-touch {
    background-color: #1D535F;
    padding: 56px 0;
}
.get-in-touch-tittle {
    margin-bottom: 32px;
}
.get-in-touch .get-in-touch-tittle h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.32px;
    margin-bottom: 16px;
    font-family: "Urbanist", serif;
}
.get-in-touch .get-in-touch-tittle p {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.14px;
    font-family: "Urbanist", serif;
	margin-bottom: 1rem;
}
.get-in-touch-btns {
    text-align: center;
}
.get-in-touch-btns .btn.btn_wha {
    background-color: #27AE60;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    padding: 14px;
    font-family: "Urbanist", serif;
}
.get-in-touch-btns .btn {
    background-color: #2D9AB2;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    padding: 14px;
    margin-left: 16px;
    font-family: "Urbanist", serif;
}
.get-in-touch-btns .btn {
    width: 120px;
}
.get-in-touch-btns .btn:hover {
    background-color: #ff323f;
    color: #ffffff;
}
/* RESPONSIVE CSS */
@media (max-width: 1080px) {
    .meet_info .flex-grow-1 {
        padding-right: 0px;
    }
}
@media (max-width: 991px) {
	.banner_bottom h3 {
		font-size: 24px;
		line-height: 35px;
		margin-bottom: 24px;
    }
    .meet_info img {
        margin-right: 50px;
    }
	body .meet_info .flex-grow-1 {
		padding-right: 0px;
    }
	.meet_info {
		padding: 56px 0;
    }
	.mission_value {
        padding: 56px 0;
    }
	.mission_value .box_info {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .meet_info img {
        margin-right: 0;
        margin-bottom: 40px;
    }
	.mission_value .box_info {
		padding: 32px;
		margin-bottom: 24px;
    }
	.mission_value .sec_tittle p {
		margin-bottom: 56px;
    }
	.mission_value .row {
        row-gap: 24px;
    }
}
@media (max-width: 575px) {
	.banner_bottom h3 {
		font-size: 28px;
		line-height: 32px;
    }
    .banner_bottom {
        padding: 0;
    }
	.meet_info img {
		margin-right: 0;
		margin-bottom: 40px;
	}
	.meet_info h3 {
		font-size: 24px;
		line-height: 34px;
		margin: 0;
    }
	.meet_info h6 {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: -0.2px;
		margin: 16px 0;
    }
	.mission_value .sec_tittle h2 {
		font-size: 32px;
		line-height: 38px;
    }
	.mission_value .sec_tittle p {
        font-size: 16px !important;
        line-height: 24px;
        margin-bottom: 0;
    }
	.mission_value .box_info h4 {
        font-size: 18px;
        line-height: 26px;
    }
	.mission_value .box_info p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 15px;
    }
}
/* 26-06-2025 end new design/
/* 27-06-2025 start design/
/* ABOUT form CSS */
.get-intouch-enquire .inputs-wrapp {
    display: flex;
    gap: 10px;
}
.get-intouch-enquire form .form-group {
    position: relative;
}
body .get-intouch-enquire form .form-group {
    margin-bottom: 20px;
}
body .get-intouch-enquire form .form-group label {
    background-color: #1d535f;
    color: #F2F6F8;
}
.get-intouch-enquire form .form-group label {
    left: 12px;
    top: -7px;
    position: absolute;
    background-color: #F2F6F8;
    padding: 0 4px;
    color: #94A3B8;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.12px;
    z-index: 99;
    font-family: 'Montserrat';
}
.frm-wrapp br {
    display: none;
}
.get-intouch-enquire form input {
    border: 2px solid #94A3B8;
    border-radius: 0;
    padding: 12px;
    background-color: #F2F6F8;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.14px;
    color: #94A3B8;
    font-family: 'Urbanist';
}
.get-intouch-enquire form input {
    border: 2px solid #F2F6F8;
    background-color: #1d535f;
    color: #F2F6F8;
}
.form-group .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}
.form-group .wpcf7-checkbox label {
    display: flex;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}
.form-group input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.form-group .wpcf7-checkbox span.wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
    color: #0F172A;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.get-intouch-enquire .form-group .wpcf7-checkbox span.wpcf7-list-item-label {
    color: #F2F6F8;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: " ";
}
.form-group .wpcf7-checkbox span.wpcf7-list-item-label:before {
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0D9491;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
}
.get-intouch-enquire .form-group .wpcf7-checkbox span.wpcf7-list-item-label:before {
    border: 2px solid #F2F6F8;
}
.form-group input:checked+span.wpcf7-list-item-label:after {
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.get-intouch-enquire .form-group input:checked+span.wpcf7-list-item-label:after {
    border: solid #F2F6F8;
    border-width: 0 2px 2px 0;
}
.get-intouch-enquire .wpcf7-not-valid {
    border: 2px solid #FA565E;
}
.get-intouch-enquire form .form-group p {
    margin-bottom: 1rem;
}
.get-intouch-enquire .submit-wrapp {
    text-align: center;
}
.get-intouch-enquire .wpcf7-submit {
    background-color: #ff323f;
    color: #fff;
    box-shadow: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 8px 16px;
    border-color: #ff323f;
}
.get-intouch-enquire .wpcf7-submit, .enquire-now-frm-wrapp .wpcf7-submit {
    background-color: #2D9AB2;
    color: #fff;
    padding: 8px 26px;
    border-color: #2D9AB2;
}
.get-intouch-enquire .wpcf7-submit:hover {
    background-color: #f2f6f8;
    color: #ff323f;
    border-color: #ff323f;
}
div#myinnerform {
    display: none;
}
/* Home Changes CSS */
.home_about_img {
    height: auto
}
.case_study_img img {
    min-height: 305px;
    height: 100%;
}
@media (max-width: 575px) {
	.get-intouch-enquire .inputs-wrapp {
		gap: 0px;
		flex-wrap: wrap;
	}
	.get-intouch-enquire .inputs-wrapp>.form-group {
    	width: 100%;
	}
}