/* Custom Ratios for Bootstrap 5 */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-1x2 {
  --bs-aspect-ratio: 200%;
}

.ratio-2x1 {
  --bs-aspect-ratio: 50%;
}

.ratio-1x3 {
  --bs-aspect-ratio: 300%;
}

.ratio-3x1 {
  --bs-aspect-ratio: 33.3333333333%;
}

.ratio-1x4 {
  --bs-aspect-ratio: 400%;
}

.ratio-4x1 {
  --bs-aspect-ratio: 25%;
}

.ratio-1x5 {
  --bs-aspect-ratio: 500%;
}

.ratio-5x1 {
  --bs-aspect-ratio: 20%;
}

.ratio-3x2 {
  --bs-aspect-ratio: 66.6666666667%;
}

.ratio-2x3 {
  --bs-aspect-ratio: 150%;
}

.ratio-3x4 {
  --bs-aspect-ratio: 133.3333333333%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-9x16 {
  --bs-aspect-ratio: 177.7777777778%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.ratio-9x21 {
  --bs-aspect-ratio: 233.3333333333%;
}

.ratio-9x32 {
  --bs-aspect-ratio: 355.5555555556%;
}

.ratio-32x9 {
  --bs-aspect-ratio: 28.125%;
}

/* X-Small */
@media (max-width: 575px) {
  .ratio-xs-1x1 {
    --bs-aspect-ratio: 100%;
  }
  .ratio-xs-1x2 {
    --bs-aspect-ratio: 200%;
  }
  .ratio-xs-2x1 {
    --bs-aspect-ratio: 50%;
  }
  .ratio-xs-1x3 {
    --bs-aspect-ratio: 300%;
  }
  .ratio-xs-3x1 {
    --bs-aspect-ratio: 33.3333333333%;
  }
  .ratio-xs-1x4 {
    --bs-aspect-ratio: 400%;
  }
  .ratio-xs-4x1 {
    --bs-aspect-ratio: 25%;
  }
  .ratio-xs-1x5 {
    --bs-aspect-ratio: 500%;
  }
  .ratio-xs-5x1 {
    --bs-aspect-ratio: 20%;
  }
  .ratio-xs-3x2 {
    --bs-aspect-ratio: 66.6666666667%;
  }
  .ratio-xs-2x3 {
    --bs-aspect-ratio: 150%;
  }
  .ratio-xs-3x4 {
    --bs-aspect-ratio: 133.3333333333%;
  }
  .ratio-xs-4x3 {
    --bs-aspect-ratio: 75%;
  }
  .ratio-xs-16x9 {
    --bs-aspect-ratio: 56.25%;
  }
  .ratio-xs-9x16 {
    --bs-aspect-ratio: 177.7777777778%;
  }
  .ratio-xs-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
  }
  .ratio-xs-9x21 {
    --bs-aspect-ratio: 233.3333333333%;
  }
  .ratio-xs-9x32 {
    --bs-aspect-ratio: 355.5555555556%;
  }
  .ratio-xs-32x9 {
    --bs-aspect-ratio: 28.125%;
  }
}
/* Small */
@media (min-width: 576px) {
  .ratio-sm-1x1 {
    --bs-aspect-ratio: 100%;
  }
  .ratio-sm-1x2 {
    --bs-aspect-ratio: 200%;
  }
  .ratio-sm-2x1 {
    --bs-aspect-ratio: 50%;
  }
  .ratio-sm-1x3 {
    --bs-aspect-ratio: 300%;
  }
  .ratio-sm-3x1 {
    --bs-aspect-ratio: 33.3333333333%;
  }
  .ratio-sm-1x4 {
    --bs-aspect-ratio: 400%;
  }
  .ratio-sm-4x1 {
    --bs-aspect-ratio: 25%;
  }
  .ratio-sm-1x5 {
    --bs-aspect-ratio: 500%;
  }
  .ratio-sm-5x1 {
    --bs-aspect-ratio: 20%;
  }
  .ratio-sm-3x2 {
    --bs-aspect-ratio: 66.6666666667%;
  }
  .ratio-sm-2x3 {
    --bs-aspect-ratio: 150%;
  }
  .ratio-sm-3x4 {
    --bs-aspect-ratio: 133.3333333333%;
  }
  .ratio-sm-4x3 {
    --bs-aspect-ratio: 75%;
  }
  .ratio-sm-16x9 {
    --bs-aspect-ratio: 56.25%;
  }
  .ratio-sm-9x16 {
    --bs-aspect-ratio: 177.7777777778%;
  }
  .ratio-sm-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
  }
  .ratio-sm-9x21 {
    --bs-aspect-ratio: 233.3333333333%;
  }
  .ratio-sm-9x32 {
    --bs-aspect-ratio: 355.5555555556%;
  }
  .ratio-sm-32x9 {
    --bs-aspect-ratio: 28.125%;
  }
}
/* Medium */
@media (min-width: 768px) {
  .ratio-md-1x1 {
    --bs-aspect-ratio: 100%;
  }
  .ratio-md-1x2 {
    --bs-aspect-ratio: 200%;
  }
  .ratio-md-2x1 {
    --bs-aspect-ratio: 50%;
  }
  .ratio-md-1x3 {
    --bs-aspect-ratio: 300%;
  }
  .ratio-md-3x1 {
    --bs-aspect-ratio: 33.3333333333%;
  }
  .ratio-md-1x4 {
    --bs-aspect-ratio: 400%;
  }
  .ratio-md-4x1 {
    --bs-aspect-ratio: 25%;
  }
  .ratio-md-1x5 {
    --bs-aspect-ratio: 500%;
  }
  .ratio-md-5x1 {
    --bs-aspect-ratio: 20%;
  }
  .ratio-md-3x2 {
    --bs-aspect-ratio: 66.6666666667%;
  }
  .ratio-md-2x3 {
    --bs-aspect-ratio: 150%;
  }
  .ratio-md-3x4 {
    --bs-aspect-ratio: 133.3333333333%;
  }
  .ratio-md-4x3 {
    --bs-aspect-ratio: 75%;
  }
  .ratio-md-16x9 {
    --bs-aspect-ratio: 56.25%;
  }
  .ratio-md-9x16 {
    --bs-aspect-ratio: 177.7777777778%;
  }
  .ratio-md-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
  }
  .ratio-md-9x21 {
    --bs-aspect-ratio: 233.3333333333%;
  }
  .ratio-md-9x32 {
    --bs-aspect-ratio: 355.5555555556%;
  }
  .ratio-md-32x9 {
    --bs-aspect-ratio: 28.125%;
  }
}
/* Large */
@media (min-width: 992px) {
  .ratio-lg-1x1 {
    --bs-aspect-ratio: 100%;
  }
  .ratio-lg-1x2 {
    --bs-aspect-ratio: 200%;
  }
  .ratio-lg-2x1 {
    --bs-aspect-ratio: 50%;
  }
  .ratio-lg-1x3 {
    --bs-aspect-ratio: 300%;
  }
  .ratio-lg-3x1 {
    --bs-aspect-ratio: 33.3333333333%;
  }
  .ratio-lg-1x4 {
    --bs-aspect-ratio: 400%;
  }
  .ratio-lg-4x1 {
    --bs-aspect-ratio: 25%;
  }
  .ratio-lg-1x5 {
    --bs-aspect-ratio: 500%;
  }
  .ratio-lg-5x1 {
    --bs-aspect-ratio: 20%;
  }
  .ratio-lg-3x2 {
    --bs-aspect-ratio: 66.6666666667%;
  }
  .ratio-lg-2x3 {
    --bs-aspect-ratio: 150%;
  }
  .ratio-lg-3x4 {
    --bs-aspect-ratio: 133.3333333333%;
  }
  .ratio-lg-4x3 {
    --bs-aspect-ratio: 75%;
  }
  .ratio-lg-16x9 {
    --bs-aspect-ratio: 56.25%;
  }
  .ratio-lg-9x16 {
    --bs-aspect-ratio: 177.7777777778%;
  }
  .ratio-lg-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
  }
  .ratio-lg-9x21 {
    --bs-aspect-ratio: 233.3333333333%;
  }
  .ratio-lg-9x32 {
    --bs-aspect-ratio: 355.5555555556%;
  }
  .ratio-lg-32x9 {
    --bs-aspect-ratio: 28.125%;
  }
}
/* Extra large */
@media (min-width: 1200px) {
  .ratio-xl-1x1 {
    --bs-aspect-ratio: 100%;
  }
  .ratio-xl-1x2 {
    --bs-aspect-ratio: 200%;
  }
  .ratio-xl-2x1 {
    --bs-aspect-ratio: 50%;
  }
  .ratio-xl-1x3 {
    --bs-aspect-ratio: 300%;
  }
  .ratio-xl-3x1 {
    --bs-aspect-ratio: 33.3333333333%;
  }
  .ratio-xl-1x4 {
    --bs-aspect-ratio: 400%;
  }
  .ratio-xl-4x1 {
    --bs-aspect-ratio: 25%;
  }
  .ratio-xl-1x5 {
    --bs-aspect-ratio: 500%;
  }
  .ratio-xl-5x1 {
    --bs-aspect-ratio: 20%;
  }
  .ratio-xl-3x2 {
    --bs-aspect-ratio: 66.6666666667%;
  }
  .ratio-xl-2x3 {
    --bs-aspect-ratio: 150%;
  }
  .ratio-xl-3x4 {
    --bs-aspect-ratio: 133.3333333333%;
  }
  .ratio-xl-4x3 {
    --bs-aspect-ratio: 75%;
  }
  .ratio-xl-16x9 {
    --bs-aspect-ratio: 56.25%;
  }
  .ratio-xl-9x16 {
    --bs-aspect-ratio: 177.7777777778%;
  }
  .ratio-xl-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
  }
  .ratio-xl-9x21 {
    --bs-aspect-ratio: 233.3333333333%;
  }
  .ratio-xl-9x32 {
    --bs-aspect-ratio: 355.5555555556%;
  }
  .ratio-xl-32x9 {
    --bs-aspect-ratio: 28.125%;
  }
}
/* Extra extra large */
@media (min-width: 1400px) {
  .ratio-xxl-1x1 {
    --bs-aspect-ratio: 100%;
  }
  .ratio-xxl-1x2 {
    --bs-aspect-ratio: 200%;
  }
  .ratio-xxl-2x1 {
    --bs-aspect-ratio: 50%;
  }
  .ratio-xxl-1x3 {
    --bs-aspect-ratio: 300%;
  }
  .ratio-xxl-3x1 {
    --bs-aspect-ratio: 33.3333333333%;
  }
  .ratio-xxl-1x4 {
    --bs-aspect-ratio: 400%;
  }
  .ratio-xxl-4x1 {
    --bs-aspect-ratio: 25%;
  }
  .ratio-xxl-1x5 {
    --bs-aspect-ratio: 500%;
  }
  .ratio-xxl-5x1 {
    --bs-aspect-ratio: 20%;
  }
  .ratio-xxl-3x2 {
    --bs-aspect-ratio: 66.6666666667%;
  }
  .ratio-xxl-2x3 {
    --bs-aspect-ratio: 150%;
  }
  .ratio-xxl-3x4 {
    --bs-aspect-ratio: 133.3333333333%;
  }
  .ratio-xxl-4x3 {
    --bs-aspect-ratio: 75%;
  }
  .ratio-xxl-16x9 {
    --bs-aspect-ratio: 56.25%;
  }
  .ratio-xxl-9x16 {
    --bs-aspect-ratio: 177.7777777778%;
  }
  .ratio-xxl-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
  }
  .ratio-xxl-9x21 {
    --bs-aspect-ratio: 233.3333333333%;
  }
  .ratio-xxl-9x32 {
    --bs-aspect-ratio: 355.5555555556%;
  }
  .ratio-xxl-32x9 {
    --bs-aspect-ratio: 28.125%;
  }
}
#rf-topbar #rf-logo {
  display: none;
}

/* Colors: */
h1,
.display-1 {
  font-size: 68px;
}

@media (max-width: 767px) {
  h1,
  .display-1 {
    font-size: 48px;
  }
}
h2,
.display-2 {
  font-size: 56px;
}

@media (max-width: 767px) {
  h2,
  .display-2 {
    font-size: 36px;
  }
}
h3,
.display-3 {
  font-size: 32px;
}

h4,
.display-4 {
  font-size: 24px;
}

.vh-50 {
  height: 50vh;
}

.vh-60 {
  height: 60vh;
}

.vh-70 {
  height: 70vh;
}

.vh-80 {
  height: 80vh;
}

.vh-90 {
  height: 90vh;
}

.end-5 {
  right: 5% !important;
}

.end-10 {
  right: 10% !important;
}

.end-15 {
  right: 15% !important;
}

.end-20 {
  right: 20% !important;
}

.end-30 {
  right: 30% !important;
}

.end-40 {
  right: 40% !important;
}

@media (min-width: 575.98px) {
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
}
@media (min-width: 767.98px) {
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-relative {
    position: relative !important;
  }
}
@media (min-width: 991.98px) {
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
}
@media (min-width: 1199.98px) {
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
}
@media (min-width: 1399.98px) {
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
}
.transparent-bg {
  background-color: transparent;
}

.grey-bg {
  background-color: #E6E6E6;
}

.blue-bg {
  background-color: #003452;
}

.white-bg {
  background-color: #fff;
}

.lightblue-bg {
  background-color: #0086BE;
}

.color-lightblue > * {
  color: #0086BE !important;
}
.color-blue > * {
  color: #003452 !important;
}
.color-white > * {
  color: #fff !important;
}
.color-white-imp > * {
  color: #fff !important;
}
.color-black > * {
  color: #4C4C4C !important;
}
.color-grey-blue > * {
  color: #40677D !important;
}

.scale-up-tl {
  animation: scale-up-tl 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
   * Generated by Animista on 2024-5-21 13:18:26
   * Licensed under FreeBSD License.
   * See http://animista.net/license for more info. 
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */
@keyframes scale-up-br {
  0% {
    transform: scale(0.5);
    transform-origin: 100% 100%;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 100%;
  }
}
/* ----------------------------------------------
   * Generated by Animista on 2024-5-21 13:20:39
   * Licensed under FreeBSD License.
   * See http://animista.net/license for more info. 
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */
@keyframes scale-up-tl {
  0% {
    transform: scale(0.5);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0 0;
  }
}
* {
  font-size: 16px;
  color: #4C4C4C;
}

.btn {
  border-radius: 12px 0px 0px 0px;
}
.btn.btn-white {
  background-color: #fff;
  color: #000 !important;
  font-size: 16px;
}
.btn.btn-white:hover {
  background-color: #000;
  color: #fff !important;
}
.btn.btn-black {
  background-color: #000;
  color: #fff !important;
  font-size: 16px;
}
.btn.btn-black:hover {
  background-color: #fff;
  color: #000 !important;
}
.btn.btn-blue {
  background-color: #0086BE;
  color: #fff !important;
  font-size: 16px;
}
.btn.btn-blue:hover {
  background-color: #000;
  color: #fff !important;
}
.btn.hover-btn-white:hover {
  background-color: #fff;
  color: #000 !important;
}
.btn:hover {
  box-shadow: 4px 7px 12px rgba(31, 31, 31, 0.3019607843);
}

.subtitle {
  color: #0086BE;
}

#fixed-contact {
  background-color: #0086BE;
  color: #fff;
  border-radius: 12px 0px 0px 0px;
  width: 50px;
  right: 0;
  top: 20px;
  position: fixed;
  z-index: 1020;
  padding: 10px;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
#fixed-contact img {
  width: 28px;
  height: auto;
  flex-shrink: 0;
  margin-right: 10px;
}
#fixed-contact span {
  color: #fff;
  font-weight: 300;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  flex-grow: 1;
}
#fixed-contact:hover {
  width: 175px;
  right: 0;
}
#fixed-contact:hover span {
  opacity: 1;
}

nav .nav-item .nav-link {
  margin-left: 2px;
  margin-right: 2px;
  color: #4C4C4C;
  border-bottom: 2px solid transparent;
}
nav .nav-item .nav-link:hover {
  border-bottom: 2px solid #5F696F;
}
nav .nav-item .nav-link.active {
  border-bottom: 2px solid #0086BE;
}
nav .nav-item select {
  color: #0086BE !important;
  font-weight: 300;
  border-bottom: 2px solid transparent;
}
nav .nav-item select:focus {
  box-shadow: none;
}
nav .nav-item select:hover {
  border-bottom: 2px solid transparent !important;
}
nav .nav-item .dropdown-menu {
  padding: 0;
  margin: 0;
  margin-left: 2px;
  border-radius: 0;
  border-left: 2px solid #0086BE;
}
nav .nav-item .dropdown-menu .dropdown-item {
  color: #4C4C4C;
}
nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #F7F7F7;
}

.header {
  background: url("../../assets/img/sticky_bg_2.svg") no-repeat;
}
.header.header-blue {
  background-color: #003452;
  background-attachment: fixed;
  background-position: right top;
}
.header.header-blue .subtitle {
  color: #0086BE !important;
}
.header.header-blue * {
  color: #fff;
}
.header.header-transparent {
  background-color: transparent;
  background-attachment: fixed;
  background-position: right top;
  color: #4C4C4C;
}
.header.header-transparent .subtitle {
  color: #0086BE !important;
}
.header.header-white {
  background-color: white;
  background-attachment: fixed;
  background-position: right top;
  color: #4C4C4C;
}
.header.header-white .subtitle {
  color: #0086BE !important;
}
.header.header-grey {
  background-color: #5F696F;
  background-attachment: fixed;
  background-position: right top;
}
.header.header-grey .subtitle {
  color: #0086BE !important;
}
.header.header-grey * {
  color: white;
}
.header.header-lightblue {
  background-color: #0086BE;
  background-attachment: fixed;
  background-position: right top;
}
.header.header-lightblue .subtitle {
  color: white !important;
}
.header.header-lightblue * {
  color: white;
}

.homehero {
  background-color: #003452;
}
@media (max-width: 767.98px) {
  .homehero {
    margin-bottom: 2vh;
  }
}
.homehero * {
  color: #fff;
}
.homehero .subtitle {
  color: #0086BE;
}
.homehero .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 0px 0px 0px;
}

.hero {
  background-color: #003452;
  background: url("../../assets/img/sticky_bg_2.svg") no-repeat;
  background-attachment: fixed;
  background-position: right top;
}
.hero * {
  color: #fff;
}
.hero h1,
.hero p {
  text-shadow: 1px 1px 3px black;
}

@media screen and (max-width: 767px) {
  .herovideo video {
    min-height: 60vh;
  }
  .herovideo .vh-70 {
    height: 60vh;
  }
}

.cta {
  background: url("../../assets/img/sticky_bg_2.svg") no-repeat;
  background-attachment: fixed;
  background-position: right top;
}
.cta.blue-bg {
  background-color: #003452;
}
.cta.blue-bg * {
  color: #fff;
}
.cta.cta-blue {
  background-color: #0086BE;
}
.cta.cta-blue * {
  color: #fff;
}
.cta.grey-bg {
  background-color: #5F696F;
}
.cta.grey-bg * {
  color: #fff;
}

.bilcard {
  background: #fff;
  border-radius: 12px 0 0 0;
  position: relative;
  transition: all 100ms ease;
}
.bilcard.mobileView {
  border-radius: 47px 0 0 0;
  cursor: pointer;
  box-shadow: 0px 0px 32px -7px rgba(31, 31, 31, 0.3019607843);
}
.bilcard.mobileView svg {
  left: -2px;
  top: -2px;
  opacity: 1;
  /* -webkit-animation:scale-up-br .9s cubic-bezier(.39,.575,.565,1.000) both;animation:scale-up-br .9s cubic-bezier(.39,.575,.565,1.000) both;*/
  animation: scale-up-tl 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.bilcard svg {
  position: absolute;
  left: -22px;
  top: -22px;
  opacity: 0;
}
.bilcard .sub {
  color: #0086BE;
  font-size: 18px;
  font-weight: 300;
}
.bilcard h1 {
  font-size: 32px;
  font-weight: bold;
}
.bilcard p {
  font-weight: 300;
  font-size: 16px;
}
.bilcard.item-list a {
  text-decoration: none;
}
.bilcard.item-list .icon {
  font-size: 78px;
  color: #0086BE;
}
.bilcard:hover {
  border-radius: 47px 0 0 0;
  cursor: pointer;
  box-shadow: 0px 0px 32px -7px rgba(31, 31, 31, 0.3019607843);
}
.bilcard:hover svg {
  left: -2px;
  top: -2px;
  opacity: 1;
  /* -webkit-animation:scale-up-br .9s cubic-bezier(.39,.575,.565,1.000) both;animation:scale-up-br .9s cubic-bezier(.39,.575,.565,1.000) both;*/
  animation: scale-up-tl 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.img-grid .img-wrapper {
  background-color: #5F696F;
}
.img-grid .img-wrapper .img-overlay {
  background-color: #003452;
  opacity: 0.3;
  transition: all 0.3s ease-in;
}
.img-grid .img-wrapper img {
  transition: all 0.3s ease-in;
  filter: grayscale(100%);
  -o-object-fit: cover;
     object-fit: cover;
}
.img-grid .img-wrapper:hover .img-overlay {
  opacity: 0;
}
.img-grid .img-wrapper:hover img {
  filter: grayscale(0%);
  transform: scale(1.1);
}
.img-grid .img-wrapper .img-description {
  position: absolute;
  max-width: 45%;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 1.5rem;
  left: 1.5rem;
  padding: 1rem;
  background-color: rgb(255, 255, 255);
  color: black;
  opacity: 0;
  transition: opacity 0.5s;
  border-radius: 12px 0px 0px 0px;
}
@media screen and (max-width: 767px) {
  .img-grid .img-wrapper .img-description {
    max-width: 70%;
    bottom: 0;
    left: 0;
    padding: 0.4rem;
    margin: 0.8rem;
    opacity: 1;
    max-height: 33%;
    overflow-y: scroll;
    font-size: 14px;
    filter: grayscale(0%);
  }
}

.icon-section .bs-icon {
  width: 56px;
  height: 56px;
}
.icon-section .bs-icon svg {
  font-size: 24px;
}
.icon-section .bs-icon.border-blue {
  border: 1px solid #0086BE;
}
.icon-section.blue-bg * {
  color: #fff;
}
.icon-section.blue-bg .bs-icon * {
  color: #003452;
}

.section-image-slider .image-slider .img-item {
  overflow: hidden;
  border-radius: 12px 0px 0px 0px;
}
.section-image-slider .image-slider .img-item .img-overlay {
  background-color: #003452;
  opacity: 0.3;
  transition: all 0.3s ease-in;
}
.section-image-slider .image-slider .img-item img {
  transition: all 0.3s ease-in;
  filter: grayscale(100%);
  -o-object-fit: cover;
     object-fit: cover;
}
.section-image-slider .image-slider .img-item:hover .img-overlay {
  opacity: 0;
}
.section-image-slider .image-slider .img-item:hover img {
  filter: grayscale(0%);
  transform: scale(1.1);
}
.section-image-slider .slider-decoration {
  background-color: #003452;
  height: 300px;
  width: 100vw;
  margin-top: -100px;
}

.contact-area label {
  color: #0086BE;
}
.contact-area input,
.contact-area select,
.contact-area textarea {
  border-radius: 12px 0px 0px 0px;
  border-bottom: 2px solid transparent;
  color: #000;
}
.contact-area input:focus,
.contact-area select:focus,
.contact-area textarea:focus {
  border-bottom: 2px solid #0086BE;
  box-shadow: 4px 7px 12px rgba(31, 31, 31, 0.062745098);
}
.contact-area input[type=checkbox],
.contact-area select[type=checkbox],
.contact-area textarea[type=checkbox] {
  border: 2px solid #bbbbbb;
  border-radius: 0;
}
.contact-area form-check-input:checked textarea {
  min-height: 150px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #0086BE;
}

.swiper-pagination-bullet-active {
  background-color: #0086BE;
}

.quotes.blue-bg h3,
.quotes.blue-bg p {
  color: #fff;
}
.quotes.blue-bg .swiper-pagination-bullet {
  background-color: #0086BE;
}
.quotes.blue-bg .swiper-pagination-bullet-active {
  background-color: white;
}
.quotes.blue-bg .swiper-button-prev,
.quotes.blue-bg .swiper-button-next {
  color: #0086BE;
}
.quotes.lightblue-bg h3,
.quotes.lightblue-bg p {
  color: #fff;
}
.quotes.lightblue-bg .swiper-pagination-bullet {
  background-color: #003452;
}
.quotes.lightblue-bg .swiper-pagination-bullet-active {
  background-color: white;
}
.quotes.lightblue-bg .swiper-button-prev,
.quotes.lightblue-bg .swiper-button-next {
  color: #003452;
}
@media (max-width: 767px) {
  .quotes h3,
  .quotes p {
    font-size: 13px;
  }
}

footer * {
  color: #fff;
}
footer .bs-icon {
  width: 56px;
  height: 56px;
  border: 2px solid #0086BE;
  text-decoration: none;
  cursor: pointer;
}
footer .bs-icon svg {
  font-size: 24px;
}
footer .bs-icon * {
  color: #fff;
}
footer .bs-icon:hover {
  background-color: #0086BE;
}

.accordion .accordion-item {
  border-bottom: 2px solid #0086BE;
  border-radius: 0;
  background-color: transparent !important;
}
.accordion .accordion-item .accordion-button {
  background-color: transparent;
  box-shadow: none;
}
.accordion.lightblue-bg .accordion-item {
  border-color: #003452;
}

.dl-list .dl-item {
  border-bottom: 2px solid #0086BE;
  border-radius: 0;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lightblue-bg .dl-list .dl-item {
  border-color: #003452;
}

.showroom .wrapper {
  position: relative;
}
.showroom #loadingModal {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* z-index: 9999999999; */
  padding: 0px !important;
  pointer-events: none;
}
.showroom #loadingModal .loading-bar {
  background: #0086BE;
  width: 0%;
  margin-top: 10px;
  height: 10px;
}
.showroom #button-wrapper .anima-btn {
  display: inline-block;
  position: absolute;
  line-height: 0;
  font-size: 20px;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 12px 0px 0px 0px;
  background: #0086BE;
  outline: none;
  color: #fff;
  border: 0;
}
.showroom #button-wrapper .anima-btn i {
  color: #fff;
}
.showroom #button-wrapper .marker {
  position: absolute;
}
.showroom #button-wrapper .marker .marker-trigger {
  font-size: 28px;
  color: #fff;
  background-color: #0086BE;
  width: 42px;
  height: 42px;
  text-align: center;
  border-radius: 12px 0px 0px 0px;
  cursor: pointer;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  /* Safari */
  /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none;
  /* Standard syntax */
}
.showroom #button-wrapper .marker .marker-content {
  width: 350px;
  border-radius: 12px 0px 0px 0px;
  background: #fff;
  box-shadow: 4px 7px 7px rgba(125, 125, 125, 0.1137254902);
  padding-left: 60px;
  display: none;
}
.showroom .responsive-menu {
  display: none;
}
.showroom button.navButton {
  background-color: #0086BE;
  border: 0;
  border-radius: 12px 0px 0px 0px;
  color: #fff;
  padding: 15px;
  width: 55px;
  height: 55px;
}
.showroom button.navButton i {
  color: #fff;
}

.news-folder .bilcard {
  height: 100%;
}
.news-folder .bilcard a {
  text-decoration: none;
}

.sectionContactperson {
  padding-top: 5rem;
}
.sectionContactperson img {
  max-height: 625px;
}

@media (max-width: 767px) {
  .sectionContactperson {
    padding-top: 0rem;
  }
}
.textarea img {
  max-width: 100%;
}

.news-page img {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.news-page .bilcard a {
  text-decoration: none;
}
.news-page .bilcard .prev i {
  font-size: 32px;
  color: #0086BE;
}
.news-page .bilcard .prev span {
  font-size: 16px;
  margin-left: 10px;
}
.news-page .bilcard .next i {
  font-size: 32px;
  color: #0086BE;
}
.news-page .bilcard .next span {
  font-size: 16px;
  margin-right: 10px;
}

.contactSection.transparent-bg input[type=text],
.contactSection.transparent-bg input[type=email],
.contactSection.transparent-bg input[type=file],
.contactSection.transparent-bg input[type=checkbox],
.contactSection.transparent-bg select,
.contactSection.transparent-bg textarea, .contactSection.white-bg input[type=text],
.contactSection.white-bg input[type=email],
.contactSection.white-bg input[type=file],
.contactSection.white-bg input[type=checkbox],
.contactSection.white-bg select,
.contactSection.white-bg textarea,
.fileUploadSection.transparent-bg input[type=text],
.fileUploadSection.transparent-bg input[type=email],
.fileUploadSection.transparent-bg input[type=file],
.fileUploadSection.transparent-bg input[type=checkbox],
.fileUploadSection.transparent-bg select,
.fileUploadSection.transparent-bg textarea,
.fileUploadSection.white-bg input[type=text],
.fileUploadSection.white-bg input[type=email],
.fileUploadSection.white-bg input[type=file],
.fileUploadSection.white-bg input[type=checkbox],
.fileUploadSection.white-bg select,
.fileUploadSection.white-bg textarea {
  border-style: solid;
  border-width: 0px;
  border-color: #5F696F;
  background-color: #E6E6E6;
}
.contactSection input[type=text],
.contactSection input[type=email],
.contactSection input[type=file],
.contactSection textarea,
.fileUploadSection input[type=text],
.fileUploadSection input[type=email],
.fileUploadSection input[type=file],
.fileUploadSection textarea {
  border-radius: 12px 0px 0px 0px;
}
.contactSection input[type=file],
.fileUploadSection input[type=file] {
  padding-left: 15px !important;
}
.contactSection input[type=checkbox],
.fileUploadSection input[type=checkbox] {
  border-radius: 0;
}
.contactSection select,
.fileUploadSection select {
  border-radius: 12px 0px 0px 0px;
}
.contactSection label,
.fileUploadSection label {
  color: #0086BE;
  font-weight: lighter;
}
.contactSection p,
.fileUploadSection p {
  color: #0086BE;
}
.contactSection #canvas-container,
.fileUploadSection #canvas-container {
  min-height: 75%;
  max-height: 50vh;
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0086BE;
  overflow: hidden;
}
.contactSection #canvas-container canvas,
.fileUploadSection #canvas-container canvas {
  height: 100%;
  overflow: hidden;
}

.fileUploadSection {
  overflow-x: hidden;
}

.tworow-images-slider .section-background {
  display: flex;
  flex-direction: column;
  height: 80vh;
  min-height: 800px;
  position: relative;
  /* Adjust height as needed */
}
.tworow-images-slider .section-background .top {
  flex: 3;
  /* Grey color */
}
.tworow-images-slider .section-background .bottom {
  flex: 2;
  /* Blue color */
}
.tworow-images-slider .subheadline {
  color: #0086be;
}
.tworow-images-slider .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}
.tworow-images-slider .swiper-container {
  width: 95%;
  /* Adjust width as needed */
  height: 95%;
  /* Adjust height as needed */
  overflow: hidden;
  /* Ensure only the visible slides are shown */
}
.tworow-images-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 0px 0px 0px;
  aspect-ratio: 3/4;
}
.tworow-images-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 0px 0px 0px;
}
.tworow-images-slider .custom-pagination {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  position: relative;
  bottom: 0;
  width: 100%;
}
.tworow-images-slider .custom-pagination .swiper-pagination-bullet {
  background-color: #fafafa;
  width: 100%;
  /* Rectangular shape */
  height: 4px;
  margin: 0px !important;
  opacity: 1;
  border-radius: 0;
  /* Make bullets rectangular */
}
.tworow-images-slider .custom-pagination .swiper-pagination-bullet-active {
  background-color: #0086be;
}

.faq-section .button-wrapper.sticky-top {
  top: 30px;
}
.faq-section .button-wrapper ul {
  margin: 0;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  gap: 0px;
  max-width: 100px;
}
.faq-section .button-wrapper ul a {
  color: #fff;
  text-decoration: none;
}
.faq-section .button-wrapper ul a.active li {
  background-color: #003452;
}
.faq-section .button-wrapper ul li {
  list-style-type: none;
  padding: 10px;
  border-radius: 12px 0px 0px 0px;
  background-color: #0086BE;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in;
  height: 40px;
  width: 40px;
  text-align: center;
  margin-bottom: 5px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .faq-section .button-wrapper ul li {
    height: 30px;
    width: 30px;
    padding: 5px;
  }
}
.faq-section .button-wrapper ul li:hover {
  background-color: #003452;
}
.faq-section .button-wrapper ul li.disabled {
  background-color: #5F696F;
  cursor: not-allowed;
}
.faq-section .faq-content p:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */