body,
html,
input,
select,
option,
label,
textarea,
li,
p,
span,
a {
  font-family: "Gotham";
  font-weight: 300;
  font-weight: normal;
  font-size: 1.8rem;
  color: #F4F0EB;
}
@media (max-width: 991px) {
  body,
  html,
  input,
  select,
  option,
  label,
  textarea,
  li,
  p,
  span,
  a {
    font-size: 1.6rem;
  }
}
@media (max-width: 500px) {
  body,
  html,
  input,
  select,
  option,
  label,
  textarea,
  li,
  p,
  span,
  a {
    font-size: 1.4rem;
  }
}

body p {
  line-height: 1.5;
  margin-bottom: 1rem;
}
body strong {
  font-weight: 700;
}
body .welcome h1 {
  font-size: 3.75rem;
}
body h1.large {
  font-size: 3.125rem;
}
@media (max-width: 500px) {
  body h1.large {
    font-size: 2.1875rem;
  }
}
body h1 {
  font-family: "Gotham";
  font-weight: 600;
  font-size: 4rem;
  color: #F4F0EB;
  margin: 1.5rem 0;
  line-height: 1;
  letter-spacing: normal;
}
@media (max-width: 991px) {
  body h1 {
    font-size: 1.6rem;
  }
}
body h2 {
  font-family: "Gotham";
  font-weight: 600;
  font-size: 3.5rem;
  color: #F4F0EB;
  margin: 2.5rem 0;
  line-height: 1;
  letter-spacing: normal;
}
@media (max-width: 991px) {
  body h2 {
    font-size: 3rem !important;
  }
}
body h3 {
  font-family: "Gotham";
  font-weight: 600;
  font-size: 1.5rem;
  color: #F4F0EB;
  margin: 1rem 0;
  line-height: 1;
  letter-spacing: normal;
}
@media (max-width: 991px) {
  body h3 {
    font-size: 1.3rem;
  }
}
body h4 {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 1.3rem;
  color: #F4F0EB;
  margin: 1.5rem 0;
  line-height: 1;
  letter-spacing: normal;
}
body h5 {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 1.1rem;
  color: #F4F0EB;
  margin: 1.5rem 0;
  line-height: 1;
  letter-spacing: normal;
}
body h6 {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 1rem;
  color: #F4F0EB;
  margin: 1.5rem 0;
  line-height: 1;
  letter-spacing: normal;
}
body p, body li, body span {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.075px;
  color: #F4F0EB;
}
body button,
body input[type=submit] {
  font-family: "Gotham";
}
body a {
  text-decoration: none;
}

.button {
  padding: 16px 27px 14px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: normal;
  text-align: center;
  display: inline-block;
  transition: all 0.5s ease;
  text-decoration: none;
  outline: none;
  border: 1px solid transparent;
}
.button.button-brown {
  background: #72383E;
  color: #F4F0EB;
}
.button.button-brown:hover {
  background: #72383E;
}
.button.button-black {
  background: #212121;
  color: #F4F0EB;
}
.button.button-black:hover {
  background: #f24c4c;
}
.button.button-white {
  background: #F4F0EB;
  color: #212121;
}
.button.button-white:hover {
  background: #212121;
  color: #F4F0EB;
  border-color: #F4F0EB;
}
.button.button-yellow {
  background: #FFB800;
  color: #1F1F1F;
}
.button.button-yellow:hover {
  background: #D99F08;
}

.page-item a {
  padding: 16px 27px 14px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: normal;
  text-align: center;
  display: inline-block;
  transition: all 0.5s ease;
  text-decoration: none;
  outline: none;
  border: 1px solid transparent;
  background: #72383E;
  color: #F4F0EB;
  text-transform: uppercase;
}

.button-alt {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #212121;
  display: inline-block;
  padding-top: 12px;
  border-top: 3px solid #E2E2E2;
  text-decoration: none;
  margin: auto auto 0;
  transition: all ease 0.4s;
}
.button-alt:hover {
  border-top: 3px solid #212121;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f6f6f6;
}

::-webkit-scrollbar-thumb {
  background: #5a5a5a;
}

::-webkit-scrollbar-thumb:hover {
  background: #2a2a33;
}

p#breadcrumbs {
  width: 100%;
}
p#breadcrumbs > span {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0 3rem !important;
  font-size: 1.2rem !important;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #F4F0EB;
}
p#breadcrumbs > span a {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #F4F0EB;
  margin-right: 1rem;
}
p#breadcrumbs > span span {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
p#breadcrumbs > span span:not(:first-of-type) {
  margin-left: 1rem;
}
p#breadcrumbs > span span.breadcrumb_last {
  color: #72383E !important;
}

.page_not_found_wrapper .section_inner {
  padding: 2rem 0 6rem;
}
.page_not_found_wrapper .section_inner h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #f24c4c;
  margin: 0;
}
.page_not_found_wrapper .section_inner h1 {
  width: 100%;
  font-size: 5.2rem;
  font-weight: 700;
  margin: 3rem 0;
}
.page_not_found_wrapper .section_inner ol {
  margin: 3rem 0;
}
.page_not_found_wrapper .section_inner ol li {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.075px;
  line-height: 1.5;
}
.page_not_found_wrapper .section_inner ol li a {
  color: #f24c4c;
  text-decoration: underline;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.075px;
}

.line_banner {
  position: absolute;
  top: 80vh;
  width: 2px;
  height: 110px;
  background: rgb(211, 158, 124);
  background: linear-gradient(71deg, rgb(211, 158, 124) 0%, rgb(189, 140, 108) 55%, rgb(189, 140, 108) 100%);
  transition: height 0.7s ease-in-out, transition-delay 0.2s;
  z-index: 4;
}

.line_home_intro {
  position: absolute;
  top: 252px;
  width: 2px;
  height: 60px;
  background: rgb(211, 158, 124);
  background: linear-gradient(71deg, rgb(211, 158, 124) 0%, rgb(189, 140, 108) 55%, rgb(189, 140, 108) 100%);
  transition: height 0.7s ease-in-out, transition-delay 0.2s;
  z-index: 4;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .line_home_intro {
    top: 380px;
  }
}
@media (max-width: 500px) {
  .line_home_intro {
    top: 530px;
  }
}
@media (max-width: 400px) {
  .line_home_intro {
    top: 694px;
  }
}

.line_home_portolio {
  position: absolute;
  top: 130px;
  width: 2px;
  height: 75px;
  background: rgb(211, 158, 124);
  background: linear-gradient(71deg, rgb(211, 158, 124) 0%, rgb(189, 140, 108) 55%, rgb(189, 140, 108) 100%);
  transition: height 0.7s ease-in-out, transition-delay 0.2s;
  z-index: 4;
  right: 0;
}
@media (max-width: 991px) {
  .line_home_portolio {
    right: 16px;
  }
}

.line_about_intro {
  position: absolute;
  top: 70px;
  width: 2px;
  height: 101px;
  background: rgb(211, 158, 124);
  background: linear-gradient(71deg, rgb(211, 158, 124) 0%, rgb(189, 140, 108) 55%, rgb(189, 140, 108) 100%);
  transition: height 0.7s ease-in-out, transition-delay 0.2s;
  z-index: 4;
  right: -17px;
}
@media (max-width: 991px) {
  .line_about_intro {
    top: 0;
    right: unset;
    left: 0;
  }
}

.line_about_intro_left {
  position: absolute;
  top: 870px;
  width: 2px;
  height: 101px;
  background: rgb(211, 158, 124);
  background: linear-gradient(71deg, rgb(211, 158, 124) 0%, rgb(189, 140, 108) 55%, rgb(189, 140, 108) 100%);
  transition: height 0.7s ease-in-out, transition-delay 0.2s;
  z-index: 4;
  left: -17px;
}

.line_about_process {
  position: absolute;
  top: 0px;
  width: 2px;
  height: 101px;
  background: rgb(211, 158, 124);
  background: linear-gradient(71deg, rgb(211, 158, 124) 0%, rgb(189, 140, 108) 55%, rgb(189, 140, 108) 100%);
  transition: height 0.7s ease-in-out, transition-delay 0.2s;
  z-index: 4;
  right: 0;
}
@media (max-width: 991px) {
  .line_about_process {
    display: none;
  }
}

.line_portolio_intro {
  position: absolute;
  top: 0px;
  width: 2px;
  height: 101px;
  background: rgb(211, 158, 124);
  background: linear-gradient(71deg, rgb(211, 158, 124) 0%, rgb(189, 140, 108) 55%, rgb(189, 140, 108) 100%);
  transition: height 0.7s ease-in-out, transition-delay 0.2s;
  z-index: 4;
  right: 17px;
}
@media (max-width: 991px) {
  .line_portolio_intro {
    display: none;
  }
}

.line_design_intro {
  position: absolute;
  top: 0px;
  width: 2px;
  height: 101px;
  background: rgb(211, 158, 124);
  background: linear-gradient(71deg, rgb(211, 158, 124) 0%, rgb(189, 140, 108) 55%, rgb(189, 140, 108) 100%);
  transition: height 0.7s ease-in-out, transition-delay 0.2s;
  z-index: 4;
  left: -17px;
}
@media (max-width: 991px) {
  .line_design_intro {
    left: 0;
  }
}

.line_design_right {
  position: absolute;
  top: 540px;
  width: 2px;
  height: 101px;
  background: rgb(211, 158, 124);
  background: linear-gradient(71deg, rgb(211, 158, 124) 0%, rgb(189, 140, 108) 55%, rgb(189, 140, 108) 100%);
  transition: height 0.7s ease-in-out, transition-delay 0.2s;
  z-index: 4;
  right: -17px;
}
@media (max-width: 991px) {
  .line_design_right {
    display: none;
  }
}

.line_approach_1 {
  position: relative;
  top: 0px;
  width: 2px;
  height: 101px;
  background: rgb(211, 158, 124);
  background: linear-gradient(71deg, rgb(211, 158, 124) 0%, rgb(189, 140, 108) 55%, rgb(189, 140, 108) 100%);
  transition: height 0.7s ease-in-out, transition-delay 0.2s;
  z-index: 4;
  right: 0px;
}
@media (max-width: 991px) {
  .line_approach_1 {
    position: absolute;
  }
}

.line_approach_2 {
  position: absolute;
  top: 13px;
  width: 101px;
  height: 2px;
  background: rgb(211, 158, 124);
  background: linear-gradient(71deg, rgb(211, 158, 124) 0%, rgb(189, 140, 108) 55%, rgb(189, 140, 108) 100%);
  transition: width 0.7s ease-in-out, transition-delay 0.2s;
  z-index: 4;
  right: 0px;
}
@media (max-width: 991px) {
  .line_approach_2 {
    position: absolute;
  }
}

.line_approach_3 {
  position: relative;
  top: 0px;
  width: 2px;
  height: 101px;
  background: rgb(211, 158, 124);
  background: linear-gradient(71deg, rgb(211, 158, 124) 0%, rgb(189, 140, 108) 55%, rgb(189, 140, 108) 100%);
  transition: height 0.7s ease-in-out, transition-delay 0.2s;
  z-index: 4;
  right: 0px;
}
@media (max-width: 991px) {
  .line_approach_3 {
    position: absolute;
  }
}

.line_single_portfolio {
  position: absolute;
  top: 90vh; /* Adjust 50px according to your element's height */
  width: 2px;
  height: 101px;
  background: rgb(211, 158, 124);
  background: linear-gradient(71deg, rgb(211, 158, 124) 0%, rgb(189, 140, 108) 55%, rgb(189, 140, 108) 100%);
  transition: height 0.7s ease-in-out, transition-delay 0.2s;
  z-index: 4;
}
@media (max-width: 991px) {
  .line_single_portfolio {
    display: none;
  }
}

.line_single_portfolio_right {
  position: absolute;
  top: 90%;
  width: 2px;
  height: 101px;
  background: rgb(211, 158, 124);
  background: linear-gradient(71deg, rgb(211, 158, 124) 0%, rgb(189, 140, 108) 55%, rgb(189, 140, 108) 100%);
  transition: height 0.7s ease-in-out, transition-delay 0.2s;
  z-index: 4;
  left: 39vw;
}
@media (max-width: 991px) {
  .line_single_portfolio_right {
    top: -270px;
    right: 8px;
    left: unset;
  }
}

section.main_content_section.parent-container.container2 .main_content {
  width: 120rem !important;
}

section.main_content_section.parent-container.container2 .main_content h1 {
  font-family: "Gotham", arial;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: normal;
}

section.main_content_section.parent-container.container2 .main_content h1 span {
  font-family: "Gotham", arial;
  font-size: 4rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 2;
}

.bottom_enquiry_form .enquiry_form_inner h3 {
  font-family: "Gotham", arial;
  font-weight: 500;
  letter-spacing: normal !important;
}

.bottom_enquiry_form .enquiry_form_inner h3 span {
  font-family: "Gotham", arial;
  font-weight: 900;
  width: 100%;
  text-align: center;
  font-size: 3.5rem;
  text-transform: uppercase;
  letter-spacing: normal;
  margin: 0 0 5rem;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .line_home_intro {
    top: 25.25vw !important;
  }
}
@media only screen and (min-width: 993px) {
  .line_home_intro {
    top: 26.042vw !important;
  }
  .line_portolio_intro {
    right: -10px !important;
  }
}
@media screen and (max-width: 991px) {
  .line_home_intro {
    display: none;
  }
  .line_banner {
    position: absolute;
    top: 91vh;
  }
  .line_home_portolio {
    right: -10px !important;
  }
  h2.inspirationheader {
    font-size: 24px;
  }
  body h3 {
    font-size: 35px !important;
    text-transform: uppercase !important;
  }
  .about_wrapper .top_area h1 {
    letter-spacing: normal;
    display: block;
  }
  .portfolio_archive .top_area h1 {
    letter-spacing: normal;
  }
  .line_about_intro_left {
    display: none;
  }
  .our_designs_wrapper .main_section .section_inner {
    display: block;
  }
  .our_designs_wrapper .top_area h1 {
    display: block;
  }
  .contact_info a {
    font-size: 15px !important;
  }
}
.line_approach_2 {
  display: none;
}

.approach_wrapper .main_section .section_inner .step .right_side h3 {
  letter-spacing: normal;
}

.approach_wrapper .top_area h1 {
  letter-spacing: normal;
}

.about_wrapper .before_process_section h2 {
  letter-spacing: normal;
}

section.main_content_section.parent-container.container2 .main_content h1 {
  line-height: 1 !important;
}

body.home .home_wrapper .portfolio_section .section_inner .portfolio_content h2 {
  letter-spacing: normal;
}

.portfolio_archive .top_area h1 {
  letter-spacing: normal;
}

.our_designs_wrapper .top_area h1 .first-word {
  font-weight: 300 !important;
}

body h2 {
  text-transform: uppercase;
  letter-spacing: normal;
}

@media only screen and (min-width: 992px) {
  .portfolio_single .main_content_section .main_content {
    padding-bottom: 3rem !important;
  }
}
.footer_number ul, li {
  list-style: none;
  margin-bottom: 2rem;
}

footer#footer .mobile_footer .social_media_icons {
  left: 0px;
}

.contact_info a {
  font-size: 35px;
}

.contact_wrapper .contact_top_banner {
  padding-top: 5%;
}

.container {
  height: auto;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100% !important;
}

.owl-dots {
  text-align: center !important;
}

body .sa_owl_theme .owl-dots {
  bottom: unset !important;
  position: relative !important;
}

/* Styling the dot indicators */
.owl-dot {
  display: inline-block !important; /* Display dots in a row */
  width: 10px !important; /* Set width of each dot */
  height: 10px !important; /* Set height of each dot */
  margin: 0 5px !important; /* Add spacing between dots */
  background-color: white !important; /* Set dot color to white */
  border-radius: 50% !important; /* Make dots circular */
  border: 2px solid #fff !important; /* Add border around dots */
  cursor: pointer !important; /* Show pointer cursor on hover */
}

/* Styling the active dot */
.owl-dot.active {
  background-color: #fff !important; /* Change active dot color to white */
}

body sa_owl_theme .owl-dots .active span {
  background-color: transparent !important;
}

body .sa_owl_theme .owl-dots .owl-dot span {
  background-color: transparent !important;
}

.our_designs_wrapper .main_section .design_graphic img {
  display: none;
}

.contact_wrapper .contact_top_banner {
  height: auto !important;
}

.contact_wrapper .contact_top_banner {
  padding-top: 0 !important;
}

@media (max-width: 500px) {
  .contact_wrapper .contact_top_banner {
    margin: 0rem 0;
  }
}
.approach_wrapper .main_section .section_inner .step .right_side a {
  margin-top: 0 !important;
}

img.alignnone.size-full.wp-image-248 {
  margin-top: -20px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 992px) {
  /* Padding-top for all pages except home and contact */
  main.about_wrapper.page_wrapper, main.portfolio_archive.page_wrapper, main.our_designs_wrapper.page_wrapper, main.approach_wrapper.page_wrapper {
    padding-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  main.about_wrapper.page_wrapper, main.portfolio_archive.page_wrapper, main.our_designs_wrapper.page_wrapper, main.approach_wrapper.page_wrapper {
    padding-top: 80px;
  }
}
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;
}

html, body {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  background: #212121;
}

nav ul, nav ol {
  list-style-type: none !important;
  padding-left: 0 !important;
}

ul {
  list-style-type: disc !important;
  padding-left: 2rem;
}

ol {
  list-style-type: decimal !important;
  padding-left: 2rem;
}

html {
  min-width: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.owl-carousel {
  overflow: hidden;
}
.owl-carousel .owl-stage {
  overflow: hidden;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  min-width: 100%;
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote {
  background-clip: padding-box;
  border-radius: 5px;
  margin: 22px;
  padding: 0;
  background-color: #212121;
  position: relative;
}
blockquote p {
  padding: 1rem;
  color: #F4F0EB !important;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 19px;
  font-style: italic;
}

blockquote:before {
  border-right: 20px solid transparent !important;
  border-top: 20px solid;
  content: "";
  height: 0;
  left: 4.5em;
  position: absolute;
  top: 100%;
  border-top-color: #212121;
  width: 0;
}

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

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

:focus {
  outline: none;
}

button:focus {
  outline: none !important;
}
button:active {
  outline: none !important;
}

a,
a:active,
a:hover {
  outline: 0;
}

::-moz-selection {
  background: #212121;
  color: #F4F0EB;
}

::selection {
  background: #212121;
  color: #F4F0EB;
}

::-moz-selection {
  background: #212121;
  color: #F4F0EB;
}

@font-face {
  font-family: "Gotham";
  src: url(../fonts/Gotham-MediumItalic.woff2) format("woff2"), url(../fonts/Gotham-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url(../fonts/Gotham-BoldItalic.woff2) format("woff2"), url(../fonts/Gotham-BoldItalic.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url(../fonts/Gotham-Medium.woff2) format("woff2"), url(../fonts/Gotham-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url(../fonts/Gotham-Bold.woff2) format("woff2"), url(../fonts/Gotham-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url(../fonts/Gotham-Light.woff2) format("woff2"), url(../fonts/Gotham-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url(../fonts/Gotham-Black.woff2) format("woff2"), url(../fonts/Gotham-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url(../fonts/Gotham-LightItalic.woff2) format("woff2"), url(../fonts/Gotham-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Book";
  src: url(../fonts/Gotham-BookItalic.woff2) format("woff2"), url(../fonts/Gotham-BookItalic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Extra";
  src: url(../fonts/Gotham-ExtraLightItalic.woff2) format("woff2"), url(../fonts/Gotham-ExtraLightItalic.woff) format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url(../fonts/Gotham-BlackItalic.woff2) format("woff2"), url(../fonts/Gotham-BlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Ultra";
  src: url(../fonts/Gotham-Ultra.woff2) format("woff2"), url(../fonts/Gotham-Ultra.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url(../fonts/Gotham-Thin.woff2) format("woff2"), url(../fonts/Gotham-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Extra";
  src: url(../fonts/Gotham-ExtraLight.woff2) format("woff2"), url(../fonts/Gotham-ExtraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Ultra";
  src: url(../fonts/Gotham-UltraItalic.woff2) format("woff2"), url(../fonts/Gotham-UltraItalic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url(../fonts/Gotham-ThinItalic.woff2) format("woff2"), url(../fonts/Gotham-ThinItalic.woff) format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}
@media (min-width: 1360px) {
  .container {
    max-width: 1468px;
  }
}
body.home header {
  position: absolute !important;
  background: transparent !important;
}
body.home header a.logo {
  display: none !important;
}
body.home .home_wrapper .home_top_banner {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.home .home_wrapper .home_top_banner:before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #212121;
  opacity: 0.7;
}
body.home .home_wrapper .home_top_banner .home_top_image {
  position: relative;
  z-index: 1;
}
body.home .home_wrapper .home_top_banner .logo {
  position: absolute;
  z-index: 3;
}
body.home .home_wrapper .home_top_banner .logo img {
  width: 57rem;
  max-width: 100%;
}
@media (max-width: 991px) {
  body.home .home_wrapper .home_top_banner .logo img {
    width: 39rem;
  }
}
@media (max-width: 500px) {
  body.home .home_wrapper .home_top_banner .logo img {
    width: 25rem;
  }
}
body.home .home_wrapper .creating_spaces_section {
  width: 100%;
  margin: 10rem 0;
}
@media (max-width: 991px) {
  body.home .home_wrapper .creating_spaces_section {
    margin: 7rem 0;
  }
}
body.home .home_wrapper .creating_spaces_section .section_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  body.home .home_wrapper .creating_spaces_section .section_inner {
    flex-direction: column-reverse;
  }
}
body.home .home_wrapper .creating_spaces_section .section_inner .left_side {
  width: 58%;
  font-size: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  body.home .home_wrapper .creating_spaces_section .section_inner .left_side {
    width: 100%;
  }
}
body.home .home_wrapper .creating_spaces_section .section_inner .left_side img {
  transition: all 0.3s ease;
}
body.home .home_wrapper .creating_spaces_section .section_inner .left_side img:hover {
  transform: scale(1.1);
}
body.home .home_wrapper .creating_spaces_section .section_inner .right_side {
  width: 38%;
}
@media (max-width: 991px) {
  body.home .home_wrapper .creating_spaces_section .section_inner .right_side {
    width: 100%;
    text-align: center;
  }
}
body.home .home_wrapper .creating_spaces_section .section_inner .right_side span {
  font-size: 4rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: normal;
}
@media (max-width: 991px) {
  body.home .home_wrapper .creating_spaces_section .section_inner .right_side span {
    margin-bottom: 4rem;
    display: block;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
body.home .home_wrapper .creating_spaces_section .section_inner .right_side span strong {
  font-weight: 500;
}
body.home .home_wrapper .main_content_section {
  width: 100%;
  margin: 10rem 0;
  position: relative;
}
@media (max-width: 991px) {
  body.home .home_wrapper .main_content_section {
    margin: 7rem 0;
  }
}
body.home .home_wrapper .main_content_section .section_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.home .home_wrapper .main_content_section .section_inner .main_content {
  width: 100rem;
  max-width: 100%;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.home .home_wrapper .main_content_section .section_inner .main_content h1 {
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 3rem;
  letter-spacing: normal;
  font-size: 4rem;
}
@media (max-width: 991px) {
  body.home .home_wrapper .main_content_section .section_inner .main_content h1 {
    font-size: 3.8rem;
    line-height: 1.3;
    margin: 0 0 4rem;
  }
}
body.home .home_wrapper .main_content_section .section_inner .main_content h1 span {
  font-family: "Gotham", arial;
  font-size: 4.4rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: normal;
}
body.home .home_wrapper .main_content_section .section_inner .main_content a {
  font-weight: 300;
}
body.home .home_wrapper .main_content_section .section_inner .main_content p {
  font-size: 2rem;
  font-weight: 300;
}
body.home .home_wrapper .main_content_section .section_inner .main_content p:last-child {
  margin-bottom: 0;
}
body.home .home_wrapper .portfolio_section {
  width: 100%;
  margin: 10rem 0;
  position: relative;
}
body.home .home_wrapper .portfolio_section .section_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  body.home .home_wrapper .portfolio_section .section_inner {
    flex-direction: column;
  }
}
body.home .home_wrapper .portfolio_section .section_inner .portfolio_image_outer {
  font-size: 0;
  overflow: hidden;
}
body.home .home_wrapper .portfolio_section .section_inner .portfolio_image_outer img {
  transition: all 0.3s ease;
}
body.home .home_wrapper .portfolio_section .section_inner .portfolio_image_outer img:hover {
  transform: scale(1.1);
}
body.home .home_wrapper .portfolio_section .section_inner .portfolio_content {
  width: 100%;
  margin-top: 4rem;
  position: relative;
}
@media (max-width: 500px) {
  body.home .home_wrapper .portfolio_section .section_inner .portfolio_content {
    padding-right: 3rem;
  }
}
body.home .home_wrapper .portfolio_section .section_inner .portfolio_content h2, body.home .home_wrapper .portfolio_section .section_inner .portfolio_content h3 {
  font-family: "Gotham";
  font-size: 3.5rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 3rem;
  letter-spacing: normal;
}
body.home .home_wrapper .portfolio_section .section_inner .portfolio_content p {
  font-size: 2rem;
  font-weight: 300;
}
body.home .home_wrapper .portfolio_section .section_inner .portfolio_content a.button {
  margin: 2rem 0 0;
}
body.home .home_wrapper .our_approach_section {
  width: 100%;
  margin: 10rem 0;
}
body.home .home_wrapper .our_approach_section .section_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  body.home .home_wrapper .our_approach_section .section_inner {
    flex-direction: column;
  }
}
body.home .home_wrapper .our_approach_section .section_inner .left_side {
  width: 50%;
  height: 600px;
  font-size: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  body.home .home_wrapper .our_approach_section .section_inner .left_side {
    width: 100%;
    height: 300px;
  }
}
body.home .home_wrapper .our_approach_section .section_inner .left_side img {
  transition: all 0.3s ease;
}
body.home .home_wrapper .our_approach_section .section_inner .left_side img:hover {
  transform: scale(1.1);
}
body.home .home_wrapper .our_approach_section .section_inner .right_side {
  width: 50%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  body.home .home_wrapper .our_approach_section .section_inner .right_side {
    width: 100%;
    margin-top: 4rem;
    padding-left: 0;
  }
}
body.home .home_wrapper .our_approach_section .section_inner .right_side .our_approach_content {
  width: 100%;
}
body.home .home_wrapper .our_approach_section .section_inner .right_side .our_approach_content h2, body.home .home_wrapper .our_approach_section .section_inner .right_side .our_approach_content h3 {
  font-family: "Gotham";
  font-size: 3.5rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 3rem;
  letter-spacing: normal;
}
body.home .home_wrapper .our_approach_section .section_inner .right_side .our_approach_content h2 span {
  font-family: "Gotham";
  font-size: 3.5rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 3rem;
  letter-spacing: normal;
}
body.home .home_wrapper .our_approach_section .section_inner .right_side .our_approach_content p {
  font-size: 2rem;
  font-weight: 300;
}
body.home .home_wrapper .our_approach_section .section_inner .right_side .our_approach_content a.button {
  margin: 2rem 0 0;
}

@media (max-width: 991px) {
  .about_wrapper .top_area {
    margin-top: 2rem;
  }
}
.about_wrapper .top_area h1 {
  font-family: "Gotham";
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 0rem;
  letter-spacing: normal;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .about_wrapper .top_area h1 {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
.about_wrapper .top_area h1 .first-word {
  font-weight: 300;
  margin-right: 1rem;
}
@media (max-width: 991px) {
  .about_wrapper .top_area h1 .first-word {
    margin-right: 0rem;
  }
}
.about_wrapper .top_area h1 .second-word {
  font-weight: 500;
}
.about_wrapper .main_section {
  width: 100%;
  margin: 3rem 0;
}
@media (max-width: 991px) {
  .about_wrapper .main_section {
    margin: 5rem 0;
  }
}
.about_wrapper .main_section p {
  font-size: 2rem;
  font-weight: 300 !important;
}
.about_wrapper .main_section p:last-of-type {
  margin-bottom: 0;
}
.about_wrapper .team_section {
  width: 100%;
  margin: 6rem 0;
}
.about_wrapper .team_section .section_inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1350px) {
  .about_wrapper .team_section .section_inner {
    flex-direction: column;
  }
}
.about_wrapper .team_section .section_inner .left_side {
  width: 58%;
  font-size: 0;
  overflow: hidden;
}
@media (max-width: 1350px) {
  .about_wrapper .team_section .section_inner .left_side {
    width: 100%;
  }
}
.about_wrapper .team_section .section_inner .left_side img {
  transition: all 0.3s ease;
}
.about_wrapper .team_section .section_inner .left_side img:hover {
  transform: scale(1.1);
}
.about_wrapper .team_section .section_inner .right_side {
  width: 38%;
  text-align: right;
}
@media (max-width: 1350px) {
  .about_wrapper .team_section .section_inner .right_side {
    width: 100%;
    text-align: left;
    margin-top: 4rem;
    position: relative;
    padding-left: 2rem;
  }
}
.about_wrapper .team_section .section_inner .right_side h2 {
  font-family: "Gotham";
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0 0 4rem;
}
.about_wrapper .team_section .section_inner .right_side h2 span {
  font-family: "Gotham";
  font-size: 3.5rem;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0 0 4rem;
}
.about_wrapper .team_section .section_inner .right_side h3 {
  font-family: "Gotham";
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.about_wrapper .team_section .section_inner .right_side p {
  font-size: 2rem;
  font-weight: 300 !important;
}
.about_wrapper .team_section .section_inner .right_side p:last-of-type {
  margin-bottom: 0;
}
.about_wrapper section.quote {
  margin-top: 9rem;
}
.about_wrapper .quote p {
  text-align: center;
}
.about_wrapper .quote p strong {
  font-weight: 700;
  font-size: 2.5rem;
}
.about_wrapper .before_process_section {
  width: 100%;
  margin: 10rem 0 10rem;
  position: relative;
}
@media (max-width: 991px) {
  .about_wrapper .before_process_section {
    margin: 10rem 0 10rem;
  }
}
.about_wrapper .before_process_section h2 {
  font-family: "Gotham";
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0 0 4rem;
}
.about_wrapper .before_process_section p {
  font-size: 2rem;
  font-weight: 300;
}
.about_wrapper .before_process_section p:last-of-type {
  margin-bottom: 0;
}
.about_wrapper .process_section {
  width: 100%;
  margin: 10rem 0;
  position: relative;
}
.about_wrapper .process_section:before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #212121;
  opacity: 0.7;
}
.about_wrapper .process_section:after {
  position: absolute;
  z-index: 2;
  content: "";
  height: 200px;
  top: 0;
  left: 0;
  background: rgb(33, 33, 33);
  background: linear-gradient(180deg, rgb(33, 33, 33) 0%, rgba(33, 33, 33, 0) 100%);
  width: 100%;
}
.about_wrapper .process_section > img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about_wrapper .process_section .container {
  position: relative;
  z-index: 3;
}
.about_wrapper .process_section .container .section_inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 14rem;
}
.about_wrapper .process_section .container .section_inner .step {
  position: relative;
  width: 35rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5rem;
}
.about_wrapper .process_section .container .section_inner .step:not(:last-of-type) {
  margin-bottom: 13rem;
}
.about_wrapper .process_section .container .section_inner .step > svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.about_wrapper .process_section .container .section_inner .step .count_1 {
  left: 158px;
}
.about_wrapper .process_section .container .section_inner .step span.count.count_2 {
  left: 152px;
  top: -39px !important;
}
.about_wrapper .process_section .container .section_inner .step span.count.count_3 {
  top: -30px;
  left: 152px;
}
.about_wrapper .process_section .container .section_inner .step .count {
  font-size: 7rem;
  position: absolute;
  top: -4rem;
}
.about_wrapper .process_section .container .section_inner .step h3 {
  font-family: "Gotham";
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0 0 0rem;
  position: relative;
  top: 35px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .about_wrapper .process_section .container .section_inner .step h3 {
    font-size: 30px !important;
    top: 22px;
  }
}
.about_wrapper .process_section .container .section_inner .step p {
  font-size: 2rem;
  font-weight: 300;
}
.about_wrapper .process_section .container .section_inner .step p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .approach_wrapper .top_area {
    margin-top: 2rem;
  }
}
.approach_wrapper .top_area h1 {
  font-family: "Gotham";
  font-size: 4rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 6rem;
  letter-spacing: normal;
  display: flex;
  align-items: center;
}
.approach_wrapper .top_area h1 .first-word {
  font-weight: 300;
  margin-right: 1rem;
  font-size: 4rem;
}
.approach_wrapper .top_area h1 .second-word {
  font-weight: 500;
  font-size: 4rem !important;
}
.approach_wrapper .top_area h1 .third-word {
  font-weight: 300;
}
.approach_wrapper .top_area h1 .fourth-word {
  font-weight: 300;
}
.approach_wrapper .top_area h1 .fifth-word {
  font-weight: 300;
}
.approach_wrapper .main_section {
  width: 100%;
  margin: 0rem 0;
}
@media (max-width: 991px) {
  .approach_wrapper .main_section {
    margin: 5rem 0;
  }
}
.approach_wrapper .main_section .section_inner {
  display: flex;
  flex-direction: column;
}
.approach_wrapper .main_section .section_inner .step {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .approach_wrapper .main_section .section_inner .step {
    flex-direction: column;
  }
}
.approach_wrapper .main_section .section_inner .step:not(:last-child) {
  margin-bottom: 10rem;
}
.approach_wrapper .main_section .section_inner .step:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .approach_wrapper .main_section .section_inner .step:nth-child(even) {
    flex-direction: column;
  }
}
.approach_wrapper .main_section .section_inner .step .left_side {
  width: 38%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .approach_wrapper .main_section .section_inner .step .left_side {
    width: 90%;
  }
}
.approach_wrapper .main_section .section_inner .step .left_side:hover img {
  transform: scale(1.1);
}
.approach_wrapper .main_section .section_inner .step .left_side img {
  transition: all 0.3s ease;
}
.approach_wrapper .main_section .section_inner .step .right_side {
  width: 58%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 991px) {
  .approach_wrapper .main_section .section_inner .step .right_side {
    width: 100%;
    margin-top: 4rem;
  }
}
.approach_wrapper .main_section .section_inner .step .right_side h2 {
  font-family: "Gotham";
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 3rem;
  margin-top: 0;
}
.approach_wrapper .main_section .section_inner .step .right_side p {
  font-size: 2rem;
  font-weight: 300;
}
.approach_wrapper .main_section .section_inner .step .right_side p:last-of-type {
  margin-bottom: 0;
}
.approach_wrapper .main_section .section_inner .step .right_side a {
  margin-top: auto;
}
@media (max-width: 991px) {
  .approach_wrapper .main_section .section_inner .step .right_side a {
    margin-top: 4rem;
  }
}

.page-template-page-approach .step.step_6.parent-container.container16 .right_side h2 {
  font-weight: 300;
}

.page-template-page-approach .step.step_6.parent-container.container16 .right_side {
  width: 100%;
}

@media (max-width: 991px) {
  .our_designs_wrapper .top_area {
    margin-top: 2rem;
  }
}
.our_designs_wrapper .top_area h1 {
  font-family: "Gotham";
  font-size: 4rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 6rem;
  letter-spacing: normal;
  display: flex;
  align-items: center;
}
.our_designs_wrapper .top_area h1 .first-word {
  font-weight: 400;
  margin-right: 1rem;
}
@media (max-width: 991px) {
  .our_designs_wrapper .top_area h1 .first-word {
    margin-right: 0rem;
    display: block;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .our_designs_wrapper .top_area h1 {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
}
.our_designs_wrapper .main_section {
  width: 100%;
  margin: 10rem 0;
}
@media (max-width: 991px) {
  .our_designs_wrapper .main_section {
    margin: 5rem 0;
  }
}
.our_designs_wrapper .main_section .section_inner {
  position: relative;
}
@media (max-width: 991px) {
  .our_designs_wrapper .main_section .section_inner {
    display: flex;
    flex-direction: column;
  }
}
.our_designs_wrapper .main_section p {
  font-size: 2rem;
  font-weight: 300;
}
@media (max-width: 991px) {
  .our_designs_wrapper .main_section p {
    padding-left: 2rem;
  }
}
.our_designs_wrapper .main_section p:last-of-type {
  margin-bottom: 0;
}
.our_designs_wrapper .main_section .design_graphic {
  margin: 5rem 0;
  position: relative;
}
.our_designs_wrapper .main_section .design_graphic img {
  width: 100%;
}
.our_designs_wrapper .sliders .sliders_wrapper {
  margin-top: 6rem;
}
@media (max-width: 991px) {
  .our_designs_wrapper .sliders .sliders_wrapper {
    flex-direction: column;
  }
}
.our_designs_wrapper .sliders .col_wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .our_designs_wrapper .sliders .col_wrapper {
    flex-direction: column;
  }
}
.our_designs_wrapper .sliders .col {
  width: 50%;
}
@media (max-width: 991px) {
  .our_designs_wrapper .sliders .col {
    width: 100%;
  }
}
.our_designs_wrapper .sliders h2.inspirationheader {
  text-align: center;
}
.our_designs_wrapper .gallery_section {
  width: 100%;
  margin: 10rem 0;
}
.our_designs_wrapper .gallery_section .section_inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5rem;
}
@media (max-width: 991px) {
  .our_designs_wrapper .gallery_section .section_inner {
    gap: 2rem;
  }
}
.our_designs_wrapper .gallery_section .section_inner .grid_image_outer {
  overflow: hidden;
}
.our_designs_wrapper .gallery_section .section_inner .grid_image_outer:hover img {
  transform: scale(1.1);
}
.our_designs_wrapper .gallery_section .section_inner .grid_image_outer.grid_image_outer_1 {
  width: 100%;
}
.our_designs_wrapper .gallery_section .section_inner .grid_image_outer:not(.grid_image_outer_1) {
  width: calc(47% - 0rem);
  height: 63rem;
}
@media (max-width: 991px) {
  .our_designs_wrapper .gallery_section .section_inner .grid_image_outer:not(.grid_image_outer_1) {
    height: 20rem;
  }
}
.our_designs_wrapper .gallery_section .section_inner .grid_image_outer:not(.grid_image_outer_1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.our_designs_wrapper .gallery_section .section_inner .grid_image_outer img {
  transition: all 0.3s ease;
}
.our_designs_wrapper .call_to_action_section {
  width: 100%;
  margin: 10rem 0;
}
.our_designs_wrapper .call_to_action_section .section_inner p {
  width: 100%;
  max-width: 100%;
  font-family: "Gotham";
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0 0 5rem;
}
@media (max-width: 991px) {
  .our_designs_wrapper .call_to_action_section .section_inner p {
    font-size: 2.5rem;
  }
}
.our_designs_wrapper .call_to_action_section .section_inner p span {
  font-family: "Gotham";
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .our_designs_wrapper .call_to_action_section .section_inner p span {
    font-size: 2.5rem;
  }
}

.portfolio_archive .top_area h1 {
  font-family: "Gotham";
  font-size: 4rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 0rem;
  letter-spacing: normal;
}
.portfolio_archive .top_area h1 .first-word {
  font-size: 4rem;
  margin-right: 1rem;
  font-weight: 300;
  letter-spacing: normal;
}
.portfolio_archive .main_content_section {
  margin: 3rem 0;
  position: relative;
}
@media (max-width: 991px) {
  .portfolio_archive .main_content_section {
    margin: 5rem 0;
  }
}
.portfolio_archive .main_content_section .section_inner {
  position: relative;
}
.portfolio_archive .main_content_section p {
  font-size: 2rem;
  font-weight: 300 !important;
}
.portfolio_archive .main_content_section p:last-of-type {
  margin-bottom: 0;
}
.portfolio_archive .main_section {
  width: 100%;
  margin: 10rem 0;
}
@media (max-width: 991px) {
  .portfolio_archive .main_section {
    margin: 5rem 0;
  }
}
.portfolio_archive .main_section .section_inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5rem;
  position: relative;
}
@media (max-width: 991px) {
  .portfolio_archive .main_section .section_inner {
    flex-direction: column;
  }
}
.portfolio_archive .main_section .section_inner .portfolio_post {
  width: calc(50% - 2.5rem);
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .portfolio_archive .main_section .section_inner .portfolio_post {
    width: calc(100% - 2.5rem);
    margin-bottom: 3rem;
  }
}
.portfolio_archive .main_section .section_inner .portfolio_post .blog_card_title h3 {
  font-family: "Gotham";
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0 0 3rem;
}
.portfolio_archive .main_section .section_inner .portfolio_post .blog_card_title h3 span {
  font-family: "Gotham";
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: uppercase;
}
.portfolio_archive .main_section .section_inner .portfolio_post .blog_card_image {
  width: 100%;
  height: 54rem;
  display: block;
  overflow: hidden;
}
@media (max-width: 500px) {
  .portfolio_archive .main_section .section_inner .portfolio_post .blog_card_image {
    height: 34rem;
  }
}
.portfolio_archive .main_section .section_inner .portfolio_post .blog_card_image:hover img {
  transform: scale(1.1);
}
.portfolio_archive .main_section .section_inner .portfolio_post .blog_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}

.contact_wrapper .contact_top_banner {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10rem 0;
  padding-bottom: 6rem;
}
@media (max-width: 991px) {
  .contact_wrapper .contact_top_banner {
    margin-bottom: 20rem;
  }
}
@media (max-width: 500px) {
  .contact_wrapper .contact_top_banner {
    margin: 15rem 0;
  }
}
.contact_wrapper .contact_top_banner h1 {
  font-family: "Gotham";
  font-size: 4rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 6rem;
  letter-spacing: normal;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .contact_wrapper .contact_top_banner h1 {
    margin: 0 0 4rem;
  }
}
.contact_wrapper .contact_top_banner h1 .first-word {
  font-weight: 400;
  margin-right: 1rem;
}
.contact_wrapper .contact_top_banner .contact_info {
  display: flex;
  margin: 10rem 0;
}
@media (max-width: 991px) {
  .contact_wrapper .contact_top_banner .contact_info {
    flex-direction: column;
    margin-top: 4rem;
  }
}
.contact_wrapper .contact_top_banner .contact_info a {
  font-size: 40px;
}
@media (max-width: 991px) {
  .contact_wrapper .contact_top_banner .contact_info a {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
.contact_wrapper .contact_top_banner .contact_info span {
  margin-left: 1rem;
  margin-right: 1rem;
  display: block;
  font-size: 40px;
}
@media (max-width: 991px) {
  .contact_wrapper .contact_top_banner .contact_info span {
    display: none;
  }
}
.contact_wrapper .contact_top_banner form {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .contact_wrapper .contact_top_banner form {
    flex-direction: column;
  }
}
.contact_wrapper .contact_top_banner form .wpcf7-text {
  height: 55px;
}
.contact_wrapper .contact_top_banner form .wpcf7-form-control {
  border: solid 2px #fff;
  background: rgba(0, 0, 0, 0.31);
}
.contact_wrapper .contact_top_banner form p {
  text-align: left;
  margin-bottom: 2rem;
}
.contact_wrapper .contact_top_banner form p:nth-of-type(3), .contact_wrapper .contact_top_banner form p:nth-of-type(4) {
  width: 100%;
}
.contact_wrapper .contact_top_banner form p:nth-of-type(5) {
  margin: 2rem 0 0;
}
.contact_wrapper .contact_top_banner form p:nth-of-type(5) input {
  cursor: pointer;
  padding: 16px 40px 14px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
  display: inline-block;
  transition: all 0.5s ease;
  text-decoration: none;
  outline: none;
  border: 1px solid transparent;
  background: #72383E;
  color: #F4F0EB;
}
.contact_wrapper .contact_top_banner form p:nth-of-type(5) span.wpcf7-spinner {
  display: none;
}
.contact_wrapper .contact_top_banner form p label {
  width: 100%;
  font-size: 2rem;
  text-align: left;
}
.contact_wrapper .contact_top_banner form p label input, .contact_wrapper .contact_top_banner form p label textarea {
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
}
.contact_wrapper .container {
  position: relative;
  z-index: 3;
}

.simple_wrapper {
  width: 100%;
  padding-bottom: 10rem;
}
.simple_wrapper .section_inner {
  width: 100%;
}
.simple_wrapper .section_inner h1 {
  width: 100%;
  font-size: 5.2rem;
  font-weight: 700;
}
.simple_wrapper .section_inner p a {
  font-family: "Work Sans";
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.075px;
  color: #f24c4c;
  text-decoration: underline;
}

.my_new_wrapper {
  background-color: red;
}
.my_new_wrapper p {
  background-color: aqua;
}
.my_new_wrapper p a {
  color: #fff;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (adjust as needed) */
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-container .cover_image {
  height: 100vh;
}
.video-container .cover_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

video.new-video-class {
  z-index: 5;
}

button#openVideoButton {
  width: 100%;
  display: none;
  font-size: 16px !important;
}

@media (max-width: 991px) {
  button#openVideoButton {
    width: 100%;
    display: block;
  }
}
video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parent-container.container14 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
}

.portfolio_single .top_area {
  margin-top: 10rem;
}
@media (max-width: 991px) {
  .portfolio_single .top_area {
    margin: 5rem 0;
  }
}
.portfolio_single .top_area h1 {
  font-family: "Gotham";
  font-size: 4rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 5rem;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .portfolio_single .top_area h1 {
    padding-left: 0rem;
  }
}
.portfolio_single .top_area h1 .first-word {
  font-weight: 300;
  margin-right: 1rem;
}
.portfolio_single .top_area h1 .second-word {
  font-weight: 500;
}
.portfolio_single .main_content {
  display: flex;
}
@media (max-width: 991px) {
  .portfolio_single .main_content {
    flex-direction: column;
  }
}
.portfolio_single .main_content_section {
  width: 100%;
  margin-bottom: 10rem;
}
@media (max-width: 991px) {
  .portfolio_single .main_content_section {
    margin: 5rem 0;
  }
}
.portfolio_single .main_content_section .main_content {
  padding-bottom: 45rem;
  align-items: center;
}
@media (max-width: 1500px) {
  .portfolio_single .main_content_section .main_content {
    padding-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .portfolio_single .main_content_section .main_content {
    padding-bottom: 0rem;
  }
}
.portfolio_single .main_content_section .container {
  position: relative;
}
.portfolio_single .main_content_section .content {
  width: 50%;
  padding-left: 4rem;
  padding-top: 4rem;
  padding-right: 4rem;
}
@media (max-width: 1590px) {
  .portfolio_single .main_content_section .content {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .portfolio_single .main_content_section .content {
    width: 100%;
    padding-left: 0rem;
    padding-top: 0rem;
    margin-bottom: 4rem;
    padding-right: 1rem;
  }
}
@media (max-width: 500px) {
  .portfolio_single .main_content_section .content p {
    padding-right: 1em;
  }
}
.portfolio_single .main_content_section .right_side {
  width: 50%;
}
@media (max-width: 500px) {
  .portfolio_single .main_content_section .right_side {
    width: 100%;
  }
}
.portfolio_single .main_content_section .first_image {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: calc(-17% + 2rem);
  height: 558px;
  position: relative;
}
@media (max-width: 991px) {
  .portfolio_single .main_content_section .first_image {
    position: relative;
    margin-right: 0;
    height: 268px;
  }
}
.portfolio_single .main_content_section .first_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.portfolio_single .main_content_section h3 {
  font-family: "Gotham";
  font-size: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2rem;
  letter-spacing: normal;
  display: flex;
  padding-left: 0;
}
.portfolio_single .main_content_section p {
  font-size: 2rem;
  font-weight: 300 !important;
}
.portfolio_single .main_content_section p:last-of-type {
  margin-bottom: 0;
}
.portfolio_single .main_section_images .two-column-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Defines a two-column grid */
  grid-gap: 40px; /* Adjust the gap between columns */
  margin-bottom: 20px; /* Add spacing between rows (optional) */
  margin-top: 12rem;
  margin-bottom: 12rem;
}
@media (max-width: 991px) {
  .portfolio_single .main_section_images .two-column-row {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.portfolio_single .main_section_images .two-column-row .two-column-image {
  height: 470px;
}
@media (max-width: 991px) {
  .portfolio_single .main_section_images .two-column-row .two-column-image {
    height: 250px;
  }
}
@media (max-width: 500px) {
  .portfolio_single .main_section_images .two-column-row .two-column-image {
    height: 186px;
  }
}
.portfolio_single .main_section_images .two-column-row .two-column-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.portfolio_single .pagination {
  margin-top: 4rem;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}
.portfolio_single .pagination li {
  list-style: none;
}

header#masthead {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 19rem;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #212121;
  padding: 0 3rem;
}
@media (max-width: 991px) {
  header#masthead {
    height: 12rem;
  }
}
header#masthead .left_side {
  position: relative;
  z-index: 4;
}
header#masthead .left_side .nav_toggle.active .line {
  background: #000000;
}
header#masthead .left_side .nav_toggle {
  width: 6rem;
  height: 6rem;
  position: relative;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease;
  margin-left: -14px;
}
@media (max-width: 375px) {
  header#masthead .left_side .nav_toggle {
    scale: 0.9;
  }
}
header#masthead .left_side .nav_toggle span {
  transition: 0.15s top ease-out;
  background: #F4F0EB;
  width: 4rem;
  height: 3px;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
header#masthead .left_side .nav_toggle span:nth-child(1) {
  top: 17px;
}
header#masthead .left_side .nav_toggle span:nth-child(2) {
  top: 29px;
}
header#masthead .left_side .nav_toggle span:nth-child(3) {
  top: 41px;
}
header#masthead .left_side .nav_toggle.active span {
  transition: 0.15s top ease-out, 0.15s width ease-out, 0.15s transform 0.15s ease-out;
  top: 50%;
}
header#masthead .left_side .nav_toggle.active span:nth-child(1) {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
header#masthead .left_side .nav_toggle.active span:nth-child(2) {
  opacity: 0;
}
header#masthead .left_side .nav_toggle.active span:nth-child(3) {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
@media (max-width: 991px) {
  header#masthead .middle_side a.logo {
    position: relative;
    left: 20px;
  }
}
@media (max-width: 375px) {
  header#masthead .middle_side a.logo {
    left: 0;
  }
}
header#masthead .middle_side a.logo img {
  width: 21.3rem;
  max-width: 100%;
}
@media (max-width: 991px) {
  header#masthead .middle_side a.logo img {
    width: 14rem;
  }
}
@media (max-width: 375px) {
  header#masthead .middle_side a.logo img {
    width: 12rem;
  }
}
header#masthead .right_side {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header#masthead .right_side a {
  width: 4rem;
}
header#masthead .right_side a:not(:last-child) {
  margin-right: 2rem;
}
@media (max-width: 375px) {
  header#masthead .right_side a {
    margin-right: 1rem;
    width: 3rem;
  }
}

footer#footer {
  width: 100%;
  background: #212121;
}
footer#footer .footer_inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10rem 0;
}
@media (max-width: 991px) {
  footer#footer .footer_inner {
    flex-direction: column;
  }
}
footer#footer .footer_inner > img {
  width: 23rem;
  max-width: 100%;
}
footer#footer .footer_inner .footer_menu ul {
  list-style-type: none;
  padding: 0;
}
footer#footer .footer_inner .footer_menu ul li {
  list-style-type: none;
}
footer#footer .footer_inner .footer_menu ul li a {
  font-weight: 300;
}
footer#footer .footer_inner .footer_menu ul li:not(:last-child) {
  margin-bottom: 2rem;
}
footer#footer .footer_inner .social_media_icons a:first-of-type {
  margin-right: 3rem;
}
footer#footer .footer_inner .social_media_icons a svg {
  width: auto;
  height: 5.4rem;
}
footer#footer .footer_copyright {
  background: #72383E;
  text-align: center;
  padding: 1rem;
}
footer#footer .footer_copyright a {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
  color: #F4F0EB;
  line-height: 1.5;
}
footer#footer .footer_menu {
  display: flex;
  justify-content: space-around;
}
footer#footer .footer_middle {
  display: flex;
  justify-content: space-around;
  margin-top: 3rem;
  margin-bottom: 3rem;
  align-items: center;
}
footer#footer .footer_middle a {
  font-weight: 300;
}
footer#footer .footer_logo {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  align-items: center;
}
footer#footer .mobile_footer {
  display: none;
  margin-top: 2rem;
}
footer#footer .mobile_footer img {
  height: auto;
  max-width: 35%;
}
footer#footer .mobile_footer .social_media_icons {
  position: relative;
  left: -17px;
}
footer#footer .social_wrapper svg {
  height: 3.2rem !important;
}
@media (max-width: 991px) {
  footer#footer .desktop_footer {
    display: none;
  }
}
@media (max-width: 991px) {
  footer#footer .mobile_footer {
    display: block;
  }
}

nav.main_navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  display: none;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 30vw;
  height: 100vh;
  background: transparent;
  overflow: hidden;
}
nav.main_navigation .circle {
  position: absolute;
  width: 100%; /* Make the circle the same width as the menu */
  height: 100%; /* Make the circle the same height as the menu */
  background-color: #F4F0EB; /* Circle color */
  border-radius: 50%;
  top: -190px;
  left: -530px;
  transform: scale(0); /* Initial scale to make it invisible */
  transform-origin: center center;
  animation: fillMenu 0.5s ease-in-out forwards;
}
@media (max-width: 991px) {
  nav.main_navigation .circle {
    left: -371px;
  }
}
@media (max-width: 500px) {
  nav.main_navigation .circle {
    left: -329px;
  }
}
@keyframes fillMenu {
  to {
    transform: scale(4); /* Scale to 100% */
  }
}
nav.main_navigation:hover ul {
  opacity: 1;
  transition: all 0.5s 0.5s;
}
nav.main_navigation ul {
  margin: 0;
}
nav.main_navigation div.menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  list-style-type: none;
  z-index: 5;
  position: relative;
  /* Define the keyframes for the animation */
}
@media (max-width: 991px) {
  nav.main_navigation div.menu {
    top: 37px;
  }
}
nav.main_navigation div.menu div.active {
  height: 90px;
}
@media (max-width: 991px) {
  nav.main_navigation div.menu div.active {
    height: unset !important;
  }
}
@keyframes expandAnimation {
  0% {
    height: 0;
  }
  100% {
    height: 90px;
    @media (max-width: 991px) {
      nav.main_navigation div.menu {
        height: unset;
      }
    }
  }
}
nav.main_navigation div.menu div {
  height: 0px;
  line-height: 3;
  animation: expandAnimation 0.6s ease; /* Apply the animation */
  display: block;
  overflow: hidden; /* Hide overflow when collapsed */
}
@media (max-width: 991px) {
  nav.main_navigation div.menu div {
    line-height: 2;
    height: unset;
  }
}
nav.main_navigation div.menu div a {
  font-size: 4rem;
  font-weight: 500;
  color: #212121;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 4px;
  transition: all 0.2s;
  text-underline-offset: 0px;
}
@media (max-width: 991px) {
  nav.main_navigation div.menu div a {
    font-size: 2rem;
  }
}
nav.main_navigation div.menu div a:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}
@media (max-width: 991px) {
  nav.main_navigation {
    height: 60vh;
    width: 60vw;
  }
}
@media (max-width: 500px) {
  nav.main_navigation {
    height: 70vh;
    width: 70vw;
  }
}
nav.main_navigation.active {
  display: flex;
}

.home_top_banner {
  width: 100%;
  position: relative;
  height: 41.25vw;
  min-height: 70rem;
}
@media (max-width: 649px) {
  .home_top_banner {
    min-height: 60rem;
  }
}
@media (min-width: 400px) and (max-width: 500px) {
  .home_top_banner {
    min-height: 50rem;
  }
}
.home_top_banner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
}
.home_top_banner > iframe {
  width: 100%;
  height: 56.25vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .home_top_banner > iframe {
    transform: scale(1.2);
  }
}
@media (max-width: 991px) {
  .home_top_banner > iframe {
    transform: scale(1.8);
  }
}
@media (max-width: 767px) {
  .home_top_banner > iframe {
    transform: scale(2.8);
  }
}
@media (max-width: 575px) {
  .home_top_banner > iframe {
    transform: scale(3);
  }
}
@media (max-width: 500px) {
  .home_top_banner > iframe {
    transform: scale(3);
  }
}
@media (max-width: 400px) {
  .home_top_banner > iframe {
    transform: scale(4.5);
  }
}
.home_top_banner > .top_image_text {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.home_top_banner > .top_image_text .top_image_text_inner {
  max-width: 100%;
  width: 65rem;
}
.home_top_banner > .top_image_text .top_image_text_inner h4 {
  font-weight: 300;
  letter-spacing: -1.75px;
  color: #F4F0EB;
  margin: 0;
}
@media (min-width: 1360px) {
  .home_top_banner > .top_image_text .top_image_text_inner h4 {
    font-size: 5rem;
  }
}
@media (max-width: 1359px) {
  .home_top_banner > .top_image_text .top_image_text_inner h4 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .home_top_banner > .top_image_text .top_image_text_inner h4 {
    font-size: 2.5rem;
  }
}
.home_top_banner > .top_image_text .top_image_text_inner h1 {
  font-weight: 700;
  line-height: 0.8;
  color: #F4F0EB;
  margin: 1rem 0 4rem;
}
@media (min-width: 1360px) {
  .home_top_banner > .top_image_text .top_image_text_inner h1 {
    font-size: 14rem;
  }
}
@media (max-width: 1359px) {
  .home_top_banner > .top_image_text .top_image_text_inner h1 {
    font-size: 11.5rem;
  }
}
@media (max-width: 1199px) {
  .home_top_banner > .top_image_text .top_image_text_inner h1 {
    font-size: 10rem;
  }
}
@media (max-width: 991px) {
  .home_top_banner > .top_image_text .top_image_text_inner h1 {
    font-size: 8.5rem;
  }
}
@media (max-width: 767px) {
  .home_top_banner > .top_image_text .top_image_text_inner h1 {
    font-size: 6rem;
    margin: 1rem 0 2rem;
  }
}
@media (max-width: 500px) {
  .home_top_banner > .top_image_text .top_image_text_inner h1 {
    font-size: 5rem;
  }
}
.home_top_banner > .top_image_text .top_image_text_inner p {
  font-size: 1.8rem;
  color: #F4F0EB;
  margin: 0 0 3rem;
}
@media (max-width: 767px) {
  .home_top_banner > .top_image_text .top_image_text_inner p {
    font-size: 1.6rem;
  }
}
.home_top_banner > .top_image_text .top_image_text_inner p a {
  color: #FFB800;
}

.bottom_enquiry_form {
  width: 100%;
  margin: 5rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom_enquiry_form .enquiry_form_inner {
  width: 100rem;
  max-width: 100%;
  border-bottom: 1px solid #F4F0EB;
  padding-bottom: 10rem;
}
.bottom_enquiry_form .enquiry_form_inner h2, .bottom_enquiry_form .enquiry_form_inner h3 {
  width: 100%;
  text-align: center;
  font-size: 3.5rem;
  font-family: "Gotham";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: normal;
  margin: 0 0 5rem;
}
.bottom_enquiry_form .enquiry_form_inner h2 span, .bottom_enquiry_form .enquiry_form_inner h3 span {
  font-weight: 500;
}
.bottom_enquiry_form .enquiry_form_inner form {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .bottom_enquiry_form .enquiry_form_inner form {
    flex-direction: column;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (max-width: 500px) {
  .bottom_enquiry_form .enquiry_form_inner form {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.bottom_enquiry_form .enquiry_form_inner form p {
  text-align: center;
}
.bottom_enquiry_form .enquiry_form_inner form p:nth-of-type(1), .bottom_enquiry_form .enquiry_form_inner form p:nth-of-type(2) {
  width: 48%;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .bottom_enquiry_form .enquiry_form_inner form p:nth-of-type(1), .bottom_enquiry_form .enquiry_form_inner form p:nth-of-type(2) {
    width: 100%;
  }
}
.bottom_enquiry_form .enquiry_form_inner form p:nth-of-type(3), .bottom_enquiry_form .enquiry_form_inner form p:nth-of-type(4), .bottom_enquiry_form .enquiry_form_inner form p:nth-of-type(5) {
  width: 100%;
}
.bottom_enquiry_form .enquiry_form_inner form p:nth-of-type(5) {
  margin: 2rem 0 0;
}
.bottom_enquiry_form .enquiry_form_inner form p:nth-of-type(5) input {
  cursor: pointer;
  padding: 16px 40px 14px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
  display: inline-block;
  transition: all 0.5s ease;
  text-decoration: none;
  outline: none;
  border: 1px solid transparent;
  background: #72383E;
  color: #F4F0EB;
}
.bottom_enquiry_form .enquiry_form_inner form p:nth-of-type(5) span.wpcf7-spinner {
  display: none;
}
.bottom_enquiry_form .enquiry_form_inner form p label {
  width: 100%;
  font-size: 2rem;
}
.bottom_enquiry_form .enquiry_form_inner form p label input, .bottom_enquiry_form .enquiry_form_inner form p label textarea {
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
}
