/*
* Mixin for easy media queries
* @include bp(tablet-only) { SCSS here };
* Default css is for mobile screens
*/

@font-face {
  font-family: "Onest";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/onest/Onest-Light.eot");
  src: url("../fonts/onest/Onest-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/onest/Onest-Light.woff") format("woff"), url("../fonts/onest/Onest-Light.ttf") format("truetype"), url("../fonts/onest/Onest-Light.svg#Onest") format("svg");
}

@font-face {
  font-family: "Onest";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/onest/Onest-Regular.eot");
  src: url("../fonts/onest/Onest-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/onest/Onest-Regular.woff") format("woff"), url("../fonts/onest/Onest-Regular.ttf") format("truetype"), url("../fonts/onest/Onest-Regular.svg#Onest") format("svg");
}

@font-face {
  font-family: "Onest";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/onest/Onest-Medium.eot");
  src: url("../fonts/onest/Onest-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/onest/Onest-Medium.woff") format("woff"), url("../fonts/onest/Onest-Medium.ttf") format("truetype"), url("../fonts/onest/Onest-Medium.svg#Onest") format("svg");
}

@font-face {
  font-family: "Onest";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/onest/Onest-SemiBold.eot");
  src: url("../fonts/onest/Onest-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/onest/Onest-SemiBold.woff") format("woff"), url("../fonts/onest/Onest-SemiBold.ttf") format("truetype"), url("../fonts/onest/Onest-SemiBold.svg#Onest") format("svg");
}

@font-face {
  font-family: "Onest";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/onest/Onest-Bold.eot");
  src: url("../fonts/onest/Onest-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/onest/Onest-Bold.woff") format("woff"), url("../fonts/onest/Onest-Bold.ttf") format("truetype"), url("../fonts/onest/Onest-Bold.svg#Onest") format("svg");
}

@font-face {
  font-family: "Onest";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/onest/Onest-ExtraBold.eot");
  src: url("../fonts/onest/Onest-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/onest/Onest-ExtraBold.woff") format("woff"), url("../fonts/onest/Onest-ExtraBold.ttf") format("truetype"), url("../fonts/onest/Onest-ExtraBold.svg#Onest") format("svg");
}

@font-face {
  font-family: "Onest";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/onest/Onest-Black.eot");
  src: url("../fonts/onest/Onest-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/onest/Onest-Black.woff") format("woff"), url("../fonts/onest/Onest-Black.ttf") format("truetype"), url("../fonts/onest/Onest-Black.svg#Onest") format("svg");
}

@font-face {
  font-family: "icomoon";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#icomoon") format("svg");
}

/*Sass Variables---------------------------------------------------------------------------*/

/*=Global
---------------------------------------*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.4rem;
  line-height: 1.28;
  font-weight: normal;
  background-color: #F2F2FA;
  color: #424242;
  font-family: "Onest", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-ms-viewport {
  width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.8rem;
  line-height: 1.2;
  font-weight: 600;
  color: #1F305E;
}

h1 a:not(:hover),
h2 a:not(:hover),
h3 a:not(:hover),
h4 a:not(:hover),
h5 a:not(:hover),
h6 a:not(:hover) {
  color: inherit;
}

h1 {
  font-size: 3.6rem;
  line-height: 1;
  background: -webkit-linear-gradient(left, #E5BD88 0%, #D6AE7B 100%);
  background: linear-gradient(90deg, #E5BD88 0%, #D6AE7B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: normal;
}

h2 {
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

p {
  margin: 0 0 2rem 0;
}

b,
strong {
  font-weight: 600;
}

ul {
  padding: 0 0 0 17px;
  margin: 0 0 2rem;
}

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

::-webkit-input-placeholder {
  color: #424242;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #424242;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #424242;
}

:-ms-input-placeholder {
  color: #424242;
}

input:focus {
  outline: none;
}

.form-group {
  margin-bottom: 2.5rem;
}

.form-control {
  border-radius: 1rem;
  border: 1px solid #1F305E;
  color: #1F305E;
  padding: 0.5rem 1.6rem;
  font-size: 1.4rem;
  line-height: 1.14;
  height: 4rem;
}

.form-control:focus {
  box-shadow: none;
  border-color: #1F305E;
  box-shadow: 0 0 1rem rgba(31, 48, 94, 0.5);
}

select.form-control {
  background-image: url("../images/select-dropdown-arrow.png");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 2.6rem;
  cursor: pointer;
}

textarea.form-control {
  height: 12.8rem;
  padding: 1.1rem 1.6rem;
  resize: none;
}

label {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.7rem;
  color: #1F305E;
}

a {
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  text-decoration: none;
}

a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}

.btn {
  padding: 1.4rem 2rem;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 10rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
  font-family: "Onest", sans-serif;
  color: #1F305E;
  min-width: 14rem;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out, background-position 0.5s ease,  gap 0.3s ease-in-out, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-transform 0.3s ease;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out, background-position 0.5s ease,  gap 0.3s ease-in-out, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-transform 0.3s ease;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out, background-position 0.5s ease,  transform 0.3s ease, gap 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease-in-out, background-position 0.5s ease,  transform 0.3s ease, gap 0.3s ease-in-out, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-transform 0.3s ease;
}

.btn-primary,
.btn-secondary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-light,
.btn-dark,
.btn-white,
.btn-gradient {
  border: none;
}

.btn-gradient {
  background: -webkit-linear-gradient(left, #D6AE7B 0%, #705B41 100%);
  background: linear-gradient(90deg, #D6AE7B 0%, #705B41 100%);
  color: #1F305E;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-gradient:before {
  background: -webkit-linear-gradient(left, #D6AE7B 0%, #705B41 100%);
  background: linear-gradient(90deg, #D6AE7B 0%, #705B41 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  border-radius: 10rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-gradient:hover {
  color: #1F305E;
}

.btn-gradient:hover:before {
  right: -10rem;
}

.btn.btn-has-circle-arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.2rem;
  text-align: initial;
  padding: 0.4rem 0.4rem 0.4rem 2rem;
}

.btn.btn-has-circle-arrow:after {
  font-size: 3.2rem;
  content: "\e904";
  font-family: "icomoon", sans-serif;
  color: #1F305E;
  font-weight: normal;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.bgImgWrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  overflow: hidden;
}

.bgImg,
.parallaxBgImgInitial,
.parallaxBgImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
}

.parallaxBgImgInitial,
.parallaxBgImg {
  bottom: -100px;
}

.gutters-end-0 > *:last-child {
  margin-bottom: 0 !important;
}

.mobile-menu {
  background: #1F305E;
}

.mobile-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  background-image: url("../images/favicon-img.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  opacity: 0.03;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.mobile-menu .btn-close {
  --bs-btn-close-color: #fff;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 1;
  margin: 0;
  font-size: 1.6rem;
}

.mobile-menu .offcanvas-header {
  border-bottom: 1px solid;
  -webkit-border-image: -webkit-linear-gradient(left, #d6ae7b 0, #754c24 100%) 1;
       -o-border-image: linear-gradient(to right, #d6ae7b 0, #754c24 100%) 1;
          border-image: linear-gradient(to right, #d6ae7b 0, #754c24 100%) 1;
  padding: 2rem 0;
}

.mobile-menu .offcanvas-header .site-logo {
  display: block;
  width: 8.6rem;
}

.mobile-menu .offcanvas-header .site-logo img {
  display: block;
}

.mobile-menu .offcanvas-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 0;
}

.mobile-menu .main-nav .nav {
  display: block;
  font-size: 1.8rem;
}

.mobile-menu .main-nav .nav .menu-item:not(:last-child) {
  margin-bottom: 2rem;
}

.mobile-menu .main-nav .nav .menu-item.current-menu-item > a {
  text-decoration: underline;
}

.mobile-menu .main-nav .nav .menu-item > a {
  color: #ffffff;
}

.mobile-menu .main-nav .nav .menu-item > a:hover {
  color: #ffffff;
}

.mobile-menu .offcanvas-footer {
  margin-top: auto;
  border-top: 1px solid;
  -webkit-border-image: -webkit-linear-gradient(left, #d6ae7b 0, #754c24 100%) 1;
       -o-border-image: linear-gradient(to right, #d6ae7b 0, #754c24 100%) 1;
          border-image: linear-gradient(to right, #d6ae7b 0, #754c24 100%) 1;
  padding: 2rem 0;
}

.mobile-menu .header-contact-numb {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border: 1px solid #ffffff;
  border-radius: 10rem;
  font-size: 1.6rem;
  line-height: 1.4;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  color: #1F305E;
  padding: 0.4rem 1.4rem 0.4rem 0.5rem;
}

.mobile-menu .header-contact-numb:hover {
  background-color: #ffffff;
}

.mobile-menu .header-contact-numb .icon-phone {
  background-color: #1F305E;
  color: #ffffff;
  text-align: center;
  height: 3.5rem;
  width: 3.5rem;
  line-height: 3.5rem;
  border-radius: 50%;
}

.text-gradient {
  background: -webkit-linear-gradient(left, #E5BD88 0%, #754C24 100%);
  background: linear-gradient(90deg, #E5BD88 0%, #754C24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.no-text-gradient {
  background: none;
  text-fill-color: initial;
  -webkit-text-fill-color: initial;
}

#fpage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100svh;
}

.site-header {
  padding: 2rem 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: background-color 0.15s ease-out, box-shadow 0.15s ease-out, padding 0.15s ease-out;
  transition: background-color 0.15s ease-out, box-shadow 0.15s ease-out, padding 0.15s ease-out;
}

.page-scrolled .site-header {
  background-color: #1F305E;
  -webkit-transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out, padding 0.3s ease-out;
  transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out, padding 0.3s ease-out;
  box-shadow: 0 0 1rem #19264b;
}

.site-header .site-logo {
  display: block;
  width: 8.6rem;
}

.site-header .main-nav .nav {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.4rem;
  padding: 0.75rem 1rem;
  border-radius: 10rem;
  border: 1px solid #ffffff;
}

.site-header .main-nav .nav > li.current-menu-item > a {
  text-decoration: underline;
}

.site-header .main-nav .nav > li > a {
  color: #1F305E;
  display: block;
}

.site-header .main-nav .nav > li > a:hover {
  text-decoration: underline;
}

.site-header .header-contact-numb {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border: 1px solid #ffffff;
  border-radius: 10rem;
  font-size: 1.6rem;
  line-height: 1.4;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  color: #1F305E;
  padding: 0.4rem 1.4rem 0.4rem 0.5rem;
}

.site-header .header-contact-numb .icon-phone {
  background-color: #1F305E;
  color: #ffffff;
  text-align: center;
  height: 3.5rem;
  width: 3.5rem;
  line-height: 3.5rem;
  border-radius: 50%;
}

.site-header .header-contact-numb:hover {
  background-color: #ffffff;
}

.site-header .burger-btn {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1F305E;
  gap: 4px;
  padding: 5px 9px;
  border-radius: 0.5rem;
  cursor: pointer;
}

.site-header .burger-btn span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.site-header .burger-btn span:last-child {
  width: 12px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.hero-banner {
  min-height: 100svh;
  position: relative;
  z-index: 1;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15rem 0;
  font-size: 1.4rem;
}

.hero-banner .bgImg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(left, #1F305E 0%, rgba(31, 48, 94, 0) 100%);
  background: linear-gradient(90deg, #1F305E 0%, rgba(31, 48, 94, 0) 100%);
  mix-blend-mode: multiply;
}

.hero-banner .desc {
  margin-bottom: 3.2rem;
}

.hero-banner h1 {
  background: -webkit-linear-gradient(left, #E5BD88 0%, #D6AE7B 100%);
  background: linear-gradient(90deg, #E5BD88 0%, #D6AE7B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.hero-banner p strong {
  color: #E5BD88;
  font-weight: 600;
}

.hero-banner + .highlighted-box {
  margin-bottom: 6.4rem;
  position: relative;
  z-index: 2;
}

.hero-banner + .highlighted-box .inner-container {
  margin-top: -12rem;
}

.highlighted-box {
  margin-bottom: 3.2rem;
}

.highlighted-box .inner-container {
  background-color: #ffffff;
  box-shadow: 0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
  color: #939598;
  text-align: center;
  padding: 3rem 1.5rem 5rem;
  position: relative;
  z-index: 2;
  border-radius: 1.5rem;
  overflow: hidden;
}

.highlighted-box .inner-container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: url("../images/favicon-img.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  opacity: 0.15;
}

.highlighted-box .inner-container > *:last-child {
  margin-bottom: 0;
}

.highlighted-box .inner-container p strong {
  font-weight: inherit;
  color: #1F305E;
}

.section-heading {
  text-align: center;
  margin-bottom: 3.2rem;
}

.section-heading > *:last-child {
  margin-bottom: 0;
}

.section-heading .heading-tag {
  display: inline-block;
  background: -webkit-linear-gradient(left, #E5BD88 0%, #A67545 100%);
  background: linear-gradient(90deg, #E5BD88 0%, #A67545 100%);
  border-radius: 0.5rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
  padding: 0.7em 1.5rem;
  min-width: 15.5rem;
  margin-bottom: 1.6rem;
}

.section-heading h2 {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: normal;
}

.section-heading h2 strong {
  font-weight: inherit;
  background: -webkit-linear-gradient(left, #E5BD88 0%, #754C24 100%);
  background: linear-gradient(90deg, #E5BD88 0%, #754C24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.swiper-button-prev,
.swiper-button-next {
  height: 2.5rem;
  width: 2.5rem;
  min-width: 2.5rem;
  border-radius: 50%;
  border: 1px solid #E5BD88;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-button-prev .swiper-navigation-icon,
.swiper-button-next .swiper-navigation-icon {
  display: none;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  font-family: "icomoon", sans-serif;
  color: #E5BD88;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  box-shadow: 0 0 1rem rgba(229, 189, 136, 0.5);
  -webkit-transform: scale(1.1) !important;
      -ms-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}

.swiper-button-prev:before {
  content: "\e903";
}

.swiper-button-next:before {
  content: "\e902";
}

.swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.swiper-controller .swiper-button-next,
.swiper-controller .swiper-button-prev {
  position: static;
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transform: initial;
      -ms-transform: initial;
          transform: initial;
}

.swiper-controller .swiper-scrollbar {
  position: static;
  background: -webkit-linear-gradient(left, #705B41 0%, #D6AE7B 100%);
  background: linear-gradient(90deg, #705B41 0%, #D6AE7B 100%);
  height: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  width: 100%;
}

.swiper-controller .swiper-scrollbar-drag {
  background-color: #E5BD88;
  height: 6px;
  top: -2px;
  cursor: pointer;
  border-radius: 0;
}

.our-portfolio,
.project-intro-section {
  margin-bottom: 1.2rem;
  overflow: hidden;
  padding-bottom: 2rem;
}

.our-portfolio .section-heading,
.project-intro-section .section-heading {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}

.our-portfolio .swiper,
.project-intro-section .swiper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: initial;
}

.our-portfolio .swiper .swiper-wrapper,
.project-intro-section .swiper .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.our-portfolio .swiper .swiper-slide .ratio,
.project-intro-section .swiper .swiper-slide .ratio {
  --bs-aspect-ratio: 56%;
  border-radius: 1.5rem;
  overflow: hidden;
}

.our-portfolio .swiper-controller,
.project-intro-section .swiper-controller {
  margin: 1.6rem auto 0;
  max-width: 61.6rem;
}

.our-portfolio .swiper-button-prev,
.our-portfolio .swiper-button-next,
.project-intro-section .swiper-button-prev,
.project-intro-section .swiper-button-next {
  border: 1px solid transparent;
  background: -webkit-linear-gradient(#F2F2FA, #F2F2FA) padding-box, -webkit-linear-gradient(top, #d6ae7b, #754c24) border-box;
  background: linear-gradient(#F2F2FA, #F2F2FA) padding-box, linear-gradient(to bottom, #d6ae7b, #754c24) border-box;
}

.project-intro-section {
  margin-bottom: 4.4rem;
}

.project-intro-section .section-heading {
  color: #939598;
  max-width: initial;
}

.project-intro-section .section-heading p strong {
  color: #1F305E;
}

.about-view {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 70.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 3.2rem;
}

.about-view .bgImg {
  background-position: top center;
}

.about-view .bgImgMobile {
  position: relative;
}

.about-view .bgImgMobile:after {
  height: 10rem;
  background: -webkit-linear-gradient(0, #1F305E 1.44%, rgba(31, 48, 94, 0) 100%);
  background: linear-gradient(0, #1F305E 1.44%, rgba(31, 48, 94, 0) 100%);
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  right: 0;
  content: "";
}

.about-view .content-holder {
  position: relative;
  padding: 3rem 1.5rem 3.2rem;
  z-index: 1;
}

.about-view .content-holder h2 {
  max-width: 35rem;
}

.about-view .content-holder .ico-holder {
  width: 2rem;
  margin-bottom: 1.6rem;
}

.about-view .column-right {
  padding-bottom: 5rem;
}

.locations-section {
  margin-bottom: 8rem;
}

.ratio > * {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.growth-pillars {
  margin-bottom: 6.4rem;
}

.growth-pillars .column-left {
  position: relative;
}

.growth-pillars .column-left .section-title {
  background: -webkit-linear-gradient(left, #E5BD88 0%, #A67545 100%);
  background: linear-gradient(90deg, #E5BD88 0%, #A67545 100%);
  padding: 0.8rem 1.6rem;
  color: #ffffff;
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 2;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
}

.growth-pillars .js-growth-pillars-image-slider {
  border-radius: 1.5rem;
}

.growth-pillars .js-growth-pillars-image-slider .swiper-slide .ratio {
  --bs-aspect-ratio: 64%;
  border-radius: 1.5rem;
  overflow: hidden;
}

.growth-pillars .js-growth-pillars-content-slider {
  height: 42rem;
}

.growth-pillars .js-growth-pillars-content-slider .swiper-slide {
  background-color: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  font-size: 1.2rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.growth-pillars .js-growth-pillars-content-slider .swiper-slide > *:last-child {
  margin-bottom: 0;
}

.growth-pillars .js-growth-pillars-content-slider .swiper-slide.swiper-slide-thumb-active {
  background-color: #1F305E;
  color: #ffffff;
}

.growth-pillars .js-growth-pillars-content-slider .swiper-slide.swiper-slide-thumb-active h5 {
  color: #E5BD88;
}

.growth-pillars .js-growth-pillars-content-slider .swiper-slide .content-holder > *:last-child {
  margin-bottom: 0;
}

.growth-pillars .js-growth-pillars-content-slider .swiper-slide .content-holder h5 {
  text-transform: uppercase;
}

.investment-section {
  overflow: hidden;
  margin-bottom: 5.4rem;
}

.investment-section .section-heading {
  text-align: initial;
  margin-bottom: 2rem;
}

.investment-section .investment-cards {
  --bs-gutter-x: 2rem;
}

.investment-section .investment-card {
  margin-bottom: 1rem;
}

.investment-section .investment-card__box {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
  height: 100%;
}

.investment-section .investment-card .ratio {
  --bs-aspect-ratio: 100%;
  width: 6.9rem;
}

.investment-section .investment-card .ratio img {
  border-radius: 0.5rem;
}

.investment-section .investment-card .column-content > *:last-child {
  margin-bottom: 0;
}

.investment-section .investment-card .column-content h1,
.investment-section .investment-card .column-content h2,
.investment-section .investment-card .column-content h3,
.investment-section .investment-card .column-content h4,
.investment-section .investment-card .column-content h5,
.investment-section .investment-card .column-content h6 {
  color: #424242;
  font-weight: normal;
}

.site-footer {
  background-color: #1F305E;
  color: #ffffff;
  padding: 6.5rem 0;
  font-size: 1.4rem;
  margin-top: auto;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer a {
  color: #ffffff;
}

.site-footer__top {
  margin-bottom: 3rem;
}

.site-footer .footer-about {
  font-size: 1.6rem;
  padding: 1.6rem 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  -webkit-border-image: -webkit-linear-gradient(left, #d6ae7b 0, #754c24 100%) 1;
       -o-border-image: linear-gradient(to right, #d6ae7b 0, #754c24 100%) 1;
          border-image: linear-gradient(to right, #d6ae7b 0, #754c24 100%) 1;
}

.site-footer .footer-about > *:last-child {
  margin-bottom: 0;
}

.site-footer .footer-about p strong {
  color: #E5BD88;
}

.site-footer .footer-contact-info {
  font-size: 1.2rem;
}

.site-footer .footer-contact-info .footer-title {
  line-height: 1.28;
  color: #E5BD88;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.1rem;
}

.site-footer .footer-contact-info ul li:not(:last-child) {
  margin-bottom: 0.6rem;
}

.site-footer .footer-contact-info ul li a:hover {
  color: #E5BD88;
  text-decoration: underline;
}

.site-footer .site-logo {
  display: block;
  width: 19.2rem;
}

.site-footer .footer-newsletter {
  max-width: 50.8rem;
  margin: 0 auto;
}

.site-footer .footer-newsletter .label {
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.site-footer .footer-newsletter form {
  padding: 1rem 2rem;
  border: 1px solid #E5BD88;
  border-radius: 10rem;
  position: relative;
}

.site-footer .footer-newsletter form ::-webkit-input-placeholder {
  color: #E5BD88;
}

.site-footer .footer-newsletter form :-moz-placeholder {
  /* Firefox 18- */
  color: #E5BD88;
}

.site-footer .footer-newsletter form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #E5BD88;
}

.site-footer .footer-newsletter form :-ms-input-placeholder {
  color: #E5BD88;
}

.site-footer .footer-newsletter form .form-group {
  margin-bottom: 0;
  border-bottom: 1px solid #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.site-footer .footer-newsletter form .form-group > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.site-footer .footer-newsletter form .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  width: 100%;
}

.site-footer .footer-newsletter form .form-control {
  background-color: transparent;
  color: #ffffff;
  border-radius: 0;
  height: 3rem;
  border: none;
  padding: 0;
  font-size: 1.2rem;
}

.site-footer .footer-newsletter form .submit-btn {
  background-color: transparent;
  border: none;
  box-shadow: none;
  background-image: url("../images/long-arrow-right.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.6rem auto;
  width: 2rem;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.site-footer .footer-newsletter form .submit-btn:hover {
  opacity: 0.7;
}

.site-footer .wpcf7-form .wpcf7-not-valid-tip {
  margin-left: 0;
  position: absolute;
  font-size: 1.2rem;
}

.site-footer .wpcf7 form.invalid .wpcf7-response-output,
.site-footer .wpcf7 form.unaccepted .wpcf7-response-output,
.site-footer .wpcf7 form.payment-required .wpcf7-response-output {
  color: #ffffff;
  position: absolute;
}

.site-footer__bottom .inline-social-icons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-footer__bottom .siteby {
  color: #E5BD88;
}

.site-footer__bottom .siteby a {
  font-weight: bold;
  color: #E5BD88;
}

.site-footer__bottom .siteby a:hover {
  text-decoration: underline;
}

.inline-social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  margin-bottom: 2.6rem;
}

.inline-social-icons a {
  height: 3.5rem;
  width: 3.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.1rem;
  color: #E5BD88;
  border-radius: 50%;
  border: 1px solid transparent;
  background: -webkit-linear-gradient(#1F305E, #1F305E) padding-box, -webkit-linear-gradient(top, #d6ae7b, #754c24) border-box;
  background: linear-gradient(#1F305E, #1F305E) padding-box, linear-gradient(to bottom, #d6ae7b, #754c24) border-box;
}

.inline-social-icons a .icon-twitter {
  font-size: 0.75em;
}

.inline-social-icons a .icon-instagram {
  font-size: 0.8em;
}

.inline-social-icons a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  box-shadow: 0 0 1rem #121c38;
}

.secondary-banner {
  min-height: 100svh;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 7rem 0;
  font-size: 1.4rem;
  margin-bottom: 6.4rem;
}

.secondary-banner .bgImg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(left, #1F305E 0%, rgba(31, 48, 94, 0) 100%);
  background: linear-gradient(90deg, #1F305E 0%, rgba(31, 48, 94, 0) 100%);
  mix-blend-mode: multiply;
}

.secondary-banner p {
  margin-bottom: 2rem;
}

.secondary-banner p strong {
  color: #E5BD88;
  font-weight: 600;
}

.secondary-banner .main-contact-form {
  max-width: 89.6rem;
  margin: 0 auto;
}

.secondary-banner .main-contact-form .section-heading .title-helper {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.3em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
}

.secondary-banner .main-contact-form .section-heading h2 {
  line-height: 1.2;
  color: #E5BD88;
}

.secondary-banner .main-contact-form form {
  box-shadow: 0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  padding: 3rem;
  background-color: #ffffff;
}

.secondary-banner .main-contact-form form .form-group label {
  display: block;
}

.secondary-banner .main-contact-form form .btn:hover {
  color: #ffffff;
}

.secondary-banner .hero-scroll-down-btn {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  background: -webkit-linear-gradient(bottom, #E5BD88 0%, #A67545 100%);
  background: linear-gradient(0deg, #E5BD88 0%, #A67545 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 2rem;
  margin: 0 auto;
  cursor: pointer;
}

.secondary-banner.secondary-banner--contact {
  padding-bottom: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #ffffff;
  margin-bottom: 0;
}

.secondary-banner.secondary-banner--contact .main-contact-form {
  margin-bottom: -15.8rem;
}

.secondary-banner.secondary-banner--company {
  background-color: #F2F2FA;
}

.secondary-banner.secondary-banner--company .bgImgWrapper {
  mix-blend-mode: multiply;
}

.secondary-banner.secondary-banner--company .bgImg {
  background-position: bottom center;
}

.secondary-banner.secondary-banner--company .bgImg:before {
  display: none;
}

.secondary-banner.secondary-banner--company h1 {
  color: #1F305E;
  background: initial;
  -webkit-text-fill-color: initial;
}

.secondary-banner.secondary-banner--portfolio {
  background-color: #F2F2FA;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: initial;
  margin-bottom: 0;
}

.secondary-banner.secondary-banner--portfolio .bgImgWrapper {
  mix-blend-mode: multiply;
}

.secondary-banner.secondary-banner--portfolio .bgImg:before {
  background: -webkit-linear-gradient(top, #1F305E 0%, rgba(31, 48, 94, 0) 100%);
  background: linear-gradient(180deg, #1F305E 0%, rgba(31, 48, 94, 0) 100%);
  bottom: auto;
  height: 70%;
}

.secondary-banner.secondary-banner--portfolio .portfolio-hero-content {
  background-color: #1F305E;
  color: #ffffff;
  text-align: center;
  border-radius: 1.5rem;
  position: relative;
  padding: 4rem 1.6rem 5rem;
  font-size: 1.4rem;
}

.secondary-banner.secondary-banner--portfolio .portfolio-hero-content h1 {
  background: none;
  -webkit-text-fill-color: initial;
  color: #ffffff;
}

.secondary-banner.secondary-banner--portfolio .portfolio-hero-content h1 strong {
  font-weight: normal;
}

.secondary-banner.secondary-banner--portfolio .portfolio-hero-content .desc {
  max-width: 58rem;
  margin: 0 auto;
}

.secondary-banner.secondary-banner--portfolio .portfolio-hero-content .hero-scroll-down-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

.secondary-banner.secondary-banner--portfolio-detail {
  min-height: 59.2rem;
  margin-bottom: 6.4rem;
}

.secondary-banner.secondary-banner--portfolio-detail .bgImg:before {
  background: -webkit-linear-gradient(top, #1F305E 0%, rgba(31, 48, 94, 0) 100%);
  background: linear-gradient(180deg, #1F305E 0%, rgba(31, 48, 94, 0) 100%);
}

.secondary-banner.secondary-banner--portfolio-detail .content-holder {
  text-align: center;
  max-width: 52.5rem;
  margin: 0 auto;
}

.secondary-banner.secondary-banner--portfolio-detail .content-holder h1 {
  color: #E5BD88;
}

.secondary-banner.secondary-banner--portfolio-detail .content-holder .hero-scroll-down-btn {
  margin-top: 3.2rem;
}

.contact-info-section {
  padding: 22rem 0 8rem;
  position: relative;
  z-index: 1;
}

.contact-info-section:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: url("../images/favicon-img.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  opacity: 0.15;
}

.contact-info-section .section-heading h2 {
  font-weight: 300;
}

.contact-info-section .section-heading h2 strong {
  background: -webkit-linear-gradient(left, #E5BD88 0%, #754C24 100%);
  background: linear-gradient(90deg, #E5BD88 0%, #754C24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: block;
}

.contact-info-section .contact-info-item {
  margin-bottom: 2rem;
}

.contact-info-section .contact-info-item__box {
  box-shadow: 0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding: 2.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  height: 100%;
}

.contact-info-section .contact-info-item__box > *:last-child {
  margin-bottom: 0;
}

.contact-info-section .contact-info-item .ico-holder {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  background-color: #1F305E;
  color: #ffffff;
  font-size: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
}

.contact-info-section .contact-info-item h6 {
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.8rem;
}

.contact-info-section .contact-info-item h6 a {
  color: inherit;
}

.contact-info-section .contact-info-item h6 a:hover {
  text-decoration: underline;
}

.wpcf7-form p {
  margin: 0;
}

.wpcf7-form br {
  display: none;
}

.wpcf7-form .wpcf7-spinner {
  position: absolute;
}

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  margin-top: 0.5rem;
  margin-left: 1rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #1F305E;
}

.image-reveal > img,
.image-reveal > svg {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path 1.5s ease-out;
  transition: -webkit-clip-path 1.5s ease-out;
  transition: clip-path 1.5s ease-out;
  transition: clip-path 1.5s ease-out, -webkit-clip-path 1.5s ease-out;
}

main.site-main.page {
  padding: 15rem 0;
  text-align: center;
}

.about-intro {
  margin-bottom: 6.4rem;
  overflow: hidden;
}

.about-intro .image-holder img {
  border-radius: 1.5rem 1.5rem 0 0;
}

.about-intro .content-holder {
  background-color: #1F305E;
  color: #ffffff;
  padding: 3rem 1.6rem;
  font-size: 1.6rem;
  border-radius: 0 0 1.5rem 1.5rem;
  position: relative;
  z-index: 1;
}

.about-intro .content-holder p strong {
  color: #E5BD88;
}

.about-invested {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.about-invested::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: url("../images/favicon-img.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  opacity: 0.15;
}

.about-invested .inner-container {
  position: relative;
}

.about-invested .section-heading {
  max-width: 40rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: initial;
  z-index: 2;
}

.about-invested .section-heading h2 {
  margin-bottom: 1.6rem;
}

.about-invested .section-heading h2 strong {
  display: block;
}

.about-foundation {
  padding: 6.4rem 0 14rem;
  background-color: #ffffff;
  color: #939598;
}

.about-foundation .section-heading {
  max-width: 67rem;
  margin: 0 auto 1.6rem;
  color: #1F305E;
}

.about-foundation__diagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-foundation__circle {
  width: 50%;
  background-color: rgba(229, 189, 136, 0.3);
  border-radius: 50%;
  position: relative;
  text-align: center;
}

.about-foundation__circle:before {
  content: "";
  padding-top: 100%;
  display: block;
}

.about-foundation__circle h5 {
  font-weight: normal;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 2rem;
}

.about-partnership {
  margin-bottom: 6.4rem;
  position: relative;
  z-index: 1;
}

.about-partnership .inner-container {
  background-color: #1F305E;
  padding: 6rem 1.6rem;
  border-radius: 1.5rem;
  color: #ffffff;
  margin-top: -8rem;
}

.about-partnership .column-content {
  padding: 0 0 4rem;
  font-size: 1.4rem;
}

.about-partnership .column-content h2 {
  color: inherit;
  font-weight: normal;
}

.about-partnership .column-content h2 strong {
  font-weight: inherit;
}

.about-partnership__features {
  padding: 4rem 0 0;
}

.about-partnership__features > *:last-child {
  margin-bottom: 0;
}

.about-partnership__features-title {
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 1.6rem;
}

.about-partnership__list {
  padding-left: 0;
}

.about-partnership__list .about-partnership__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.about-partnership__list .about-partnership__item:not(:last-child) {
  margin-bottom: 1.6rem;
}

.about-partnership__list .about-partnership__item .about-partnership__icon {
  width: 3.2rem;
  margin-right: 1.6rem;
}

.about-partnership__list .about-partnership__item .about-partnership__text {
  font-size: 1.4rem;
  line-height: 1;
}

.about-partnership__list .about-partnership__item .about-partnership__text > *:last-child {
  margin-bottom: 0;
}

.about-partnership__list .about-partnership__item .about-partnership__text h6 {
  color: #E5BD88;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
}

.bg-image-with-overlay-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 40rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10rem 0;
}

.bg-image-with-overlay-content .bgImg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(right, #1F305E 0%, rgba(31, 48, 94, 0) 100%);
  background: linear-gradient(270deg, #1F305E 0%, rgba(31, 48, 94, 0) 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}

.bg-image-with-overlay-content .content-holder h2 {
  color: #ffffff;
}

.bg-image-with-overlay-content .content-holder h2 strong {
  color: #E5BD88;
  font-weight: inherit;
}

.bg-image-with-overlay-content .content-holder .btn {
  margin-top: 1.6rem;
}

.meta__value {
  display: block;
  font-weight: 600;
  background: -webkit-linear-gradient(left, #E5BD88 0%, #754C24 100%);
  background: linear-gradient(90deg, #E5BD88 0%, #754C24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.meta__label {
  color: #1F305E;
  display: block;
}

.has-bottom-bar-bg {
  position: relative;
  z-index: 1;
}

.has-bottom-bar-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: url("../images/favicon-img.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  opacity: 0.15;
}

.portfolio-listing {
  position: relative;
  z-index: 1;
  padding-bottom: 1.4rem;
}

.portfolio-listing .portfolio-card {
  color: #939598;
  font-size: 1.4rem;
  margin-bottom: 5rem;
}

.portfolio-listing .portfolio-card__media {
  margin-bottom: 2.2rem;
  border-radius: 1.5rem;
  overflow: hidden;
}

.portfolio-listing .portfolio-card__media a {
  display: block;
  position: relative;
}

.portfolio-listing .portfolio-card__media a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(left, #1F305E 0%, rgba(31, 48, 94, 0) 100%);
  background: linear-gradient(90deg, #1F305E 0%, rgba(31, 48, 94, 0) 100%);
  mix-blend-mode: multiply;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  z-index: 1;
  border-radius: 1.5rem;
  opacity: 0;
}

.portfolio-listing .portfolio-card__media a:hover:before {
  opacity: 1;
}

.portfolio-listing .portfolio-card__media a:hover .ratio img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.portfolio-listing .portfolio-card__media .ratio {
  --bs-aspect-ratio: 77%;
  display: block;
}

.portfolio-listing .portfolio-card__media .ratio img {
  border-radius: 1.5rem;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.portfolio-listing .portfolio-card__location {
  font-size: 1.4rem;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.3rem;
  color: #A67545;
}

.portfolio-listing .portfolio-card__location .icon-location-pin {
  font-size: 1.5rem;
}

.portfolio-listing .portfolio-card__title {
  font-size: 1.8rem;
}

.portfolio-listing .portfolio-card__title a {
  color: inherit;
}

.portfolio-listing .portfolio-card__title a:hover {
  color: #A67545;
}

.portfolio-listing .portfolio-card .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.portfolio-listing .portfolio-card__footer .row {
  --bs-gutter-x: 1.6rem;
}

.project-content-section {
  margin-bottom: 6.4rem;
  color: #939598;
}

.project-content-section .meta__item:not(:last-child) {
  margin-bottom: 2rem;
}

.project-content-section .meta__item .icon-location-pin {
  font-size: 3.2rem;
  margin-bottom: 0.8rem;
  display: block;
}

.favico-holder {
  width: 2rem;
  margin-bottom: 1.6rem;
}

.project-map {
  margin-bottom: 6.4rem;
}

.project-map iframe {
  height: 33.2rem;
  width: 100%;
  border-radius: 1.5rem;
}

.project-related {
  margin-bottom: 6.4rem;
  overflow: hidden;
}

.project-related .section-heading {
  text-align: initial;
  margin-bottom: 0;
  color: #939598;
}

.project-related .portfolio-card {
  border-radius: 1.5rem;
  overflow: hidden;
  width: 30rem;
}

.project-related .portfolio-card__link {
  display: block;
}

.project-related .portfolio-card__link:hover .ratio img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.project-related .portfolio-card__link:hover .portfolio-card__media:before {
  opacity: 1;
}

.project-related .portfolio-card .ratio {
  --bs-aspect-ratio: 73%;
}

.project-related .portfolio-card .ratio img {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.project-related .portfolio-card__media {
  position: relative;
}

.project-related .portfolio-card__media:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, #1F305E 0%, rgba(31, 48, 94, 0) 100%);
  background: linear-gradient(180deg, #1F305E 0%, rgba(31, 48, 94, 0) 100%);
  mix-blend-mode: multiply;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  z-index: 1;
  border-radius: 1.5rem;
  opacity: 0;
}

.project-related .portfolio-card__content {
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 2rem;
  max-width: 32.4rem;
  background-color: rgba(217, 217, 217, 0.5);
  padding: 1.3rem 1.7rem 1.3rem 2rem;
  border-radius: 0 1.5rem 0 0;
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  z-index: 1;
}

.project-related .portfolio-card__title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.4rem;
  line-height: 1;
}

.project-related .portfolio-card__title:hover {
  text-decoration: underline;
}

.project-related .portfolio-card__location {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
}

.project-related .portfolio-card__location .icon-location-pin {
  font-size: 1.3em;
}

.wpcf7 .wpcf7-turnstile.cf-turnstile {
  display: none;
}

@media (min-width: 768px) {
  html {
    font-size: 47.5%;
  }

  body {
    font-size: 1.8rem;
  }

  h1 {
    font-size: 6.4rem;
  }

  h2 {
    margin-bottom: 1.6rem;
    font-size: 4.2rem;
  }

  h3 {
    font-size: 3.6rem;
  }

  h4 {
    font-size: 3rem;
  }

  h5 {
    font-size: 2.4rem;
  }

  h6 {
    font-size: 1.8rem;
  }

  p {
    margin: 0 0 2.4rem 0;
  }

  ul {
    margin: 0 0 2.4rem;
  }

  .btn {
    min-width: 18.4rem;
    font-size: 1.6rem;
  }

  .btn.btn-has-circle-arrow {
    padding: 0.5rem 0.7rem 0.5rem 1.9rem;
  }

  .btn.btn-has-circle-arrow:after {
    font-size: 3.5rem;
  }

  .mobile-menu .offcanvas-header {
    padding: 1.7rem 0;
  }

  .mobile-menu .offcanvas-header .site-logo {
    width: 18.4rem;
  }

  .mobile-menu .main-nav .nav {
    font-size: 2rem;
  }

  .site-header {
    padding: 1.7rem 0;
  }

  .site-header .site-logo {
    width: 18.4rem;
  }

  .hero-banner {
    font-size: 2.4rem;
    min-height: 74.2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .hero-banner + .highlighted-box .inner-container {
    margin-top: -10rem;
  }

  .highlighted-box {
    margin-bottom: 12.5rem;
  }

  .highlighted-box .inner-container {
    padding: 6rem 7.5rem;
    font-size: 3.6rem;
  }

  .section-heading {
    margin-bottom: 6.4rem;
  }

  .section-heading .heading-tag {
    font-size: 1.8rem;
    letter-spacing: 0.5rem;
    min-width: 21.6rem;
    padding: 1.15rem 1.5rem;
    margin-bottom: 3.2rem;
  }

  .section-heading h2 {
    font-size: 6.4rem;
  }

  .swiper-button-prev,
  .swiper-button-next {
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
  }

  .swiper-button-prev::before,
  .swiper-button-next::before {
    font-size: 1.4rem;
  }

  .swiper-controller {
    gap: 4.5rem;
  }

  .swiper-controller .swiper-scrollbar-drag {
    height: 8px;
    top: -3px;
  }

  .our-portfolio,
  .project-intro-section {
    margin-bottom: 7.5rem;
  }

  .our-portfolio .swiper .swiper-slide .ratio,
  .project-intro-section .swiper .swiper-slide .ratio {
    --bs-aspect-ratio: 50%;
  }

  .our-portfolio .swiper-controller,
  .project-intro-section .swiper-controller {
    margin: 4rem auto 0;
  }

  .project-intro-section .section-heading {
    font-size: 2.4rem;
  }

  .about-view {
    padding-top: 12rem;
    margin-bottom: 9.6rem;
  }

  .about-view .content-holder {
    padding: 6.5rem 3.2rem 5rem 0;
  }

  .about-view .content-holder:before {
    content: "";
    background-color: #F2F2FA;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 150vw;
    z-index: -1;
    border-radius: 0 1.5rem 0 0;
  }

  .about-view .content-holder .ico-holder {
    width: 3.2rem;
    margin-bottom: 2.5rem;
  }

  .locations-section {
    margin-bottom: 13.5rem;
  }

  .growth-pillars {
    margin-bottom: 9.5rem;
  }

  .growth-pillars .column-left .section-title {
    padding: 2rem 5.2rem;
    left: -1.5rem;
    border-radius: 1.5rem;
  }

  .growth-pillars .js-growth-pillars-image-slider .swiper-slide .ratio {
    --bs-aspect-ratio: 129%;
  }

  .growth-pillars .js-growth-pillars-content-slider {
    height: 65.6rem;
  }

  .growth-pillars .js-growth-pillars-content-slider .swiper-slide {
    padding: 2.7rem 2.7rem 2.5rem;
    font-size: 1.6rem;
  }

  .investment-section .section-heading {
    margin-bottom: 5.4rem;
  }

  .investment-section .section-heading h2 {
    font-size: 4.2rem;
  }

  .investment-section .investment-cards {
    --bs-gutter-x: 3rem;
  }

  .investment-section .investment-card {
    margin-bottom: 3.2rem;
  }

  .investment-section .investment-card .ratio {
    width: 7.6rem;
  }

  .site-footer__top {
    margin-bottom: 6.4rem;
  }

  .site-footer .footer-about {
    font-size: 2.4rem;
    border-top: 2px solid;
    border-bottom: 2px solid;
  }

  .site-footer .footer-contact-info {
    text-align: right;
    font-size: 1.4rem;
  }

  .site-footer .footer-newsletter .label {
    max-width: 31rem;
  }

  .site-footer .footer-newsletter form {
    padding: 2rem 3rem;
  }

  .site-footer__bottom .inline-social-icons {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .site-footer__bottom .column.column--right {
    text-align: right;
  }

  .secondary-banner {
    font-size: 2.4rem;
    min-height: 74.2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10rem 0;
    margin-bottom: 8.4rem;
  }

  .secondary-banner p {
    margin-bottom: 3.2rem;
  }

  .secondary-banner .main-contact-form .section-heading {
    margin-bottom: 3.2rem;
  }

  .secondary-banner .main-contact-form .section-heading .title-helper {
    font-size: 1.2rem;
  }

  .secondary-banner .main-contact-form form {
    padding: 6rem 6.5rem 5rem;
  }

  .secondary-banner .hero-scroll-down-btn {
    height: 6.4rem;
    width: 6.4rem;
    font-size: 2.4rem;
  }

  .secondary-banner.secondary-banner--portfolio {
    padding: 0;
    margin-bottom: 9.6rem;
  }

  .secondary-banner.secondary-banner--portfolio .portfolio-hero-content {
    font-size: 2.4rem;
    padding: 5.5rem 12.5rem;
  }

  .contact-info-section {
    padding: 28.5rem 0 18.5rem;
  }

  .contact-info-section .section-heading {
    margin-bottom: 5.4rem;
  }

  .contact-info-section .contact-info-item {
    margin-bottom: 3rem;
  }

  .contact-info-section .contact-info-item__box {
    padding: 2.5rem 3.2rem;
    font-size: 1.6rem;
  }

  .contact-info-section .contact-info-item h6 {
    font-size: 2rem;
  }

  .wpcf7-form .wpcf7-not-valid-tip {
    margin-left: 1.5rem;
  }

  .about-intro {
    margin-bottom: 11rem;
  }

  .about-intro .image-holder img {
    border-radius: 1.5rem;
  }

  .about-intro .content-holder {
    margin-left: -24.5rem;
    font-size: 2.4rem;
    padding: 3.5rem 3rem 3rem;
    border-radius: 1.5rem;
  }

  .about-invested .section-heading h2 {
    margin-bottom: 3.2rem;
  }

  .about-invested__media {
    margin-right: -29.5%;
  }

  .about-foundation {
    padding: 8.5rem 0 17rem;
  }

  .about-foundation .section-heading {
    margin: 0 auto 4rem;
    font-size: 2.4rem;
  }

  .about-foundation .section-heading h2 {
    font-size: 4.8rem;
  }

  .about-foundation__diagram {
    width: 57.8%;
  }

  .about-foundation__circle:nth-child(1) {
    right: -7rem;
  }

  .about-foundation__circle h5 {
    padding: 6rem;
  }

  .about-partnership {
    margin-bottom: 12rem;
  }

  .about-partnership .inner-container {
    padding: 5.5rem;
  }

  .about-partnership .column-content {
    border-right: 1px solid #ffffff;
    padding: 4.5rem 4rem 3rem 0;
  }

  .about-partnership .column-content {
    font-size: 2.4rem;
  }

  .about-partnership .column-content .btn {
    margin-top: 2rem;
  }

  .about-partnership__features {
    padding: 4.5rem 0 3rem 6rem;
  }

  .about-partnership__features-title {
    font-size: 3.2rem;
    margin-bottom: 3.2rem;
  }

  .about-partnership__list .about-partnership__item:not(:last-child) {
    margin-bottom: 2.4rem;
  }

  .bg-image-with-overlay-content {
    min-height: 60.6rem;
  }

  .bg-image-with-overlay-content .content-holder h2 {
    font-size: 6.4rem;
  }

  .bg-image-with-overlay-content .content-holder .btn {
    margin-top: 3.2rem;
  }

  .portfolio-listing {
    padding-bottom: 6.4rem;
  }

  .portfolio-listing .portfolio-card {
    margin-bottom: 6.4rem;
  }

  .portfolio-listing .portfolio-card__title {
    font-size: 2rem;
  }

  .portfolio-listing .portfolio-card .meta {
    gap: 0.4rem;
  }

  .portfolio-listing .portfolio-card .meta__item {
    min-width: 7rem;
  }

  .project-content-section .column-left {
    width: 61.666667%;
  }

  .project-content-section .meta__item:not(:last-child) {
    margin-bottom: 3.2rem;
  }

  .favico-holder {
    width: 3.2rem;
  }

  .project-map {
    margin-bottom: 12.8rem;
  }

  .project-related {
    margin-bottom: 12.8rem;
  }

  .project-related .section-heading {
    font-size: 2.4rem;
  }

  .project-related .portfolio-card {
    width: 45rem;
  }

  .project-related .portfolio-card__content {
    padding: 1.3rem 1.7rem 1.3rem 3.8rem;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 52.5%;
  }

  .about-view .content-holder {
    margin-left: -3.2rem;
  }

  .investment-section .investment-cards {
    --bs-gutter-x: 5rem;
  }

  .about-foundation .custom-row {
    --bs-gutter-x: 6.4rem;
  }

  .project-related .portfolio-card {
    width: 48rem;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 57.5%;
  }

  .container {
    padding-left: 5rem;
    padding-right: 5rem;
    max-width: 136.4rem;
  }

  .investment-section .investment-cards {
    --bs-gutter-x: 8.6rem;
  }

  .about-partnership .inner-container {
    padding: 5.5rem 5.5rem 5.5rem 7.5rem;
  }

  .about-partnership .column-content {
    padding: 4.5rem 7.6rem 3rem 0;
  }

  .about-partnership__features {
    padding: 4.5rem 0 3rem 10.5rem;
  }

  .project-related .portfolio-card {
    width: 50.8rem;
  }
}

@media (min-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}

@media (min-width: 1792px) {
  html {
    font-size: 11px;
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 11.5px;
  }
}

@media (min-width: 2240px) {
  html {
    font-size: 12px;
  }

  html {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 4.8rem;
  }

  .site-header {
    background-color: #1F305E;
  }

  .hero-banner .bgImg:before {
    background: -webkit-linear-gradient(bottom, #1F305E 22.6%, rgba(31, 48, 94, 0) 100%);
    background: linear-gradient(0deg, #1F305E 22.6%, rgba(31, 48, 94, 0) 100%);
  }

  .hero-banner .desc {
    max-width: 21rem;
    margin-bottom: 2rem;
  }

  .highlighted-box .inner-container::before {
    background-size: 3.2rem auto;
  }

  .about-view {
    padding-bottom: 3.5rem;
    background-color: #1F305E;
  }

  .about-view .content-holder {
    background-color: #F2F2FA;
    border-radius: 1.5rem;
  }

  .about-view .content-holder h2 {
    margin-bottom: 0.8rem;
    max-width: 22rem;
  }

  .locations-section .section-heading {
    margin-bottom: 1.6rem;
  }

  .locations-section .locations-map-holder {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }

  .growth-pillars .column-left .section-title {
    font-size: 1.8rem;
  }

  .growth-pillars .inner-container {
    position: relative;
  }

  .growth-pillars .js-growth-pillars-content-slider .swiper-slide .content-holder h5 {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }

  .growth-pillars .column-right {
    margin-top: -4.5rem;
  }

  .investment-section .investment-card__box {
    padding-right: 4rem;
    padding: 1rem 2rem 1rem 1rem;
  }

  .investment-section .investment-card .column-content h6 {
    font-size: 1.2rem;
  }

  .site-footer {
    text-align: center;
    padding: 6.5rem 0 4rem;
    font-size: 1.2rem;
  }

  .site-footer .footer-about {
    margin-bottom: 3rem;
  }

  .site-footer .site-logo {
    width: 12rem;
    margin: 0 auto 4rem;
  }

  .site-footer .footer-newsletter {
    max-width: initial;
    margin-bottom: 4rem;
  }

  .site-footer .footer-newsletter .label {
    font-size: 1.2rem;
  }

  .contact-info-section:before {
    background-size: 3.2rem auto;
  }

  .contact-info-section .contact-info-item__box {
    text-align: center;
  }

  .contact-info-section .contact-info-item .ico-holder {
    margin-left: auto;
    margin-right: auto;
    height: 5rem;
    width: 5rem;
    font-size: 1.8rem;
  }

  .about-invested::before {
    background-size: 3.2rem auto;
  }

  .about-invested__media img {
    -webkit-clip-path: inset(0%);
            clip-path: inset(0%);
    min-height: 27rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
  }

  .about-foundation {
    text-align: center;
  }

  .about-foundation__diagram {
    margin-bottom: 2rem;
  }

  .about-foundation__circle:nth-child(1) {
    right: -1.5rem;
  }

  .about-foundation__circle:nth-child(2) {
    left: -1.5rem;
  }

  .about-partnership .column-content {
    border-bottom: 1px solid #ffffff;
  }

  .has-bottom-bar-bg::before {
    background-size: 3.2rem auto;
  }

  .portfolio-listing .portfolio-card .meta__item {
    font-size: 1.2rem;
  }

  .project-content-section .column-left {
    margin-bottom: 4rem;
  }

  .project-related .section-heading {
    margin-bottom: 3rem;
  }
}