:root {
  /* --navy-blue: #24215C; */
  --navy-blue: #1B194D;
  --dark-blue: #152238;
  --sky-blue: #9ECFFF;
  --red: #EB423D;
  --light-red: #EC423D;
  --peach: #F58282;
  --black-text: #555;
  --dark-text: #333;
  --grey: #d6d6d6;
  --light-grey: #F8F9FB;

  --top-padding: 4.2rem;
  --top-padding-fixed: 4.2rem;
}
/*@media (max-width: 1399px) {
  :root {
    --top-padding: 4.125rem;
    --top-padding-fixed: 4.125rem;
  }
}*/
/*@media (max-width: 1199px) {
  :root {
    --top-padding: 4.1875rem;
    --top-padding-fixed: 4.1875rem;
  }
}*/
@media (max-width: 991px) {
  :root {
    --top-padding: 4.4333rem;
    --top-padding-fixed: 4.4333rem;
  }
}


* {
  cursor: none;
}

html, body {
  font-family: "europa", sans-serif;
  font-size: 18px;
  font-weight: 300;
  /* color: var(--black-text); */
  color: var(--navy-blue);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  /* overflow-x: hidden; */
	overscroll-behavior: none;
}
@media (max-width: 1399px) {
  html, body {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  html, body {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  html, body {
    font-size: 15px;
  }
  p {
    font-size: 16px;
  }
}

/*@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1175.5px;
  }
}*/
@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1424px;
  }
}
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    /* max-width: 1544px; */
  }
}

ul, ol {
  padding-left: 1.5rem;
}

a {
  color: var(--navy-blue);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;  
}

a:hover {
  color: var(--red);
  text-decoration: none;
}
a:focus {
  outline: none;
}
a.white-link {
  color: #fff;
}
a.white-link:hover {
  color: var(--navy-blue);
}

strong, b {
  font-weight: 600;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: var(--navy-blue);
  margin-bottom: 0.5rem;
}

/*.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}
.h2, h2 {
  font-size: calc(1.325rem + .9vw);
}
.h3, h3 {
  font-size: calc(1.3rem + .6vw);
}
.h4, h4 {
  font-size: calc(1.275rem + .3vw);
}
.h5, h5 {
  font-size: 1.25rem;
}
.h6, h6 {
  font-size: 1.125rem;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
}*/
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.333rem;
  }
}


a:focus, button:focus {
  outline: none;
  box-shadow: none;
}


a.btn, a.wp-block-button__link, .wpcf7-form input[type="submit"], button.wpcf7-submit {
  font-size: 1.111rem;
  font-size: 0.8889rem;
  color: #fff;
  font-weight: 400;
  height: 2.7778rem;
  line-height: 2.7778rem;
  height: 2.222rem;
  line-height: 2.222rem;
  padding: 0 1.111rem;
  padding: 0 1rem;
  background: var(--red);
  border: none;
  border-radius: 2rem;
  white-space: nowrap;
}
a.btn:hover, a.wp-block-button__link:hover, .wpcf7-form input[type="submit"]:hover, button.wpcf7-submit:hover {
  background: var(--navy-blue) !important;
  color: #fff !important;
  box-shadow: 1px 1px 5px rgb(130 130 130 / 10%);
}
a.btn:focus, .wpcf7-form input[type="submit"]:focus, button.wpcf7-submit:focus {
  outline: none;
  box-shadow: none;
}
a.btn svg {
  height: 1.111rem;
  height: 0.8889rem;
  margin-bottom: 3px;
  transition: all 0.3s ease-in-out;
}
a.btn > svg {
  margin-left: 1.6667rem;
}
a.btn:hover svg {
  /* transform: rotate(720deg); */
}

/*a.btn.btn-alt,*/
.ajax-load-more-wrap.white .alm-load-more-btn,
.more-portfolio-section a.btn {
  border: 1px solid var(--navy-blue) !important;
  color: var(--navy-blue) !important;
  background: transparent !important;
  border-radius: 2rem;
  height: 2.222rem;
  line-height: 2rem;
  font-size: 0.8889rem;
  font-weight: 400;
  padding: 0 1rem;
}
/*a.btn.btn-alt:hover,*/
.ajax-load-more-wrap.white .alm-load-more-btn:hover,
.more-portfolio-section a.btn:hover,
.more-portfolio-section a.btn:focus {
  border: 1px solid var(--navy-blue) !important;
  color: #fff !important;
  background: var(--navy-blue) !important;
}
.alm-btn-wrap {
  margin: 0 !important;
  padding: 0 !important;
}

a.btn.btn-blue {
  background: var(--navy-blue) !important;
}
a.btn.btn-dark-blue {
  background: var(--dark-blue) !important;
}
a.btn.btn-blue:hover, a.btn.btn-dark-blue:hover {
  background: var(--red) !important;
}

a.arrow-btn {
  padding: 0;
  transition: background 0.3s ease-in-out;
}
a.arrow-btn:hover {
  background: none !important;
  color: #fff !important;
}
a.arrow-btn span {
  background: var(--red);
  color: #fff;
  line-height: 2.222rem;
  padding: 0 0.8567778rem;
  display: inline-block;
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;
}
a.arrow-btn:hover span {
  background: var(--red);
  color: #fff;
}

/*@media (max-width: 991px) {
  a.btn, a.wp-block-button__link, .wpcf7-form input[type="submit"], button.wpcf7-submit {
    height: 2.6667rem;
    line-height: 2.6667rem;
  }
  .ajax-load-more-wrap.white .alm-load-more-btn,
  .more-portfolio-section a.btn {
    height: 2.6667rem;
    line-height: 2.5rem;
  }
}*/


.text-white {
  color: #fff;
}
.text-navy-blue {
  color: var(--navy-blue);
}
.text-sky-blue {
  color: var(--sky-blue);
}
.text-red {
  color: var(--red);
}
.text-grey {
  color: var(--grey);
}

.text-large {
  font-size: 1.111rem;
}
.text-small {
  font-size: 0.8rem;
}


.grey-bg {
  background: var(--light-grey);
}


section.entry-content {
  position: relative;
  background: #fff;
  margin: 5.5556rem 0;
  z-index: 3;
}
section.entry-content:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
  background: #fff;
}

section.section {
  margin: 5.5556rem 0;
}
.section-padding {
  padding-top: 5.5556rem;
  padding-bottom: 5.5556rem;
}
.section-padding-lg {
  padding-top: 8.333rem;
  padding-bottom: 8.333rem;
}
.section-padding-md {
  padding-top: 6.9444rem;
  padding-bottom: 6.9444rem;
}
@media (max-width: 1399px) {
  section.section {
    margin: 4.117647058823529rem 0;
  }
  .section-padding {
    padding-top: 4.117647058823529rem;
    padding-bottom: 4.117647058823529rem;
  }
  .section-padding-lg {
    padding-top: 7.176470588235294rem;
    padding-bottom: 7.176470588235294rem;
  }
  .section-padding-md {
    padding-top: 6.176470588235294rem;
    padding-bottom: 6.176470588235294rem;
  }
}
@media (max-width: 991px) {
  section.entry-content {
    margin: 4rem 0;
  }
  section.section {
    margin: 4rem 0;
  }
  .section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .section-padding-lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .section-padding-md {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  section.entry-content {
    margin: 3rem 0;
  }
  section.section {
    margin: 3rem 0;
  }
  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-padding-lg {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .section-padding-md {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.wp-block-embed {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.wp-block-embed-youtube .wp-block-embed__wrapper, .wp-block-embed-vimeo .wp-block-embed__wrapper {
   position: relative;
   padding-bottom: 56.25%;
   padding-top: 30px;
   height: 0;
   overflow: hidden; 
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-quote {
  border: none !important;
  background: url(../images/quote.svg) no-repeat;
  padding-left: 30px;
  padding-top: 45px;
  color: var(--black);
  font-size: 1.125rem;
}
.wp-block-quote > * {
  margin: initial !important;
}
.wp-block-quote cite {
  font-size: 1rem;
  text-transform: uppercase;
  padding-top: 1rem;
  display: block;
}

.wp-block-separator {
  border-width: 2px;
  border-color: var(--light-grey);
}

.wp-block-image {
  position: relative;
}
.wp-block-image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(19 30 37 / 80%);
  margin: 0;
  padding: 1rem 2rem;
  font-size: 1rem;
  color: #fff;
  border-top-right-radius: 2.5rem;
}

.wp-block-gallery, .wp-block-image {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.wp-block-gallery .wp-block-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


.slick-slide:focus {
  outline: none;
}
a.slick-arrow {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  border: 0.166rem solid;
  border-radius: 50%;
  text-align: center;
  line-height: 2rem;
  box-sizing: content-box;
}
.slick-arrow svg {
  height: 1.25rem;
  width: auto;
}
.slick-next {
  margin-left: 0.666rem;
}
@media (max-width: 1400px) {
  a.slick-arrow {
    width: 2.117647058823529rem;
    height: 2.117647058823529rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 767px) {
  a.slick-arrow {
    width: 2rem;
    height: 2rem;
    border: 0.125rem solid;
    line-height: 1.875rem;
  }
}


.sub-heading h6 {
  color: var(--dark-blue);
  font-size: 0.7778rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.0215rem;
  /* margin-bottom: 1.111rem; */
}

ul.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.111rem;
  display: flex;
}
ul.social-links li {
  margin: 0 0.35rem;
}
ul.social-links li:first-of-type {
  margin-left: 0;
}
ul.social-links li:last-of-type {
  margin-right: 0;
}
ul.social-links li a {
  border-radius: 50%;
  width: 2.353rem;
  height: 2.353rem;
  line-height: 2.353rem;
  display: block;
  background: var(--navy-blue);
  color: #fff;
  text-align: center;
}
ul.social-links li a:hover {
  background: var(--red);
}

@media (max-width: 991px) {
  ul.social-links li a {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
}
/* @media (max-width: 575px) {
  ul.social-links li a {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
  ul.social-links {
    font-size: 1rem;
  }
  ul.social-links li {
    margin: 0 0.125rem;
  }
} */


.page-header {
  background: var(--light-grey);
  margin: 4.16667rem 0 2.7778rem;
}
.page-header .section-heading-wrapper {
  display: block;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.page-header .section-heading {
  margin-bottom: 2.222rem;
}
body.blog .page-header,
body.archive .page-header,
body.page-template-portfolio .page-header {
  background: #fff;
}

@media (max-width: 991px) {
  .page-header {
    margin: 3.333rem 0 2rem;
  }
}
@media (max-width: 767px) {
  .page-header {
    margin: 2.666rem 0 2.5rem;
  }
}



/*  Blog  */
.posts-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.111rem !important;
  margin-right: -1.111rem !important;
}
.posts-grid-item {
  width: 33.3333%;
  padding: 0 1.111rem;
  margin-bottom: 2.222rem;
}
.post-grid-content {
  font-weight: 300;
  font-size: 0.8889rem;
  color: var(--navy-blue);
}

.post-grid-image {
  position: relative;
  background: var(--grey);
  overflow: hidden;
  margin-bottom: 0.875rem;
}
.post-grid-image:before {
  content: '';
  display: block;
  padding-bottom: 75%;
}
.post-grid-image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.post-grid-image:hover img {
  transform: scale(1.05);
}

.post-cats {
  color: var(--blue);
}
.post-cats a {
  font-size: 0.875rem;
  background: rgba(32, 47, 171, 0.06);
  color: var(--blue);
  padding: 0.25rem 0.875rem;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
  margin-right: 0.25rem;
  white-space: nowrap;
}
.post-cats a:hover {
  background: var(--blue);
  color: #fff;
}
@media (max-width: 991px) {
  .posts-grid {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
  .posts-grid-item {
    padding: 0 0.75rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .posts-grid {
    max-width: 38rem;
    margin: 0 auto !important;
  }
  .posts-grid-item {
    width: 100%;
    padding: 0;
  }
  .post-cats a {
    display: inline-block;
  }
}


.post-categories ul {
  list-style: none;
  margin-bottom: 2.222rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.portfolio-categories ul {
  margin-bottom: 0.7222rem;
}
.post-categories ul li {
  display: inline-block;
  margin-bottom: 0.25rem;
  margin-right: 0.7rem;
}
.post-categories ul li:last-child {
  margin-right: 0;
}
.post-categories ul li a {
  display: block;
  padding: 0.3676470588235294rem 1rem;
  color: var(--navy-blue);
  border: 1px solid var(--navy-blue);
  border-radius: 2rem;
  font-weight: 300;
  min-width: 4.352941176470588rem;
  text-align: center;
}
.post-categories ul li a:hover,
.post-categories ul li.active a {
  background: var(--navy-blue);
  color: #fff;
}
@media (max-width: 767px) {
  .post-categories ul li {
    margin-right: 0.5rem;
  }
}




.page-header-post .page-header-content {
  padding-bottom: 5rem;
}
.post-image {
  margin-top: -5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.post-image img {
  width: 100%;
}
@media (max-width: 991px) {
  .page-header-post .page-header-content {
    padding-bottom: 0;
  }
  .post-image {
    margin-top: 2rem;
  }
}

/* blog close */




/* hero banner */
.hero-banner {
  position: relative;
  overflow: hidden;
  height: calc(100vh - var(--top-padding));
  background: #333;
}
.hero-banner:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0 / 10%);
  z-index: 1;
}
.hero-banner-image {
  height: 100%;
}
.hero-banner-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 1.125rem;
  color: #fff;
}
.hero-banner-content-inner {
  max-width: 40rem;
}

@media (max-width: 1199px) {
  .hero-banner-content-inner {
    max-width: 36rem;
  }
}
@media (max-width: 991px) {
  .hero-banner {
    height: calc(50vh);
  }
  .hero-banner-content {
    padding: 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .hero-banner-content-inner {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .hero-banner {
    height: 40vh;
  }
}




/* Video background */
.videobg {
  position: relative;
  width: 100%; /* Set video container element width here */
  height: 100%; /* Set video container element height here */
  overflow: hidden;
  background-color: #111; /* bg color, if video is not high enough */

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.videobg-aspect {
  /*position: absolute;*/
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%; /* 16:9 ratio */
  overflow: hidden;  
}
.videobg iframe {
  box-sizing: border-box;
  height: 56.25vw;
  width: 177.77777778vh;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videobg-mobile iframe {
  width: 100vw;
  height: 100vh;
}
.videobg video {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}




/* Footer Styles */
footer.site-footer {
  font-family: "europa", sans-serif;
  border-top: 1px solid var(--light-grey);
}
p.copyright-text {
  font-size: 0.8235294117647059rem;
  font-weight: 300;
  color: var(--navy-blue);
  margin-bottom: 2.588235294117647rem;
}
p.copyright-text strong {
  font-weight: 400;
}
.bottom-line {
  padding: 0 0 3rem 0;
}
.bottom-line .row {
  flex-direction: row-reverse;
}
.footer-partner-logo:not(:last-child) {
  margin-bottom: 1.764705882352941rem;
}
ul.footer-p-logos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
}
ul.footer-p-logos li {
  margin: 0 0.75rem;
}
ul.footer-p-logos li:first-child {
  margin-left: 0;
}
ul.footer-p-logos li:last-child {
  margin-right: 0;
}
ul.footer-p-logos li a img {
  height: 3rem;
  max-width: initial;
  transition: all 0.3s ease;
}
ul.footer-p-logos li a {
  display: inline-block;
}
ul.footer-p-logos li a:hover img {
  opacity: 0.8;
}


@media (max-width: 991px) {
  ul.footer-p-logos li {
    margin: 0 0.5rem
  }
  /* ul.footer-p-logos li a img {
    height: 2.5rem;
  } */
  .bottom-line {
    padding: 0 0 2rem 0;
  }
  ul.footer-p-logos {
    justify-content: flex-start;
  }
  p.copyright-text {
    font-size: 1rem;
  }
  ul.footer-p-logos li a img {
    height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .bottom-line {
    padding: 0 0 1.75rem 0;
  }
  ul.footer-p-logos {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  ul.footer-p-logos li {
    margin: 0.5rem 1.333rem;
  }
}

.footer-body {
  padding: 3.5rem 0 0 0;
  margin: 0 0 1.75rem 0;
}
.footer-body h6.footer-title {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.footer-contact-info {
  font-size: 0.85rem;
  /* letter-spacing: 0.05rem; */
  color: var(--navy-blue);
}
.footer-contact-info p {
  margin-bottom: 0.5rem;
  font-weight: 300;
}
p.footer-contact-address {
  margin-top: 2.3rem;
}
.footer-main-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.footer-main-headr h4 {
  margin-bottom: 0;
}

@media (max-width: 1399px) {
  .footer-body {
    padding: 2.941176470588235rem 0 0;
    margin: 0 0 1.352941176470588rem 0;
  }
}
@media (max-width: 991px) {
  p.footer-contact-address {
    margin-top: 1rem;
  }
  .footer-body {
    padding: 2.666rem 0 0 0;
    margin: 0 0 2.666rem 0;
  }
}
@media (max-width: 767px) {
  .footer-contact-info-wrapper {
    margin-bottom: 2rem;
  }
  .footer-contact-info p {
    margin-bottom: 0.125rem;
  }
}
@media (max-width: 575px) {
  .footer-main-headr h4 {
    font-size: 0.875rem;
  }
  ul.social-links li {
    margin: 0 0.25rem;
  }
  .footer-contact-info p {
    margin-bottom: 0.25rem;
  }
}

.footer-menu {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-menu li {
  font-size: 0.85rem;
  font-weight: 300;
  /* letter-spacing: 0.05rem; */
  list-style-type: none;
  margin: 0 0 0.5rem 0;
}
.quality-grade-wrapper {
  margin: 1rem 0 1.5rem;
}
ul.quality-gain-list {
  display: flex;
  justify-content: flex-end;
}
ul.quality-gain-list li {
  margin: 0 0.6rem
}
ul.quality-gain-list li:first-child {
  margin-left: 0;
}
ul.quality-gain-list li:last-child {
  margin-right: 0;
}
ul.quality-gain-list li img {
  height: 5rem;
}

@media (max-width: 991px) {
  .footer-menu li {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  
  ul.quality-gain-list {
    justify-content: center;
  }
  .footer-menu li {
    margin: 0 0 0.75rem 0;
    line-height: 1.1;
  }
  ul.quality-gain-list li img {
    height: 4.75rem;
  }
  .footer-col {
    margin-bottom: 1.5rem;
  }
  .quality-grade-wrapper {
    margin: 1rem 0 2rem;
  }
}



.footer-privacy-links .footer-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.footer-privacy-links .footer-menu li {
  padding: 0 0.5rem;
  margin-bottom: 0;
}
.footer-body ul.social-links {
  margin-bottom: 2.117647058823529rem;
}
@media (max-width: 991px) {
  .footer-privacy-links {
    margin-bottom: 2.588235294117647rem;
  }
}
@media (max-width: 767px) {
  .footer-privacy-links .footer-menu {
    margin: 0 -0.5rem 0.75rem;
  }
  .footer-privacy-links .footer-menu li {
    margin: 0 0 0.75rem 0;
    line-height: 1.1;
  }
}

/* Contact Page Styles */
.wpcf7-spinner {
  position: absolute;
  left: 0;
  top: 0;
}

.wpcf7-list-item {
  margin: 0;
}

.form-element {
  margin-bottom: 1.25rem;
  margin-bottom: 1.705882352941176rem;
}
.form-control {
  height: 2.882352941176471rem;
  background: var(--light-grey);
  border: 1px solid var(--light-grey);
  border-radius: 0;
  padding: 0 1rem;
  font-size: 1rem;
}

.form-control:focus {
  outline: none;
  background: var(--light-grey);
  box-shadow: none;
  border-color: var(--red);
}

.form-element label {
  display: block;
  margin-bottom: 0.5882352941176471rem;
  color: var(--navy-blue);
  font-size: 0.9411764705882353rem;
  font-weight: 300;
}

.wpcf7-list-item-label span {
  margin-left: 0.75rem;
}

textarea.form-control {
  height: 9.75rem;
  padding: 1rem 0.75rem;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  border-width: 1px;
  padding: 0.5rem 1rem;
}

.wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7-list-item label {
  font-family: inherit;
}
@media (max-width: 991px) {
  .form-control {
    height: 2.875rem;
    padding: 0 0.75rem;
  }
  .form-element {
    margin-bottom: 1rem;
  }
  .form-element label {
    font-size: 1rem;
  }
  textarea.form-control {
    height: 9rem;
  }
}
@media (max-width: 767px) {
  textarea.form-control {
    height: 8.625rem;
  }
  .form-element {
    margin-bottom: 1.333rem;
  }
}

.form-element .codedropz-upload-handler {
  background: var(--light-grey);
  border-radius: 0;
  border: 1px dashed #000;
}
.form-element .codedropz-upload-container {
  padding: 2.117647058823529rem 1rem;
}

.contact-form-section {
  overflow: hidden;
  position: relative;
}
.contact-form-section .section-heading-wrapper {
  margin-bottom: 3.235294117647059rem;
}
.contact-form-section button.wpcf7-submit {
  margin-top: 0.6rem;
}
.contact-form-section button.wpcf7-submit i.fa-solid {
  display: none;
  margin-left: 0 !important;
}
.contact-form-section .section-heading h2 {
  letter-spacing: -0.025rem;
  margin-bottom: 0;
}
.contact-form-section .section-heading-wrapper,
.contact-form-section .wpcf7 {
  position: relative;
  z-index: 1;
}

.contact-map-section {
  background: var(--navy-blue);
  color: #fff;
  overflow: hidden;
}
.contact-map-section .row {
  align-items: center;
}
.contact-map-section h6 {
  font-weight: 300;
  margin-bottom: 0.25rem;
}
.contact-map-section  {
  font-size: 1.176470588235294rem;
  font-weight: 300;
  line-height: 1.3;
}
.contact-map-section p {
  font-weight: 400;
}
.contact-map-section h6,
.contact-map-section p a {
  color: #fff;
}
.contact-map-section p a:hover,
.contact-map-section p a:focus {
  color: var(--red);
}
.contact-info-wrapper .contact-info:not(:last-child) {
  margin-bottom: 1.882352941176471rem;
}
.contact-map {
  max-width: 38rem;
  margin-left: auto;
  position: relative;
}
.contact-map-wrapper {
  position: relative;
  z-index: 1;
}
.contact-map iframe {
  width: 100%;
  height: 25rem;
}

.contact-map .shapes {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-map .shape-1 {
  right: 2.8rem;
  top: -6.8rem;
  position: absolute;
}
.contact-map .shape-1 img {
  width: 16.25rem;
}
.contact-map .shape-2 {
  left: -4.5rem;
  bottom: -2.25rem;
  position: absolute;
}
.contact-map .shape-2 img {
  width: 17.85rem;
}


@media (max-width: 991px) {
  .contact-map-section p {
    font-size: 1.25rem;
  }
  .contact-map iframe {
    height: 17rem;
  }
  .contact-form-section .section-heading-wrapper {
    margin-bottom: 2.666rem;
  }
}
@media (max-width: 767px) {
  .contact-info-wrapper {
    margin-bottom: 2rem;
  }
  .contact-map .shape-1 img {
    width: 9rem;
  }
  .contact-map .shape-1 {
    right: -3rem;
    top: -3.8rem;
  }
  .contact-form-section .section-heading-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .contact-map iframe {
    height: 31.25rem;
  }
}


.contact-cta-section {
  background: var(--navy-blue);
  color: #fff;
  position: relative;
  font-family: "europa", sans-serif;
  overflow: hidden;
}
.contact-cta-section h2 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.contact-cta-content {
  font-size: 1.294117647058824rem;
  font-weight: 300;
  line-height: 1.181818181818182;
  margin-bottom: 1.5rem;
}
.contact-cta {
  position: relative;
  z-index: 3;
}
.contact-cta-outer {
  position: relative;
}
@media (max-width: 1399px) {
  .contact-cta-section h2 {
    margin-bottom: 0.3529411764705882rem;
  }
}
@media (max-width: 575px) {
  .contact-cta-section h2 {
    margin-bottom: 1rem;
  }
}

.contact-cta-outer .shapes,
.contact-cta-section .shapes {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1;
}
.contact-cta-section .shape-1 {
  top: 1.5rem;
  left: 6.5rem;
  position: absolute;
  z-index: 2;
}
.contact-cta-section .shape-2 {
  position: absolute;
  right: -10rem;
  bottom: -15.5rem;
}
.contact-cta-section .shape-4 {
  position: absolute;
  left: -3.5rem;
  bottom: -4.5rem;
}
.contact-cta-outer .shape-3 {
  top: -3.5rem;
  right: 3rem;
  position: absolute;
}
.contact-cta-outer .shape-3 img {
  width: 9.85rem;
}

.contact-cta-section .shape-1 img {
  width: 12.85rem;
}
.contact-cta-section .shape-2 img {
  width: 30.25rem;
}
.contact-cta-section .shape-4 img {
  width: 26.75rem;
}

@media (max-width: 991px) {
  .contact-cta-outer .shape-3 img {
    width: 8rem;
  }

  .contact-cta-section .shape-1 img {
    width: 11rem;
  }
  .contact-cta-section .shape-2 img {
    width: 28rem;
  }
  .contact-cta-section .shape-4 img {
    width: 24rem;
  }
}
@media (max-width: 767px) {
  .contact-cta-outer .shape-3 img {
    width: 5rem;
  }

  .contact-cta-section .shape-1 img {
    width: 8rem;
  }
  .contact-cta-section .shape-2 img {
    width: 25rem;
  }
  .contact-cta-section .shape-4 img {
    width: 20rem;
  }
}
@media (max-width: 575px) {
  .contact-cta-outer .shape-3 {
    top: -1rem;
    right: 1rem;
  }

  .contact-cta-section .shape-1 {
    left: 0;
  }
  .contact-cta-section .shape-2 {
    position: absolute;
    right: -12rem;
    bottom: -12.5rem;
  }
  .contact-cta-section .shape-1 img {
    width: 4rem;
  }
  .contact-cta-section .shape-2 img {
    width: 20rem;
  }
  .contact-cta-section .shape-4 img {
    width: 15rem;
  }
}


.why-us-entry-section {
  background: var(--navy-blue);
  color: #fff;
  position: relative;
  overflow-x: clip;
}
.why-us-entry-section h2 {
  color: #fff;
  margin-bottom: 2rem;
}
.why-us-entry-content {
  position: relative;
  z-index: 1;
}

.why-us-entry-section .shapes {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1;
}
.why-us-entry-section .shape-1 {
  left: -5rem;
  width: auto;
  top: 0.25rem;
  position: absolute;
}
.why-us-entry-section .shape-2 {
  top: -1rem;
  right: -2.5rem;
  width: auto;
  position: absolute;
}
.why-us-entry-section .shape-3 {
  left: -0.5rem;
  bottom: 0;
  position: absolute;
}
.why-us-entry-section .shape-4 {
 position: absolute;
 right: -13rem;
 bottom: -10rem;
}
.why-us-entry-section .shape-1 img {
  width: 15.5rem;
}
.why-us-entry-section .shape-2 img {
  width: 14rem;
}
.why-us-entry-section .shape-3 img {
  width: 19rem;
}
.why-us-entry-section .shape-4 img {
  width: 23rem;
}

@media (max-width: 1399px) {
  .why-us-entry-section h2 {
    margin-bottom: 1.176470588235294rem;
  }
}
@media (max-width: 767px) {
  .why-us-entry-section .shape-1 img {
    width: 11rem;
  }
  .why-us-entry-section .shape-2 img {
    width: 10rem;
  }
  .why-us-entry-section .shape-3 img {
    width: 13rem;
  }
  .why-us-entry-section .shape-4 img {
    width: 19rem;
  }
}
@media (max-width: 575px) {
  .why-us-entry-section .shape-1 img {
    width: 8rem;
  }
  .why-us-entry-section .shape-2 img {
    width: 7rem;
  }
  .why-us-entry-section .shape-3 img {
    width: 10rem;
  }
  .why-us-entry-section .shape-4 img {
    width: 16rem;
  }
  .why-us-entry-section .shape-1 {
    top: 9rem;
  }
  .why-us-entry-section .shape-2 {
    top: 1rem;
  }
  .why-us-entry-section .shape-4 {
    position: absolute;
    bottom: -9rem;
  }
}


.section-heading-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.section-heading-wrapper .section-heading h2 {
  margin-bottom: 0;
}
.section-heading-content {
  color: var(--navy-blue);
  font-size: 0.8889rem;
}
.section-heading-content .animation-element:not(.section-heading)>:last-child {
  margin-bottom: 0;
}
.section-heading-content .animation-element {
  font-weight: 300;
}
.section-heading-content .animation-element p {
  font-size: 1rem;
}

@media (max-width: 1399px) {
  .section-heading-wrapper {
    margin-bottom: 1.529411764705882rem;
  }
}
@media (max-width: 1199px) {
  .section-heading-wrapper .wrap-sm ,
  .section-heading-wrapper .wrap-md,
  .section-heading-wrapper .wrap-lg,
  .section-heading-wrapper .wrap-xl {
    padding: 0;
  }
}
/* @media (max-width: 575px) {
  .section-heading-wrapper {
    display: block;
  }
  .section-heading-wrapper a.btn {
    margin-top: 1.25rem;
  }
} */




section.projects-slider-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body.page-template-landing section.projects-slider-section {
  background: #fff;
}
.project-wrapper {
  position: relative;
  overflow: hidden;
}
.project-wrapper > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.project-wrapper .project-content-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.5rem 1.25rem;
}
.project-wrapper h3 {
  color: #fff;
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.project-wrapper:hover h3 {
  color: var(--sky-blue);
}
.project-wrapper h5 {
  color: #fff;
}
figure.project-img {
  position: relative;
  overflow: hidden;
}
figure.project-img:before {
  content: '';
  display: block;
  padding-bottom: 75%;
}
figure.project-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
figure.project-img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(181deg, rgba(0, 0, 0, 0.00) 63.64%, rgba(0, 0, 0, 0.55) 74.51%);
}
.project-wrapper:hover figure.project-img img {
  transform: scale(1.05);
}
.project-wrapper .project-content {
  max-height: 0rem;
  transform: translateY(10rem);
  margin-top: 0.75rem;
  transition: all 0.5s ease-out;
}
.project-wrapper:hover .project-content {
  max-height: 4rem;
  transform: translateY(0);
}
span.industry-type {
  background: var(--sky-blue);
  border-radius: 1rem;
  color: var(--navy-blue);
  font-size: 0.65rem;
  font-weight: 400;
  line-height: 1.1;
  padding: 0.25rem 0.5rem;
}



.projects-slider {
  width: 100vw;
  overflow: hidden;
  z-index: 1;
  margin-top: 2rem;
}
.projects-slider .slick-list {
  overflow: visible;
}
.projects-slider .project-wrapper {
  margin-right: 2.35rem;
  width: 40.25rem;
}
@media (max-width: 1399px) {
  .projects-slider .project-wrapper {
    width: 38rem;
    margin-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .projects-slider .project-wrapper {
    width: 36rem;
    margin-right: 1.875rem;
  }
}
@media (max-width: 991px) {
  .projects-slider .project-wrapper {
    width: 32rem;
    margin-right: 1.75rem;
  }
}
@media (max-width: 575px) {
  .projects-slider .project-wrapper {
    width: 18.6667rem;
    margin-right: 1.333rem;
  }
}



/* Blog Styles */
.posts-page-header {
  position: relative;
  overflow-x: clip;
}
.posts-page-header .shape-1 img {
  width: 15.25rem; 
}
.posts-page-header .shape-2 img {
  width: 13.3rem;
}
.posts-page-header .shape-1 {
  position: absolute;
  right: 4.9rem;
  top: 4.5rem;
}
.posts-page-header .shape-2 {
  position: absolute;
  right: -3.1rem;
  top: 6.75rem;
}
.posts-container {
  background: var(--light-grey);
  background: #fff;
}


.post-container-header {
  max-width: 49.55rem;
  position: relative;
  z-index: 2;
}
.post-container-header h6 {
  color: var(--dark-blue);
  letter-spacing: -0.0215rem;
  font-size: 0.7778rem;
  font-weight: 500;
  /* margin-bottom: 1.5rem; */
}
h1.page-title {
  font-size: 2.15rem;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.025rem;
}
@media (max-width: 1199px) {
  .post-container-header {
    max-width: 40rem;
  }
  h1.page-title {
    font-size: calc(1.325rem + .9vw);
  }
}
@media (max-width: 991px) {
  .posts-page-header .shape-1 img {
    width: 12rem;
  }
  .posts-page-header .shape-2 img {
    width: 10rem;
  }
  .posts-page-header .shape-1 {
    right: 1rem;
  }
}
@media (max-width: 767px) {
  .posts-page-header .shape-1 img {
    width: 8rem;
  }
  .posts-page-header .shape-2 img {
    width: 8rem;
  }
  .posts-page-header .shape-2 {
    top: 4rem;
    right: -4rem;
  }
  .posts-page-header .shape-1 {
    right: 0rem;
    top: 3rem;
  }
}
@media (max-width: 575px) {
  /* h1.page-title {
    font-size: 1.5rem;
  } */
  .posts-page-header .shape-1 {
    right: -2.5rem;
  }
  .posts-page-header .shape-2 {
    right: -6rem;
  }
}


.newsletter-section {
  background: var(--navy-blue);
  color: #fff;
  position: relative;
  font-family: "europa", sans-serif;
}
.newsletter-section .shape-1 {
  position: absolute;
  left: -11rem;
  top: -13rem;
}
.newsletter-section .shape-1 img {
  width: 24.85rem;
}
@media (max-width: 1399px) {
  .newsletter-section .shape-1 {
    left: -16rem;
  }
}
@media (max-width: 767px) {
  .newsletter-section .shape-1 {
    left: -16.5rem;
    top: -15rem;
  }
}
@media (max-width: 575px) {
  .newsletter-section .shape-1 {
    left: -14rem;
    top: -15rem;
  }
}


.newsletter-section h2,
.newsletter-section h4 {
  color: #fff;
}
.newsletter-entry-wrapper {
  display: flex;
  justify-content: space-between;
}
.newsletter-entry-content {
  max-width: 21rem;
}
.newsletter-entry-content h4 {
  line-height: 1.1;
  margin-bottom: 1.25rem;
}
.newsletter-entry-heading {
  max-width: 17.4rem;
}
.newsletter-entry-heading h2 {
  letter-spacing: -0.025rem;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .newsletter-entry-content {
    padding-left: 3rem;
  }
}
@media (max-width: 575px) {
  .newsletter-entry-wrapper {
    display: block;
    padding-left: 3rem;
  }
}


body.single-post .post-container-header, body.single-resource .post-container-header {
  padding: 0 0 2rem 0;
}
.posts-section.related .posts-grid {
  position: relative;
  z-index: 1;
}


.single-post-page-header {
  position: relative;
  overflow-x: clip;
  background: #fff;
}
.single-post-page-header .shape {
  position: absolute;
}
.single-post-page-header .shape-1 {
  position: absolute;
  top: -0.5rem;
  right: 26.3rem;
}
.single-post-page-header .shape-2 {
  position: absolute;
  top: 9rem;
  right: 4.5rem;
  z-index: 1;
}
.single-post-page-header .shape-3 {
  position: absolute;
  top: 5.5rem;
  right: -4.25rem;
}
.single-post-page-header .shape-1 img {
  width: 6.75rem;
}
.single-post-page-header .shape-2 img {
  width: 13.3rem;
}
.single-post-page-header .shape-3 img {
  width: 22.75rem;
}

.single-post-content-section {
  background: var(--light-grey);
  background: #fff;
  color: var(--navy-blue);
  font-weight: 300;
}
.single-post-content-inner {
  position: relative;
  z-index: 1;
}


@media (max-width: 991px) {
  body.single-post .post-container-header {
    padding: 0 0 1.5rem 0;
  }
}
@media (max-width: 767px) {
  body.single-post .post-container-header {
    padding: 0 0 1.5rem 0;
  }
  .single-post-page-header .shape-1 img {
    width: 4.5rem;
  }
  .single-post-page-header .shape-1 {
    top: 0;
    right: 10rem;
  }
  .single-post-page-header .shape-3 img {
    width: 15rem;
  }
  .single-post-page-header .shape-3 {
    right: -6rem;
    top: 3rem;
  }
  .single-post-page-header .shape-2 img {
    width: 9rem;
  }
  .single-post-page-header .shape-2 {
    top: 5rem;
    right: -0.5rem;
  }
}
@media (max-width: 575px) {
  .single-post-page-header .shape-1 {
    right: 6rem;
  }
  .single-post-page-header .shape-3 img {
    width: 14rem;
  }
 .single-post-page-header .shape-3 {
    right: -9rem;
    top: -1rem;
  }
  .single-post-page-header .shape-2 img {
    width: 5rem;
  }
  .single-post-page-header .shape-2 {
    top: 4rem;
    right: -1rem;
  }
}


p.social-share-title {
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: -0.025rem;
  margin-top: 2.666rem;
}
ul.social-share {
  padding: 0;
  margin: 0 -0.35rem;
  display: flex;
}
ul.social-share li {
  list-style-type: none;
  padding: 0 0.35rem;
}
ul.social-share li a {
  border-radius: 50%;
  width: 2.353rem;
  height: 2.353rem;
  line-height: 2.353rem;
  display: block;
  background: var(--navy-blue);
  color: #fff;
  text-align: center;
}
ul.social-share li a:hover {
  background: var(--red);
}

.posts-section.related {
  background: var(--light-grey);
  padding: 5.5556rem 0 3rem 0;
}
.posts-section.related h3 {
  line-height: 1.1;
  letter-spacing: -0.025rem;
  margin-bottom: 0;
}
.posts-section.related .post-grid-content h4 {
  font-size: 1.25rem;
}
/* .posts-section.related .post-grid-content {
  color: var(--navy-blue);
} */

@media (max-width: 991px) {
  .posts-section.related {
    padding: 4rem 0 2.4rem 0;
  }
}
@media (max-width: 767px) {
  .posts-section.related {
    padding: 3rem 0 1.8rem 0;
  }
  .single-post-content-section .shape-1 img {
    width: 4.5625rem;
  }
  .single-post-content-section .shape-2 img {
    width: 9.0625rem;
  }
  .single-post-content-section .shape-3 img {
    width: 15.5rem;
  }
  .single-post-content-section .shape-1 {
    right: 14rem;
  }
  .single-post-content-section .shape-2 {
    top: 6rem;
    right: -0.5rem;
  }
  .single-post-content-section .shape-3 {
    top: 4rem;
    right: -6rem;
  }
  p.social-share-title {
    margin-top: 2rem;
  }
}
@media (max-width: 575px) {
  p.social-share-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
   .single-post-content-section .shape-1 {
    right: 8rem;
  }
   .single-post-content-section .shape-3 {
    top: 3rem;
  }
}

section.logo-carousel-section {
  overflow: hidden;
}
.logo-carousel .slide {
  padding: 0 2rem;
}
.logo-carousel .slide img {
  height: 5rem;
}
.logo-carousel .slick-track {
  display: flex;
}
.logo-carousel .slick-slide {
  height: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1399px) {
  .logo-carousel .slide {
    padding: 0 1.5rem;
  }
}
@media (max-width: 991px) {
  .logo-carousel .slide img {
    height: 4rem;
  }
  .logo-carousel .slide {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .logo-carousel .slide img {
    height: 3.5rem;
  }
}


.awards-section {
  overflow: hidden;
}
figure.award-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5rem;
  background: #fff;
  border: 1px solid var(--light-grey);
  text-align: center;
}
figure.award-img:before {
  content: '';
  display: block;
  padding-bottom: 76.1904%;
}
figure.award-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.award-wrapper {
  /*width: 16rem;*/
  padding: 0 1rem;
}
.award-content h4 {
  margin-bottom: 0.125rem;
  letter-spacing: -0.027778rem;
}
.award-content p {
  font-size: 0.8889rem;
}
.awards-carousel {
  /*width: 100vw;*/
  margin: 0 -1rem;
  overflow: visible;
  z-index: 1;
}
.awards-carousel .slick-list {
  overflow: visible;
}
.ac-arrows {
  margin-top: 0.5rem;
}
.ac-arrows .slick-arrow {
  background: var(--navy-blue);
  border-color: var(--navy-blue);
  color: #fff;
}
.ac-arrows .slick-arrow:hover {
  background: var(--red);
  border-color: var(--red);
}
@media (max-width: 991px) {
  .award-content p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .awards-carousel {
    margin: 0;
  }
  .award-wrapper {
    padding: 0;
    width: 15rem;
  }
  .awards-carousel .slide {
    margin-right: 1rem;
  }
}


.hero-content-section {
  background: var(--navy-blue);
  color: #fff;
  transition: all 0.3s ease-in-out;
  padding-bottom: 1px;
}
.hero-content {
  height: calc(100vh - var(--top-padding));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-content h2 {
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.025rem;
  margin-bottom: 0;
}
.hero-content-text>:last-child {
  margin-bottom: 0;
}
.hero-content-text {
  display: none;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .hero-content {
    padding: 0 2rem;
  }
}
@media (max-width: 575px) {
  .hero-content-text {
    display: block;
    padding-left: 3.75rem;
  }
  .hero-content {
    padding: 0;
  }
  .hero-content h2 {
    margin-bottom: 2rem;
  }
}



.features-section {
  /* margin: 8rem 0; */
  color: #fff;
  overflow: hidden;
}
.features-section h2 {
  color: #fff;
}
.features-carousel {
  display: flex;
  justify-content: space-between;
  margin: 0 -3.75rem;
}
.features-carousel .slide {
  padding: 0 3.75rem;
}
.feature-wrapper h2 {
  margin-bottom: 1rem;
}
.feature-content>:last-child {
  margin-bottom: 0;
}
.feature-content {
  font-weight: 300;
  margin-bottom: 3rem;
  max-width: 16.7rem;
  color: var(--navy-blue);
}
.feature-no h3 {
  margin-bottom: 0;
  font-size: 10rem;
  color: var(--sky-blue);
  font-weight: 300;
  line-height: 1;
}
.feature-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
/*.features-carousel .slide h2 {
  transition: all 0.5s ease-out;
}
.features-carousel .slide .feature-content {
  transition: all 0.5s ease-out 0.25s;
}
.features-carousel .slide .feature-no {
  transition: all 0.5s ease-out 0.5s;
}
.features-carousel .slide:nth-of-type(2n+2) h2 {
  transition: all 0.5s ease-out 0.5s;
}
.features-carousel .slide:nth-of-type(2n+2) .feature-content {
  transition: all 0.5s ease-out 0.75s;
}
.features-carousel .slide:nth-of-type(2n+2) .feature-no {
  transition: all 0.5s ease-out 1s;
}
.features-carousel .slide:nth-of-type(3n+3) h2 {
  transition: all 0.5s ease-out 0.75s;
}
.features-carousel .slide:nth-of-type(3n+3) .feature-content {
  transition: all 0.5s ease-out 1s;
}
.features-carousel .slide:nth-of-type(3n+3) .feature-no {
  transition: all 0.5s ease-out 1.25s;
}*/

@media (max-width: 1399px) {
  .feature-content {
    margin-bottom: 2.5rem;
  }
  .feature-no h3 {
    font-size: 8rem;
  }
}
@media (max-width: 1199px) {
  .features-carousel {
    margin: 0 -2.5rem;
  }
  .features-carousel .slide {
    padding: 0 2.5rem;
  }
}
@media (max-width: 991px) {
  /* .features-section {
    margin: 6rem 0;
  } */
  .features-carousel {
    margin: 0 -2rem;
  }
  .features-carousel .slick-track {
    display: flex;
  }
  .features-carousel .slide {
    padding: 0 2rem;
    height: auto;
  }
  .feature-content {
    margin-bottom: 1.5rem;
  }
  .feature-no h3 {
    font-size: 6rem;
  }
  .feature-wrapper h2 {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 767px) {
  /* .features-section {
    margin: 4rem 0;
  } */
  .feature-wrapper {
    width: 18.125rem;
    margin-right: 1.5rem;
    background: #fff;
    padding: 1.5rem;
    padding: 0 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
  }
  .features-carousel {
    margin: 0;
  }
  .features-carousel .slide {
    padding: 0;
  }
  .features-carousel {
    width: 100vw;
    overflow: hidden;
    z-index: 1;
  }
  section.features-section {
    background: var(--light-grey);
  }
  .feature-wrapper h2 {
    margin-bottom: 0.5rem;
  }
}




.hero-content-section.active {
  background: #fff;
  color: var(--dark-blue);
}
.hero-content-section.active .hero-content h2 {
  color: var(--navy-blue);
}
.hero-content-section.active .features-section {
  color: var(--dark-blue);
}
.hero-content-section.active .features-section h2 {
  color: var(--navy-blue);
}




.image-carousel-section {
  background: var(--light-grey);
  color: #fff;
  overflow: hidden;
}
.image-carousel figure {
  width: 31.9444rem;
  width: 22rem;
  margin-right: 1.75rem;
  position: relative;
  overflow: hidden;
}
.image-carousel figure:before {
  content: '';
  display: block;
  padding-bottom: 100%;
  /* padding-bottom: 66.66%; */
}
.image-carousel figure img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width:  100%;
  object-fit: cover;
}
.image-carousel {
  width: 100vw;
  z-index: 1;
}
.image-carousel .slick-list,
.image-carousel-section .wrap,
.image-carousel-section .container-xl {
  overflow: visible;
}

.image-carousel-section .ac-arrows-wrapper {
  margin-top: 1.875rem;
}

@media (max-width: 1399px) {
  .image-carousel figure {
    margin-right: 1.5rem;
  }
  .image-carousel figure img {
    /* height: 20rem; */
  }
}
@media (max-width: 991px) {
  .image-carousel figure {
    margin-right: 1.25rem;
  }
  .image-carousel figure img {
    /* height: 18rem; */
  }
}
@media (max-width: 767px) {
  .image-carousel figure {
    margin-right: 1.125rem;
  }
  .image-carousel figure img {
    /* height: 15rem; */
  }
}
@media (max-width: 575px) {
  .image-carousel figure {
    margin-right: 1rem;
  }
  .image-carousel figure img {
    /* height: 12rem; */
  }
  .image-carousel figure {
    width: 20rem;
  }
}


section.left-right-content-section.with-grey-bg {
  background: var(--light-grey);
}
section.left-right-content-section.with-blue-bg {
  background: var(--navy-blue);
  color: #fff;
}


.hero-content-section.sustainability .hero-content h1 {
  color: #fff;
  font-size: 0.9rem;
  font-size: 0.7778rem;
  font-weight: 500;
  /* margin-bottom: 1rem; */
}
.hero-content-section.sustainability .hero-content h2 {
  margin-bottom: 1rem;
}
.hero-content-section.sustainability .hero-content {
  max-width: 54.9rem;
}
.hero-content-section.sustainability .hero-content-text {
  display: block;
  font-size: 1.5rem;
}

@media (max-width: 575px) {
  .hero-content-section.sustainability .hero-content-text {
    display: none;
  }
  .hero-content-section.sustainability .hero-content {
    justify-content: flex-end;
    padding-bottom: 1.5rem;
    height: 29.125rem;
    overflow-y: auto;
  }
}


section.commitments-section {
  background: var(--light-grey);
  overflow: hidden;
}
.commitments-carousel {
  margin: -1rem;
  display: flex;
  flex-wrap: wrap;
}
.commitments-carousel .slide {
  padding: 1.117647058823529rem;
  width: 33.33%;
  height: auto;
}
.commitment-wrapper {
  height: 100%;
}
.commitment {
  background: var(--sky-blue);
  border-radius: 1rem;
  padding: 1.35rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.commitment-content p {
  color: var(--navy-blue);
  margin-bottom: 2rem;
  letter-spacing: -0.025rem;
  line-height: 1.3;
  font-size: 1.25rem;
}
.commitment .num {
  color: var(--navy-blue);
  font-size: 6.5rem;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.25rem;
}
.commitment .num p {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .commitment-content p {
    font-size: 16px;
    margin-bottom: 1.5rem;
  }
  .commitment .num {
    font-size: 4.125rem;
    letter-spacing: 0;
  }
  .commitments-carousel .slide {
    padding: 0.625rem;
  }
  .commitments-carousel {
    margin: -0.625rem;
  }
}
@media (max-width: 767px) {
  .commitments-carousel .slide {
    padding: 0;
    margin-right: 1rem;
    width: 18.125rem;
  }
  .commitments-carousel {
    margin: 0;
    width: 100vw;
    overflow: hidden;
    z-index: 1;
  }
  .commitments-carousel .slick-track {
    display: flex;
  }
}


.progress-section {
  background: var(--navy-blue);
  color: #fff;
}
.progress-section .section-heading-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}
.progress-section h2 {
  color: #fff;
}
.progress-section .section-heading-content {
  color: #fff;
}
.progress-title p {
  color: var(--navy-blue);
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1;
}
.progress-year p {
  margin-bottom: 0;
  color: var(--navy-blue);
  line-height: 1;
}
.progress-report {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.6rem;
  background: #fff;
  box-shadow: 0 9px 13px 0 rgba(36, 33, 92, 0.03);
  padding: 2.125rem 2.25rem;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: calc( var(--top-padding) + 3.25rem);
  transform: translate(0);
  margin-bottom: 1.5rem;
  width: calc(100% - 0.75rem);
  width: 100%;
}
.progress-report:last-of-type {
  margin-bottom: 0;
}


@media (max-width: 1399px) {
  .progress-title p {
    font-size: 1.294117647058824rem;
  }
  .progress-report {
    border-radius: 0.5882352941176471rem;
    padding: 2.147058823529412rem 2.235294117647059rem;
    margin-bottom: 1.470588235294118rem;
  }
}
@media (max-width: 1199px) {
  .progress-title p {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .progress-title p {
    font-size: 1.2rem;
  }
  .progress-report {
    top: calc( var(--top-padding) + 2rem);
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .progress-report {
    display: block;
    border-radius: 0.5rem;
  }
}
@media (max-width: 575px) {
  .progress-title p {
    line-height: 1.2;
  }
}


/* Accordion Styles */
section.accordion-section {
  background: var(--light-grey);
}
.faqs-wrapper .accordion-block {
  width: 100%;
  max-width: initial;
}
.accordion-item {
  border: 0 !important;
  border-radius: 0.6rem !important;
  margin: 1.25rem 0;
  overflow: hidden;
}
.faqs-wrapper .accordion-block .accordion-item:last-child {
  margin-bottom: 0;
}
.faqs-wrapper .accordion-header a {
  background: #fff;
  color: var(--navy-blue) !important;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  padding: 2rem;
  transition: all 0.5s ease-out;
}
.faqs-wrapper .accordion-button:not(.collapsed) {
  border-radius: 0.625rem 0.625rem 0 0 !important;
  background: #fff;
}
.faqs-wrapper .accordion-body {
  padding: 0 2rem 2rem;
  background: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  color: var(--navy-blue);
  overflow: hidden;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}

.accordion-header a.collapsed:after {
  content: '+';
}
.accordion-header a:after,
.accordion-button:not(.collapsed)::after {
  content: '+';
  font-size: 4rem;
  font-weight: 300;
  text-align: center;
  color: var(--navy-blue);
  width: 3rem;
  height: 3rem;
  line-height: 2.125rem;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 1.176470588235294rem;
  right: 1rem;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(405deg);
}
section.faqs-section .section-heading-wrapper {
  margin-bottom: 2.5rem;
}
.faqs-wrapper .accordion-body>:last-child {
  margin-bottom: 0;
}

.accordion-body-content>:last-child {
  margin-bottom: 0;
}

@media (max-width: 1399px) {
  .faqs-wrapper .accordion-header a {
    font-size: 1.294117647058824rem;
    padding: 2.147058823529412rem 2.235294117647059rem;
  }
  .accordion-item {
    border-radius: 0.5882352941176471rem !important;
    margin: 1.470588235294118rem 0;
  }
}
@media (max-width: 991px) {
  .accordion-item {
    margin: 1rem 0;
  }
  .faqs-wrapper .accordion-header a {
    padding: 1.5rem 4.6667rem 1.5rem 1.5rem;
    font-size: 1.25rem;
  }
  .faqs-wrapper .accordion-body {
    padding: 0 1.5rem 1.5rem;
  }
  .accordion-header a:after, .accordion-button:not(.collapsed)::after {
    top: 0.6667rem;
  }
  figure.accordion-img {
    max-width: 18rem;
  }
}
@media (max-width: 767px) {
  .accordion-item {
    border-radius: 0.5rem !important;
  }
}
@media (max-width: 575px) {
  .faqs-wrapper .accordion-header a {
    padding: 1.25rem 4.6667rem 1.25rem 1.25rem;
    font-size: 1.125rem;
    line-height: 1.2;
  }
   .accordion-header a:after, .accordion-button:not(.collapsed)::after {
    top: 0.26667rem;
  }
  .faqs-wrapper .accordion-body {
    padding: 0 1.25rem 1.25rem;
  }
}



.partners-carousel .slide {
  padding: 0 1rem;
  height: auto;
}
.partners-carousel {
  margin: 0 -1rem;
}
figure.partner-logo-img {
  position: relative;
  padding-bottom: 75%;
}
figure.partner-logo-img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-content {
  color: var(--navy-blue);
}
.partner-content h4 {
  margin-bottom: 1rem;
}



section.links-list-section {
  background: var(--light-grey);
}
.links-list-heading {
  max-width: 31.5rem;
}
.links-list {
  max-width: 28rem;
  margin-bottom: 0;
}
.links-list li {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.links-list li:last-child {
  margin-bottom: 0;
}
.links-list li a {
  color: var(--navy-blue);
  position: relative;
}
.links-list li span.icon {
  margin-left: 1.5rem;
}
.links-list li a:hover,
.links-list li a:focus {
  color: var(--red);
}
.links-list li a span.icon svg path {
  transition: all 0.3s ease-out;
}
.links-list li a:hover span.icon svg path {
  fill: #EB423D;
}

@media (max-width: 991px) {
  .links-list {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .links-list-heading {
    margin-bottom: 1.5rem;
  }
}


.testimonial-section.with-blue-bg {
  background: var(--navy-blue);
  color: #fff;
}
.testimonial-section.with-grey-bg {
  background: var(--light-grey);
}
.testimonial-content {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  font-weight: 300;
}
.testimonial-section.with-blue-bg .testi-author h4 {
  color: #fff;
}

@media (max-width: 575px) {
  .testimonial-content {
    margin-bottom: 1.875rem;
    font-size: 1rem;
  }
}

.portfolio-page-header {
  position: relative;
  overflow-x: clip;
}
.portfolio-page-header .shape {
  position: absolute;
}
.portfolio-page-header .shape-1 {
  top: 0;
  right: 17.7rem;
}
.portfolio-page-header .shape-2 {
  top: 5.25rem;
  right: 4rem;
}
.portfolio-page-header .shape-3 {
  top: 6.8rem;
  right: -3rem;
}
.portfolio-page-header .shape-1 img {
  width: 8.85rem;
}
.portfolio-page-header .shape-2 img {
  width: 14.4rem;
}
.portfolio-page-header .shape-3 img {
  width: 20.1rem;
}
.portfolio-page-header .portfolio-heading {
  position: relative;
  z-index: 1;
}
.portfolio-page-header .portfolio-heading h1.h6 {
  font-size: 0.7778rem;
}
@media (max-width: 991px) {
  .portfolio-page-header .shape-1 {
    right: 10rem;
  }
  .portfolio-page-header .shape-2 {
    right: 1rem;
  }
  .portfolio-page-header .shape-3 {
    right: -6rem;
  }
  .portfolio-page-header .portfolio-heading {
    max-width: 30rem;
  }
}
@media (max-width: 767px) {
  .portfolio-page-header .shape-1 {
    right: 6rem;
  }
  .portfolio-page-header .shape-1 img {
    width: 6rem;
  }
  .portfolio-page-header .shape-2 {
    right: -3rem;
  }
  .portfolio-page-header .shape-2 img {
    width: 12rem;
  }
  .portfolio-page-header .shape-3 {
    right: -9rem;
    top: 6.5rem;
  }
  .portfolio-page-header .shape-3 img {
    width: 17rem;
  }
  .portfolio-page-header .portfolio-heading {
    max-width: 26rem;
  }
}
@media (max-width: 575px) {
  .portfolio-page-header .shape-1 {
    right: 5rem;
  }
  .portfolio-page-header .shape-1 img {
    width: 4rem;
  }
  .portfolio-page-header .shape-2 {
    right: -2rem;
    top: 3.5rem;
  }
  .portfolio-page-header .shape-2 img {
    width: 6rem;
  }
  .portfolio-page-header .shape-3 {
    right: -5rem;
    top: 4rem;
  }
  .portfolio-page-header .shape-3 img {
    width: 8.5rem;
  }
  .portfolio-page-header .portfolio-heading {
    max-width: 26rem;
  }
}

section.portfolio-list-section {
  background: var(--light-grey);
  background: #fff;
}
.portfoli-list-wrapper .alm-btn-wrap {
  margin-top: 2.5rem !important;
}
.portfoli-list-wrapper figure.project-img {
  width: auto;
  margin-right: 0;
}
.gap-wrapper {
  padding: 0.25rem;
}
.gaps-wrapper {
  margin: -0.25rem;
}
.portfoli-list-wrapper .alm-listing {
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.portfoli-list-wrapper .ajax-load-more-wrap.white .alm-load-more-btn {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .portfoli-list-wrapper .alm-btn-wrap {
    margin-top: 1.5rem !important;
  }
  .gap-wrapper {
    padding: 0;
  }
  .gaps-wrapper {
    margin: 0;
  }
}


.reference-header-content {
  display: none;
  font-size: 0.9rem;
  margin-top: 1.5rem;
  transition: all 0.3s ease-out;
}
.reference-header-content-wrapper.content-open .reference-header-content {
  display: block;
}
.reference-header-content-wrapper a.btn.btn-alt svg path {
  transition: all 0.3s ease-out;
}
.reference-header-content-wrapper a.btn.btn-alt:hover svg path {
  fill: #fff;
}
.reference-header-content-wrapper a.btn.btn-alt span.less-txt {
  visibility: hidden;
  display: inline-block;
  width: 0;
}
.reference-header-content-wrapper.content-open a.btn.btn-alt span.less-txt {
  visibility: visible;
  width: auto;
}
.reference-header-content-wrapper.content-open a.btn.btn-alt span.more-txt {
  display: inline-block;
  visibility: hidden;
  width: 0;
}
.reference-header-content-wrapper.content-open a.btn.btn-alt svg {
  transform: rotate(180deg);
}
.reference-header-content-wrapper h6 {
  font-size: 0.7778rem;
}
.reference-header-content-wrapper h1 {
  margin-bottom: 1rem;
  font-weight: 400;
}
.reference-header-section .project-info {
  margin-bottom: 2rem;
}
.project-info-title h6 {
  font-size: 0.95rem;
  font-weight: 300;
  margin-bottom: 0.125rem;
}
.project-info-content p {
  font-weight: 400;
  color: var(--navy-blue);
  margin-bottom: 0.75rem;
}
.reference-header-content-wrapper a.btn {
  background: transparent;
  border: 1px solid var(--navy-blue) !important;
  color: var(--navy-blue) !important;
}
.reference-header-content-wrapper a.btn svg {
  height: 0.75rem;
}
.reference-header-content-wrapper a.btn:hover {
  color: #fff !important;
}
.project-info-wrapper tr th {
  padding: 1rem 1rem 1rem 0;
  color: var(--navy-blue);
  font-weight: 400;
  white-space: nowrap;
}
.project-info-wrapper tr td {
  padding: 1rem 0;
}
.project-info-wrapper tr:last-of-type th, .project-info-wrapper tr:last-of-type td {
  border: none;
}
.project-detail-long {
  display: none;
}
.project-detail.active .project-detail-short {
  display: none;
}
.project-detail.active .project-detail-long {
  display: block;
}
@media (max-width: 767px) {
  .reference-header-content-wrapper a.btn {
    margin-bottom: 2rem;
  }
  .project-info-wrapper {
    display: flex;
  }
  .reference-header-section .project-info {
    margin-bottom: 1rem;
  }
  .project-info {
    width: 33.33%;
    padding: 0 0.5rem;
  }
  .project-info-content .text-large {
    font-size: 1rem;
  }
  .project-info-title h6 {
    font-size: 0.875rem;
  }
}


.projects-img-carousel {
  overflow: hidden;
  z-index: 1;
}
.projects-img-carousel .slick-list {
  overflow: visible;
}
.projects-img-carousel figure {
  position: relative;
  overflow: hidden;
}
.projects-img-carousel figure:before {
  content: '';
  display: block;
  padding-bottom: 75%;
}
.projects-img-carousel img, .projects-img-carousel video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.projects-img-carousel-section {
  overflow-x: hidden;
}
.projects-img-carousel-section .ac-arrows-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
span.pic-count {
  margin-right: 2rem;
  font-weight: 300;
  margin-top: 0.5rem;
}



.more-portfolio-section {
  background: var(--light-grey);
  position: relative;
  overflow-x: clip;
}
.more-portfolio-section .shape {
  position: absolute;
}
.more-portfolio-section .shape-1 {
  right: -4.5rem;
  top: -4rem;
}
.more-portfolio-section .shape-1 img {
  width: 20.9rem;
}
.more-portfolio-section .project-img {
  width: 100%;
}
/*.more-portfolio-section a.btn {
  background: transparent;
  border: 1px solid var(--navy-blue) !important;
  color: var(--navy-blue) !important;
}
.more-portfolio-section a.btn:hover {
  color: #fff !important;
}*/


@media (max-width: 575px) {
  .more-portfolio-section .shape-1 img {
    width: 12rem;
  }
  .more-portfolio-section .shape-1 {
    top: -3rem;
  }
}

section.full-page-img-section {
  min-height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aluvision-page-header {
  position: relative;
  overflow-x: clip;
}
.aluvision-page-header .shape {
  position: absolute;
}
.aluvision-page-header .shape-1 {
  right: 10.9rem;
  top: -0.75rem;
}
.aluvision-page-header .shape-2 {
  right: -6rem;
  bottom: -3rem;
}
.aluvision-page-header .shape-3 {
  right: -15rem;
  bottom: -1rem;
}
.aluvision-page-header .shape-1 img {
  width: 9.6rem;
}
.aluvision-page-header .shape-2 img {
  width: 19.25rem;
}
.aluvision-page-header .shape-3 img {
  width: 26.9rem;
}

@media (max-width: 1399px) {
  .aluvision-page-header .shape-1 img {
    width: 8rem;
  }
  .aluvision-page-header .shape-2 img {
    width: 16rem;
  }
  .aluvision-page-header .shape-3 img {
    width: 22rem;
  }
  .aluvision-page-header .shape-2 {
    right: -8rem;
    bottom: -2rem;
  }
  .page-header.aluvision-page-header .section-heading-wrapper {
    max-width: 56rem;
  }
}
@media (max-width: 1199px) {
  .page-header.aluvision-page-header .section-heading-wrapper {
    max-width: 48rem;
  }
}
@media (max-width: 991px) {
  .page-header.aluvision-page-header .section-heading-wrapper {
    max-width: 38rem;
  }
}
@media (max-width: 767px) {
  .aluvision-page-header .shape-2 img {
    width: 12rem;
  }
  .aluvision-page-header .shape-3 img {
    width: 18rem;
  }
  .aluvision-page-header .shape-3 {
    right: -12rem;
    bottom: -1.8rem;
  }
  .aluvision-page-header .shape-2 {
    right: -5rem;
  }
  .page-header.aluvision-page-header .section-heading-wrapper {
    max-width: 28rem;
  }
}
@media (max-width: 575px) {
  .aluvision-page-header .shape-1 img {
    width: 4rem;
  }
  .aluvision-page-header .shape-2 img {
    width: 8rem;
  }
  .aluvision-page-header .shape-3 img {
    width: 12rem;
  }
  .aluvision-page-header .shape-3 {
    right: -9rem;
  }
}

.page-not-found-wrapper {
  background: var(--navy-blue);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.page-not-found {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-not-found h1 {
  color: #fff;
  font-size: clamp(10rem,20.37037037037037vw,15.4rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.85rem;
  margin-bottom: 0;
}
.page-not-found {
  font-size: 1.5rem;
  line-height: 1.06;
  margin-bottom: 0;
}

.page-not-found-wrapper .shape {
  position: absolute;
}
.page-not-found-wrapper .shape-1 img {
  width: 21.5rem;
}
.page-not-found-wrapper .shape-2 img {
  width: 9.6rem;
}
.page-not-found-wrapper .shape-3 img {
  width: 33.7rem;
}
.page-not-found-wrapper .shape-4 img {
  width: 11.85rem;
}
.page-not-found-wrapper .shape-5 img {
  width: 35.25rem;
}

.page-not-found-wrapper .shape-1 {
  top: 7.5rem;
  left: -7.3rem;
}
.page-not-found-wrapper .shape-2 {
  top: 19.6rem;
  left: 4.5rem;
  z-index: 1;
}
.page-not-found-wrapper .shape-3 {
  bottom: 0;
  left: -6rem;
}
.page-not-found-wrapper .shape-4 {
  top: -3rem;
  right: 8.1rem;
}
.page-not-found-wrapper .shape-5 {
  bottom: -11rem;
  right: -12.8rem;
}

@media (max-width: 991px) {
  .page-not-found-wrapper .shape-1 {
    top: initial;
    bottom: 4.5rem;
    left: 2rem;
    z-index: 1;
  }
  .page-not-found-wrapper .shape-1 img {
    width: 9.3125rem;
  }
  .page-not-found-wrapper .shape-2 {
    top: 11.25rem;
    left: -2.1875rem;
    transform: rotate(90deg);
  }
  .page-not-found-wrapper .shape-2 img {
    width: 5.375rem;
  }
  .page-not-found-wrapper .shape-3 {
    bottom: -5rem;
    left: -4rem;
  }
  .page-not-found-wrapper .shape-3 img {
    width: 20.625rem;
  }
  .page-not-found-wrapper .shape-4 {
    top: 5.625rem;
    right: -2rem;
  }
  .page-not-found-wrapper .shape-4 img {
    width: 8.125rem;
  }
  .page-not-found-wrapper .shape-5 {
    bottom: -1.5rem;
    right: -12.875rem;
  }
  .page-not-found-wrapper .shape-5 img {
    width: 21.75rem;
  }
}
@media (max-width: 575px) {
  .page-not-found p {
    max-width: 17.125rem;
    margin: 0 auto;
  }
}





section.blue-header {
  background: var(--navy-blue);
  color: #fff;
  position: relative;
  overflow-x: hidden;
}
.blue-header-inner {
  min-height: 25.5rem;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.blue-header-content {
  padding: 6rem 0 3rem;
  max-width: 48rem;
}
.blue-header-content h4 {
  color: var(--sky-blue);
  font-size: 0.7778rem;
}
.blue-header-content h1.page-title {
  /* font-size: 3.6rem;
  line-height: 1.1; */
  color: #fff;
}
.blue-header .shapes {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.blue-header .shape {
  position: absolute;
}
.blue-header .shape-1 {
  right: -7rem;
  top: 0;
  width: auto;
}
.blue-header .shape-1 img {
  width: 22rem;
}
.blue-header .shape-2 {
  right: 0;
  top: 8rem;
  width: auto;
}
.blue-header .shape-2 img {
  width: 15.8rem;
}
.blue-header .shape-3 {
  right: 30%;
  top: 2rem;
}
.blue-header .shape-3 img {
  width: 7.6rem;
}
@media (max-width: 1499px) {
  .blue-header-content h1.page-title {
    font-size: 3.2rem;
  }
}
@media (max-width: 1199px) {
  .blue-header-content h1.page-title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .blue-header-content h1.page-title {
    font-size: 2.5rem;
  }
  .blue-header .shape-1 {
    right: -5rem;
  }
  .blue-header .shape-1 img {
    width: 16rem;
  }
  .blue-header .shape-2 {
    top: 6rem;
  }
  .blue-header .shape-2 img {
    width: 12rem;
  }
  .blue-header .shape-3 img {
    width: 6rem;
  }
}
@media (max-width: 575px) {
  .blue-header .shape-1 {
    right: -4rem;
  }
  .blue-header .shape-1 img {
    width: 14rem;
  }
  .blue-header .shape-2 {
    top: 5rem;
  }
  .blue-header .shape-2 img {
    width: 10rem;
  }
  .blue-header .shape-3 img {
    width: 5rem;
  }
}




section.intro-section {
  position: relative;
  overflow: hidden;
}
.intro-section .shape {
  position: absolute;
  left: -2rem;
  bottom: 2rem;
  z-index: -1;
}
.intro-section .shape img {
  width: 15.3rem;
}
.intro-title {
  max-width: 40rem;
  margin-bottom: 2.5rem;
  margin-bottom: 1.117647058823529rem;
}
.intro-title h4.h2 {
  font-size: 2.1rem;
}
.intro-content {
  font-size: 1.111rem;
  line-height: 1.222;
  color: var(--navy-blue);
  font-weight: 300;
  max-width: 44rem;
}
.intro-content>:last-child {
  margin-bottom: 0;
}
/*@media (max-width: 1399px) {
  .intro-content {
    font-size: 1.058823529411765rem;
    max-width: 47.58823529411765rem;
  }
}*/
@media (max-width: 991px) {
  .intro-section .shape img {
    width: 10rem;
  }
}
@media (max-width: 767px) {
  .intro-section .shape img {
    width: 8rem;
  }
  .intro-title {
    margin-bottom: 1.5rem;
  }
  .intro-title h4.h2 {
    font-size: 1.75rem;
  }
  /* .intro-content {
    width: 80%;
    max-width: 30rem;
  } */
}
@media (max-width: 575px) {
  .intro-section .shape img {
    width: 6rem;
  }
  .intro-title {
    margin-bottom: 1.25rem;
  }
  .intro-title h4.h2 {
    font-size: 1.5rem;
  }
  .intro-content {
    font-size: 1.06667rem;
  }
}




.video-content {
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
}
.video-content video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-button {
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  border: none;
  color: var(--lavender);
  transition: all 0.3s ease-in-out;
  width: 14%;
}
.video-container:hover .play-button {
  color: var(--violet);
}
.play-button svg {
  width: 100%;
  height: auto;
}
.yt-lazyload-playbtn, .vi-lazyload-playbtn {
  background-image: url('data:image/svg+xml,<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="40" cy="40" r="40" fill="white" fill-opacity="0.75"/><path d="M57.5757 39.6969L30.7576 55.1804L30.7576 24.2134L57.5757 39.6969Z" fill="rgb(36 33 92)"/></svg>');
  background-size: calc(15px + 8%);
}
.yt-lazyload-playbtn:hover, .vi-lazyload-playbtn:hover {
  background-image: url('data:image/svg+xml,<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="40" cy="40" r="40" fill="white" fill-opacity="0.75"/><path d="M57.5757 39.6969L30.7576 55.1804L30.7576 24.2134L57.5757 39.6969Z" fill="rgb(235 66 61)"/></svg>');
  background-size: calc(15px + 8%);
}
.yt-lazyload-content, .vi-lazyload-content {
  background-color: initial;
}
img.video-cover-image {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.video-section .vi-lazyload::before, .left-right-content-section .vi-lazyload::before,
.video-section .yt-lazyload::before, .left-right-content-section .yt-lazyload::before {
  padding-top: 75%;
}




/* Image Text Section */
.left-right-content {
  margin-top: 5rem;
}
.left-right-content:first-of-type {
  margin-top: 0;
}
.left-right-content .row {
  align-items: center;
}
.left-right-content-image {
  padding-bottom: 70%;
  position: relative;
  width: 91%;
}
.left-right-content-image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left-right-content-image .videobg-aspect {
  padding-bottom: 75%;
}
.left-right-content-text p {
  color: var(--navy-blue);
  font-weight: 300;
  font-size: 1.111rem;
  font-size: 1rem;
  line-height: 1.3;
}
.with-blue-bg .left-right-content-text h2, .with-blue-bg .left-right-content-text p {
  color: #fff;
}
/* .left-right-content-text h2 {
  font-weight: 300;
} */
@media (max-width: 991px) {
  .left-right-content {
    max-width: 48rem;
    margin: 3rem auto;
  }
  .left-right-content-image {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0;
  }
  .left-right-content-text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .left-right-content {
    margin: 2rem auto;
  }
}


.switch-direction .left-right-content .row,
.left-right-content:nth-of-type(2n + 2) .row {
  flex-direction: row-reverse;
}
.switch-direction .left-right-content .left-right-content-image,
.left-right-content:nth-of-type(2n + 2) .left-right-content-image {
  margin-left: auto;
}
.switch-direction .left-right-content:nth-of-type(2n + 2) .row {
  flex-direction: row;
}
.switch-direction .left-right-content:nth-of-type(2n + 2) .left-right-content-image {
  margin-left: initial;
}



section.solution-content-grid-section {
  background: var(--light-grey);
}
.solution-grid {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.solution-grid-item {
  margin-top: 2rem;
  padding: 0 0.5rem;
}
.solution-grid-image {
  position: relative;
  padding-bottom: 75%;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.solution-grid-image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-grid-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(240,240,240,.9);
  padding: 1.25rem;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.3;
  color: var(--navy-blue);
  /* transform: translateY(200%); */
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.solution-grid-item:hover .solution-grid-content {
  /* transform: none; */
  opacity: 1;
}
@media (max-width: 1399px) {
  .solution-grid {
    margin-left: 0;
    margin-right: 0;
  }
  .solution-grid-item {
    margin-top: 1.5rem;
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .solution-grid {
    max-width: 52rem;
    margin: 0 auto;
  }
  .solution-grid-item {
    margin-top: 2rem;
    padding: 0 0.5rem;
  }
}
@media (max-width: 991px) {
  .solution-grid-item {
    margin-top: 1.5rem;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .solution-grid {
    max-width: 38rem;
  }
}


.solution-cta-grid-image {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.solution-cta-grid-image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-cta-grid {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.solution-cta-grid-item {
  margin-top: 2rem;
  padding: 0 0.5rem;
  overflow: hidden;
}
.solution-cta-grid-item-inner {
  position: relative;
  padding-bottom: 3.75rem;
}
a.solution-cta-grid-item-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.solution-cta-grid-content {
  position: absolute;
  left: 0;
  padding: 1.111rem 0.5556rem 0;
  background: var(--light-grey);
  transition: all 0.5s ease-in-out;
  bottom: 0;
}
.solution-cta-grid-content-text {
  max-height: 0rem;
  opacity: 0;
  color: var(--navy-blue);
  margin-top: 0.75rem;
  transition: all 0.5s ease-in-out;
}
.solution-cta-grid-item:hover .solution-cta-grid-content {
  bottom: 0;
}
.solution-cta-grid-item:hover .solution-cta-grid-content-text {
  max-height: 24rem;
  opacity: 1;
  font-weight: 300;
  transition: max-height 1s ease-in-out, opacity 0.5s ease-in-out;
}

@media (max-width: 1399px) {
  .solution-cta-grid {
    margin-left: 0;
    margin-right: 0;
  }
  .solution-cta-grid-item {
    margin-top: 1.5rem;
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .solution-cta-grid-item {
    margin-top: 2rem;
    padding: 0 0.5rem;
  }
}
@media (max-width: 991px) {
  .solution-cta-grid {
    max-width: 42rem;
    margin: 0 auto;
  }
  .solution-cta-grid-item {
    margin-top: 1.5rem;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .solution-cta-grid {
    max-width: 38rem;
  }
}


.solution-cta-carousel {
  display: flex;
  flex-wrap: wrap;
  margin: -1.25rem;
}
.solution-cta-carousel .slide {
  width: 33.33%;
  padding: 1.25rem;
  height: auto;
}

@media (max-width: 991px) {
  .solution-cta-carousel .slide {
    width: 100%;
    padding: 0;
    height: auto;
  }
  .solution-cta-carousel {
    max-width: 42rem;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .solution-cta-carousel {
    max-width: initial;
  }
  section.solution-cta-section {
    overflow: hidden;
  }
  .solution-cta-carousel .slide {
    padding: 0;
    margin-right: 1rem;
    width: 18.125rem;
  }
  .solution-cta-carousel {
    margin: 0;
    width: 100vw;
    overflow: hidden;
    z-index: 1;
  }
}



.custom-cursor {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  transition: transform 350ms ease;
  transform: translate(-50%, -50%) scale(.5);
  z-index: 1000;
}
.custom-cursor--link {
  transform: translate(-50%, -50%) scale(1);
  background: var(--sky-blue);
}
#wpadminbar, #wpadminbar * {
  cursor: default;
}
#wpadminbar a, #wpadminbar a * {
  cursor: pointer;
}

.custom-cursor--slider {
  background: var(--sky-blue);
  color: var(--sky-blue);
}
.custom-cursor--slider:before, .custom-cursor--slider:after {
  content: '\f053';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.custom-cursor--slider:after {
  content: '\f054';
  left: initial;
  right: -20px;
}



.animation-element {
  /*transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);*/
  transition: all 0.5s ease-out 0.5s;
}
.animation-element+.animation-element {
  transition: all 0.5s ease-out 0.75s;
}
.animation-element+.animation-element+.animation-element {
  transition: all 0.5s ease-out 1s;
}
.animation-element+.animation-element+.animation-element+.animation-element {
  transition: all 0.5s ease-out 1.25s;
}
.animation-element+.animation-element+.animation-element+.animation-element+.animation-element {
  transition: all 0.5s ease-out 1.375s;
}
.animation-element+.animation-element+.animation-element+.animation-element+.animation-element+.animation-element {
  transition: all 0.5s ease-out 1.5s;
}
.animation-element+.animation-element+.animation-element+.animation-element+.animation-element+.animation-element+.animation-element {
  transition: all 0.5s ease-out 1.625s;
}
.animation-element+.animation-element+.animation-element+.animation-element+.animation-element+.animation-element+.animation-element+.animation-element {
  transition: all 0.5s ease-out 1.75s;
}
.animation-element+.animation-element+.animation-element+.animation-element+.animation-element+.animation-element+.animation-element+.animation-element+.animation-element {
  transition: all 0.5s ease-out 1.875s;
}
.animation-element.slide-up {
  opacity: 0;
  transform: translateY(50px);
}
.animation-element.in-view.slide-up {
  opacity: 1;
  /*transform: matrix(1, 0, 0, 1, 0, 0);*/
  transform: translateY(0);
}
.animation-element.slide-left {
  opacity: 0;
  transform: translateX(100%);
}
.animation-element.in-view.slide-left {
  opacity: 1;
  /*transform: matrix(1, 0, 0, 1, 0, 0);*/
  transform: translateY(0);
}
.animation-element.move-right-underline:after {
  width: 5px;
  transition: all 1s ease-out 0.5s;
}
.animation-element.in-view.move-right-underline:after {
  width: 70%;
}


.animation-05s-pause {
  transition: all 0.5s ease-out 0.5s;
}
.animation-1s-pause {
  transition: all 0.5s ease-out 1s;
}
.animation-15s-pause {
  transition: all 0.5s ease-out 1.5s;
}
.animation-2s-pause {
  transition: all 0.5s ease-out 2s;
}
.animation-25s-pause {
  transition: all 0.5s ease-out 2.5s;
}
.animation-3s-pause {
  transition: all 0.5s ease-out 3s;
}
.animation-35s-pause {
  transition: all 0.5s ease-out 3.5s;
}



.full-banner-wrapper {
  position: relative;
  color: #fff;
}
.full-banner img {
  width: 100%;
  height: 26.7rem;
  object-fit: cover;
}
.full-banner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.full-banner-wrapper h1 {
  color: #fff;
  padding: 1.5rem 0;
}
.banner-content-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-content-wrapper .container-xl,
.banner-content-wrapper .container-xl .wrap-sm {
  height: 100%;
}
.full-banner-content {
  display: flex;
  height: 100%;
  align-items: center;
}

.exhibition-content {
  color: var(--navy-blue);
  font-weight: 300;
}
.exhibition-info-section .project-info-wrapper .project-info {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .exhibition-info-section .project-info-wrapper .project-info {
    margin-bottom: 1rem;
  }
  .exhibition-info-section .project-info-wrapper {
    display: block;
    margin-top: 1rem;
  }
  .exhibition-info-section .project-info-wrapper .project-info {
    width: 100%;
  }
}





#opacity_animation {
  position: relative;
  text-align: center;
}
#opacity_animation div {
  display: inline-block;
}
#opacity_animation span {
  position: absolute;
  width: 0;
  height: 100%;
  /*color: #fff;*/
  left: 0;
  overflow:hidden;
  text-align: center;
  width: 100%;
  opacity: 0.1;
  position: relative;
}





.timeline-carousel-section {
  background: var(--light-grey);
  overflow: hidden;
}
.timeline-heading h2 {
  font-weight: 700;
  margin-bottom: 1.764705882352941rem;
  padding-bottom: 1.764705882352941rem;
  border-bottom: 2px solid var(--navy-blue);
  position: relative;
}
.timeline-heading h2:before {
  content: '';
  width: 1.176470588235294rem;
  height: 1.176470588235294rem;
  border-radius: 50%;
  background: var(--peach);
  position: absolute;
  bottom: -0.5882352941176471rem;
  left: 0;
}
.timeline-content {
  padding-right: 2.235294117647059rem;
}
.timeline-carousel {
  overflow: visible;
  z-index: 1;
  margin-bottom: 2.294117647058824rem;
}
.timeline-carousel .slick-list {
  overflow: visible;
}
@media (max-width: 767px) {
  .timeline-carousel {
    margin-bottom: 1rem;
  }
}


.solutions-usp-section {
  background: var(--navy-blue);
  color: #fff;
}
.solutions-usp-section h2,
.solutions-usp-section .section-heading-content {
  color: #fff;
}
.solutions-usp-section .section-heading-wrapper {
  margin-bottom: 2.529411764705882rem;
}
.solutions-usp-section .section-heading-content {
  font-size: 1.058823529411765rem;
}
.solutions-usp-section .section-heading-content .animation-element {
  font-weight: 300;
}
figure.solutions-usp-img img {
  height: 4.117647058823529rem;
}
@media (max-width: 1399px) {
  .solutions-usp-content {
    font-size: 1.058823529411765rem;
  }
}
@media (max-width: 767px) {
  .solutions-usp {
    margin-bottom: 2rem;
  }
}



.location-info-content h5,
.location-info-content p {
  margin-bottom: 0;
}
.location-info-content {
  margin-bottom: 1.411764705882353rem;
}
.location-info-wrapper {
  margin: -1.117647058823529rem -0.3676470588235294rem;
}
.location-info {
  padding: 0 0.3676470588235294rem;
  margin: 1.117647058823529rem 0;
}
figure.location-info-img {
  position: relative;
  padding-bottom: 75%;
}
figure.location-info-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.other-solutions-carousel-section {
  overflow: hidden;
}
.other-solutions-carousel-section .section-heading h2 {
  margin-bottom: 1.411764705882353rem;
}
.other-solution {
  position: relative;
}
.other-solution > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.other-solution h4 {
  margin-bottom: 0.8823529411764706rem;
  transition: all 0.3s ease-in-out;
}
.other-solution:hover button.btn {
  background: var(--navy-blue) !important;
}
.other-solution:hover h4 {
  color: var(--light-red);
}
.other-solution figure {
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
}
.other-solution img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.other-solution:hover img {
  transform: scale(1.05);
}
.other-solutions-carousel .slide {
  padding: 0 1.235294117647059rem;
}
.other-solutions-carousel {
  margin-left: -1.235294117647059rem;
  margin-bottom: 2.705882352941176rem;
}
.other-solutions-carousel .slick-list {
  overflow: visible;
}
.other-solution-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.other-solution-heading h4 {
  margin-bottom: 0;
}
.other-solution-heading a.other-solution-arrow-btn {
  display: inline-block;
  background: var(--navy-blue);
  border-color: var(--navy-blue);
  border-radius: 50%;
  color: #fff;
  width: 1.764705882352941rem;
  height: 1.764705882352941rem;
  text-align: center;
  transition: all 0.3s ease-out;
}
.other-solution:hover .other-solution-heading a.other-solution-arrow-btn {
  background: var(--red);
  border-color: var(--red);
}
.other-solution-heading a.other-solution-arrow-btn svg {
  height: 0.875rem;
  width: auto;
}

@media (max-width: 767px) {
  .other-solutions-carousel {
    margin: 0 -1rem 2rem;
  }
  .other-solutions-carousel .slide {
    padding: 0 1rem;
  }
}


.contact-form-brief-section {
  background: var(--navy-blue);
  color: #fff;
}
.contact-form-brief-section .section-heading-wrapper {
  margin-bottom: 2rem;
}
.contact-form-brief-section h2 {
  color: #fff;
}
.contact-form-brief-section .form-element label {
  color: #fff;
}
.contact-form-brief-section textarea.form-control {
  height: 5.588235294117647rem;
}
.contact-form-brief-section .codedropz-upload-inner {
  color: var(--black-text);
}
.contact-form-brief-section .form-element .codedropz-upload-container {
  padding: 1rem;
}
.contact-form-brief-section button.wpcf7-submit:hover {
  background: #fff !important;
  color: var(--light-red) !important;
}
@media (max-width: 991px) {
  .contact-form-brief-section textarea.form-control {
    height: 4.8rem;
  }
}
@media (max-width: 767px) {
  .contact-form-brief-section .section-heading-wrapper {
    margin-bottom: 1.333rem;
  }
}




.page-banner {
  position: relative; 
  height: 30vw;
  background: var(--navy-blue);
}
.page-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgb(0 0 0 / 40%) , rgb(0 0 0 / 0%));
}
.page-banner-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5rem;
}
.page-banner-content h2.h2 {
  color: #fff;
}
@media (max-width: 1399px) {
  .page-banner-content {
    bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .page-banner-content {
    bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .page-banner-content {
    bottom: 1.25rem;
  }
}
@media (max-width: 575px) {
  .page-banner {
    height: 60vw;
  }
  .page-banner-content {
    bottom: 1rem;
  }
}





.modal-image-slider img, .modal-image-slider video {
  width: 100%;
}