/*
Theme Name: Lift PV Theme
Theme URI: https://pixelcreation.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: This is a theme made by Pixel Creation for Lift PV
Version: 1.0
Text Domain: lift-pv
 */
/* This file is made for all your variables, think of colors you will use, basic spacing etc. */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 300;
  src: url("webfonts/Barlow-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("webfonts/Barlow-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url("webfonts/Barlow-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 300;
  src: url("webfonts/Barlow-LightItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  src: url("webfonts/Barlow-Italic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  font-style: italic;
  font-weight: 600;
  src: url("webfonts/Barlow-SemiBoldItalic.ttf") format("truetype");
  font-display: swap;
}
:root {
  --text-color: #1b1725;
  --link-color: #6454d8;
  --primary-button-color: #fdbc0c;
  --primary-button-text-color: #1b1725;
  --primary-button-color-hover: #d49b02;
  --primary-button-text-color-hover: #1b1725;
  --secondary-button-color: #6454d8;
  --secondary-button-text-color: #ffffff;
  --secondary-button-color-hover: #412ecb;
  --secondary-button-text-color-hover: #ffffff;
  --tertiary-button-color: #1b1725;
  --tertiary-button-text-color: #eaecee;
  --tertiary-button-color-hover: #322b44;
  --tertiary-button-text-color-hover: #ffffff;
}

@media screen and (max-width: 575.98px) {
  html {
    font-size: 0.95rem;
  }
}

body {
  font-family: "Barlow", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #1b1725;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #1b1725;
}

::selection {
  color: #1b1725;
  background: #ffc821;
}

strong {
  font-weight: 600;
}

/* Sections */
section {
  padding: 5rem 0;
  background-color: white;
}
section.section-small {
  padding: 4rem 0;
}

.section-sm {
  padding: 3rem 0 5rem 0;
}

/* Typography */
.h0, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 400;
}

.h0 {
  font-size: 5.1rem;
  line-height: 1;
}

h1, .h1 {
  font-size: 2.8rem;
  line-height: 1.15;
}
@media screen and (min-width: 576px) {
  h1, .h1 {
    font-size: 3.8rem;
  }
}

h2, .h2 {
  font-size: 2.25rem;
}

h3, .h3 {
  font-size: 1.85rem;
}

h4, .h4 {
  font-size: 1.65rem;
}

h5, .h5 {
  font-size: 1.5rem;
}

h6, .h6 {
  font-size: 1.5rem;
}

.lead {
  font-size: 1.6rem;
}

p, ul, ol {
  line-height: 1.7;
}

.p-last-child p:last-of-type {
  margin-bottom: 0;
}

a {
  color: var(--link-color);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: var(--link-color);
  text-decoration: underline;
}

.main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
  margin: 2rem 0 1.5rem 0;
}
.main-content time {
  margin: 0 0 2rem 0;
  display: block;
  font-weight: 600;
}

.text-orange {
  color: #fdbc0c;
}

.text-blue {
  color: #6454d8;
}

.text-darkblue {
  color: #1b1725;
}

.bg-orange {
  background-color: #fdbc0c;
}

.bg-dark-blue {
  background-color: #1b1725;
}

/* Navigation */
.navbar {
  background-color: #ffffff;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  position: sticky;
  top: 0;
  z-index: 999;
  border-top: 3px solid #fdbc0c;
  border-bottom: 1px solid #e5e5e5;
  transition: 0.3s;
}
.navbar .nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  border-bottom: 2px solid transparent;
  color: #1b1725;
  transition: 0.3s;
}
.navbar .nav-link:hover {
  color: #fdbc0c;
  border-bottom-color: #fdbc0c;
  text-decoration: none;
}
.navbar .nav-link.active {
  color: #fdbc0c;
  border-bottom-color: #fdbc0c;
}
.navbar .nav-search {
  color: #fdbc0c;
  font-size: 1.25rem;
}
.navbar .navbar-brand img {
  width: 12rem;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .navbar .navbar-brand img {
    width: 16rem;
  }
}
.navbar .bar1, .navbar .bar2, .navbar .bar3 {
  width: 30px;
  height: 2px;
  margin: 6px 0;
  transition: 0.3s;
  border: none;
  border-radius: 30px;
  background-color: #1b1725;
}
.navbar .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 3px);
  transform: rotate(-45deg) translate(-3px, 3px);
}
.navbar .change .bar2 {
  opacity: 0;
}
.navbar .change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.navbar .close-button {
  position: absolute;
  z-index: 30;
  top: 5px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .navbar.active {
    border-color: #fdbc0c;
    background-color: #fdbc0c;
  }
  .navbar.active .nav-link {
    color: white;
  }
  .navbar.active .nav-link.active, .navbar.active .nav-link:hover {
    border-color: white;
  }
}

.btn {
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  font-weight: 300;
  transition: 0.3s;
}
.btn:hover {
  color: inherit;
  text-decoration: none;
}

.btn-primary {
  background-color: var(--primary-button-color);
  border: none;
  color: var(--primary-button-text-color);
  text-decoration: none;
}
.btn-primary:hover {
  background-color: var(--primary-button-color-hover);
  color: var(--primary-button-text-color-hover);
  text-decoration: none;
}

.btn-secondary {
  background-color: var(--secondary-button-color);
  border: none;
  color: var(--secondary-button-text-color);
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
}
.btn-secondary:hover {
  background-color: var(--secondary-button-color-hover);
  color: var(--secondary-button-text-color-hover);
  text-decoration: none;
}

.btn-tertiary {
  background-color: var(--tertiary-button-color);
  color: var(--tertiary-button-text-color);
}
.btn-tertiary:hover {
  background-color: var(--tertiary-button-color-hover);
  color: var(--tertiary-button-text-color-hover);
}

.btn-arrow:after {
  content: "\f178";
  font-weight: 300;
  display: inline-block;
  margin-left: 1rem;
  font-family: "Font Awesome 6 Pro";
}

.btn-default {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
}
.btn-default:hover {
  background-color: var(--secondary-button-color-hover);
  color: var(--secondary-button-text-color-hover);
  text-decoration: none;
}

.btn-default-alt {
  background-color: transparent;
  border: 2px solid #6454d8;
  color: #6454d8;
  text-decoration: none;
}
.btn-default-alt:hover {
  background-color: var(--secondary-button-color-hover);
  color: var(--secondary-button-text-color-hover);
  text-decoration: none;
}
.btn-default-alt:after {
  content: "\f178";
  font-weight: 300;
  display: inline-block;
  margin-left: 10px;
  font-family: "Font Awesome 6 Pro";
}

@supports (container-type: size) {
  .btn-decorate {
    border-radius: 0;
    position: relative;
    padding-inline: 0.5rem;
    margin-inline: 1.5rem;
  }
  .btn-decorate::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    right: 100%;
    top: 0;
    aspect-ratio: 1/1;
    background-color: inherit;
    color: inherit;
    clip-path: url(#perovskite-start);
  }
  .btn-decorate::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    left: 100%;
    top: 0;
    aspect-ratio: 1/1;
    background-color: inherit;
    color: inherit;
    clip-path: url(#perovskite-end);
    margin-left: 0;
  }
  .btn-decorate.btn-decorate.btn-decorate.btn-decorate:hover {
    padding-inline-start: 1rem;
    padding-inline-end: 0;
  }
}
/* Hero */
.hero {
  padding: 2.5rem 0 4rem 0;
}
@media screen and (min-width: 576px) {
  .hero {
    padding: 4.5rem 0 7.5rem 0;
  }
}
.hero .btn-row {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hero .btn-row .btn {
  align-self: flex-start;
}
@media screen and (min-width: 1400px) {
  .hero .btn-row .btn {
    padding-left: 4rem;
  }
}
.hero .btn-row .btn:hover {
  padding-left: 2.5rem;
}

.subpage-hero {
  height: 45vh;
  background-color: white;
}
.subpage-hero.no-image {
  height: 13rem;
  background-color: #b2b4d2;
}
.subpage-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0%, 100% 88%, 0% 100%);
}

.title-block {
  margin: -6.5rem 0 0 0;
  padding: 2rem 2.5rem;
  position: relative;
  color: white;
  background-color: #1b1725;
}
@media screen and (min-width: 576px) {
  .title-block {
    padding: 2.5rem 3rem;
  }
}

/* Subpages */
.subpages {
  display: grid;
  gap: 1.4rem 1.2rem;
}
@media screen and (min-width: 576px) {
  .subpages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 992px) {
  .subpages {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.subpages a {
  display: block;
  color: white;
  background-color: #1b1725;
  transition: 0.3s;
}
.subpages a:hover {
  text-decoration: none;
  color: white;
  background-color: #fdbc0c;
}
.subpages a:hover figure img {
  transform: scale(1.05);
}
.subpages a figure {
  margin: 0;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.subpages a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease;
}
.subpages a span {
  margin: 0;
  display: block;
  padding: 1.2rem 1rem;
  text-align: center;
}

/* Tekstblok */
.image-text-block {
  display: grid;
  background-color: whitesmoke;
}
@media screen and (min-width: 992px) {
  .image-text-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 992px) {
  .image-text-block.odd figure {
    order: 2;
  }
}
.image-text-block figure {
  margin: 0;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 992px) {
  .image-text-block figure {
    aspect-ratio: unset;
  }
}
.image-text-block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-text-block .image-text-block-content {
  padding: 2rem;
}
@media screen and (min-width: 576px) {
  .image-text-block .image-text-block-content {
    padding: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .image-text-block .image-text-block-content {
    padding: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .image-text-block .image-text-block-content {
    padding: 5rem;
  }
}
.image-text-block:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .image-text-block:not(:last-child) {
    margin-bottom: 4.5rem;
  }
}

/* Tijdline */
.timeline {
  padding: 7.5rem 0 7rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 576px) {
  .timeline {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .timeline {
    gap: 7rem;
  }
}
.timeline .timeline-line {
  width: 3px;
  height: 100%;
  top: 0;
  left: 1rem;
  position: absolute;
  background-color: #dadada;
}
@media screen and (min-width: 768px) {
  .timeline .timeline-line {
    left: 12.8rem;
  }
}
.timeline .timeline-line:before, .timeline .timeline-line:after {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: -0.9rem;
  border-radius: 50%;
  border: 3px solid #d5d5d5;
  background-color: white;
}
.timeline .timeline-line:before {
  top: 0;
}
.timeline .timeline-line:after {
  bottom: 0;
}
.timeline .timeline-item {
  padding-left: 3.6rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .timeline .timeline-item {
    padding-left: 0;
    flex-direction: row;
    align-items: center;
    gap: 5.2rem;
  }
}
.timeline .timeline-item:nth-child(even) .date {
  background-color: #1b1725;
}
.timeline .timeline-item:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.7rem;
  border-radius: 50%;
  background-color: #d5d5d5;
}
@media screen and (min-width: 768px) {
  .timeline .timeline-item:before {
    left: 12.5rem;
  }
}
.timeline .timeline-item .date {
  width: 10rem;
  max-width: 100%;
  padding: 0.3rem 0.8rem;
  display: block;
  flex-shrink: 0;
  color: white;
  font-size: 1.1rem;
  text-align: center;
  background-color: #fdbc0c;
}
.timeline .timeline-item h2 {
  margin: 0 0 0.3rem 0;
  font-size: 1.4rem;
  line-height: unset;
}
@media screen and (min-width: 768px) {
  .timeline .timeline-item h2 {
    font-size: 1.9rem;
  }
}

/* Partners */
.partners {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
.partners .partner-row img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 2.5rem;
  aspect-ratio: 16/10;
  border: 1px solid #eaecee;
}

/* Team members */
.team-members {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
.team-members:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .team-members {
    margin-top: 2.8rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem 3rem;
  }
}
@media screen and (min-width: 992px) {
  .team-members {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.team-members .team-member {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.team-members .team-member figure {
  width: 10rem;
  max-width: 100%;
  aspect-ratio: 1/1;
  margin: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .team-members .team-member figure {
    width: 13rem;
  }
}
.team-members .team-member figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Onboarding */
.boarding-process {
  margin: 3rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 992px) {
  .boarding-process {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
.boarding-process li {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.boarding-process li .icon {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  .boarding-process li .icon:before, .boarding-process li .icon:after {
    content: "";
    width: 50%;
    height: 2px;
    top: 50%;
    position: absolute;
    z-index: 1;
    background-color: #1b1725;
  }
}
.boarding-process li .icon:before {
  left: 0;
}
.boarding-process li .icon:after {
  right: 0;
}
.boarding-process li:first-child .icon:before {
  content: unset;
}
.boarding-process li:last-child .icon:after {
  content: unset;
}
.boarding-process li i {
  width: 5.5rem;
  height: 5.5rem;
  position: relative;
  display: grid;
  place-content: center;
  font-size: 2.3rem;
  border: 2px solid #1b1725;
  border-radius: 50%;
  background-color: white;
  z-index: 2;
}

/* Vacature */
.vacatures {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.vacature {
  display: flex;
  gap: 2rem;
  color: var(--text-color);
  border: 1px solid #d5d5d5;
  padding: 1.5rem;
}
.vacature figure {
  width: 13rem;
  height: 13rem;
  margin: 0;
  flex-shrink: 0;
}
.vacature figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vacature .vacature-content {
  padding: 0.5rem 0 0 0;
}

/* Breadcrumbs */
.breadcrumbs {
  padding: 1.7rem 0;
  border-bottom: 1px solid #eaecee;
  background-color: white;
}

.breadcrumb {
  margin: 0;
  align-items: center;
  font-size: 1rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 0.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.breadcrumb span {
  white-space: nowrap;
}
.breadcrumb a {
  color: #1b1725;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb i {
  top: -1px;
  position: relative;
  font-size: 0.9rem;
}
.breadcrumb .breadcrumb-item.active {
  color: #1b1725;
}
.breadcrumb .breadcrumb-item + :before {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  font-size: 0.9rem;
  font-weight: 300;
  position: relative;
  top: 2px;
  color: #1b1725;
}

/* Pagination */
.pagination {
  margin: 4rem 0 0 0;
  gap: 0.6rem;
}
.pagination .current {
  font-weight: 600;
}

/* FAQ */
.toggle-list .toggle-list-item {
  border: 1px solid #ffffff;
  border-radius: 25px;
  background-color: #ffffff;
}
.toggle-list .toggle-list-item:not(:last-child) {
  margin-bottom: 1rem;
}
.toggle-list .toggle-list-item button {
  padding: 30px 60px 30px 30px;
  display: flex !important;
  align-items: center;
  color: var(--text-color);
  border: 0;
  background-color: unset;
  font-weight: 100;
  font-size: 1.2rem;
  transition: 0.3s;
}
.toggle-list .toggle-list-item button:after {
  content: "\f139";
  position: absolute;
  right: 25px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  font-size: 1.4rem;
  color: #6454d8;
  transition: 0.3s;
}
.toggle-list .toggle-list-item button.collapsed:after {
  transform: rotate(180deg);
}
.toggle-list .toggle-list-item .toggle-list-text {
  padding: 5px 30px;
  margin: 0 0 1.1rem 0;
}

.search .form-control {
  background: #ffffff !important;
  border-radius: 30px !important;
  border: 1px solid #EAE2DE !important;
  color: var(--text-color) !important;
  padding: 20px !important;
}

/* Contact */
.content-split {
  padding: 0 0 5rem 0;
  position: relative;
  background-color: white;
}
@media screen and (min-width: 992px) {
  .content-split {
    padding: 5rem 0;
  }
}
.content-split figure {
  height: 10rem;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .content-split figure {
    width: calc(50% - 4rem);
    height: 100%;
    position: absolute;
  }
}
.content-split figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-split .content-split-content {
  padding: 3rem 0 0 0;
}
@media screen and (min-width: 992px) {
  .content-split .content-split-content {
    padding: 0;
  }
}

.contact-section {
  position: relative;
}
.contact-section img {
  width: 45rem;
  max-width: 100%;
  top: 0;
  right: 0;
  position: absolute;
}

.nf-form-content {
  padding: 0 !important;
}

.contact-form-block {
  background-color: #ffffff;
  position: relative;
  z-index: 9;
  padding: 4rem 3rem;
  border-radius: 1.2rem;
}
.contact-form-block .nf-form-title, .contact-form-block .nf-form-fields-required, .contact-form-block .ninja-forms-req-symbol {
  display: none;
}
.contact-form-block .nf-field-label label {
  font-size: 1.2rem !important;
  font-weight: 300;
}
.contact-form-block input:not([type=submit]), .contact-form-block textarea {
  background: #ffffff !important;
  border-radius: 0.4rem !important;
  border: 1px solid #EAE2DE !important;
  color: #1b1725 !important;
  padding: 20px !important;
  font-size: 1.2rem !important;
}
.contact-form-block .textarea-wrap.field-wrap .nf-field-element:after {
  border-top-right-radius: 0.4rem !important;
  border-bottom-right-radius: 0 !important;
}
.contact-form-block .nf-error.field-wrap .nf-field-element:after {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.contact-form-block .btn-primary {
  height: auto !important;
  background-color: #fdbc0c !important;
  border: none !important;
  color: white !important;
  border-radius: 40px !important;
  padding: 12px 25px !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  opacity: 1 !important;
  transition: 0.3s !important;
}
.contact-form-block .btn-primary:hover {
  background-color: var(--primary-button-color-hover) !important;
  color: var(--primary-button-text-color-hover) !important;
  text-decoration: none !important;
}

/* BLOCKS */
.block {
  padding: 2rem;
}
.block.block-grey {
  background-color: #ececec;
}

/* BLOG */
.blog {
  display: flex;
  flex-direction: column;
  color: var(--text-color);
  background-color: #fff;
  height: 100%;
  text-decoration: none;
  border: 1px solid #d5d5d5;
  overflow: hidden;
}
.blog .blog-photo {
  height: 13rem;
  overflow: hidden;
}
.blog .blog-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}
.blog .blog-content {
  padding: 2rem;
}
.blog .blog-content h5 {
  color: #1b1725;
}
.blog:hover {
  text-decoration: none;
  color: #333;
}
.blog:hover .blog-photo img {
  transform: scale(1.1);
}

/* CONTACT PAGE */
#map_canvas {
  height: 30rem;
}

footer {
  padding: 5rem 0;
  color: white;
  background-color: #1b1725;
}
footer .footer-logo {
  width: 16rem;
  max-width: 100%;
}

.footer-link {
  color: white;
}

.footer-hr {
  margin: 0;
  opacity: 1;
  width: 100%;
  height: 0;
  border-top: 1px solid #837e94;
}

.footerbar {
  padding: 2rem 0;
  color: white;
  font-size: 1rem;
  background-color: #1b1725;
}

@media screen and (max-width: 991px) {
  .navbar .navbar-nav {
    padding-top: 20px;
  }
  .navbar .navbar-nav .nav-link {
    width: fit-content;
    margin-left: 0;
  }
  .navbar .nav-search {
    position: relative;
    right: 30px;
    top: 2px;
    color: #1b1725;
  }
  .home-header-img {
    max-height: 450px;
    min-height: unset;
    max-width: unset;
  }
  .page-header-img {
    width: 100%;
    max-width: unset;
    min-height: unset;
    max-height: 450px;
  }
  .technology-usps-img {
    width: 100%;
    max-width: 400px;
    height: unset;
    position: unset;
  }
  .technology-usps-icon-left {
    left: 287px;
    transform: translateY(-100%);
    top: 0;
  }
  .technology-usps-icon-right {
    opacity: 0.3;
  }
  .contact-header .contact-header-img {
    width: 100%;
    height: 450px;
    position: unset;
  }
  .contact-form-block {
    margin-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
