:root {
  --primary-color: #0a1118;
  --primary-color-highlight: #233D54;
  --bs-body-bg: #fffffe;
 /*  --bs-body-font-family: 'Montserrat', sans-serif; */
 --bs-body-font-family: 'Open Sans', sans-serif;
 --bs-dark-rgb:14,18,146;
}
/* 
  @media (min-width: 544px)  {}
  @media (min-width: 768px)  {}
  @media (min-width: 992px)  {}
  @media (min-width: 1200px) {}
  @media (min-width: 1400px) {}
  @media (min-width: 1600px) {} 
*/
/* Webfonts start */
/* michroma-regular - latin */
@font-face {
  font-family: 'Michroma';
  font-style: normal;
  font-weight: 400;
  src: url('../WebFonts/michroma-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../WebFonts/michroma-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../WebFonts/michroma-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../WebFonts/michroma-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../WebFonts/michroma-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../WebFonts/michroma-v16-latin-regular.svg#Michroma') format('svg'); /* Legacy iOS */
}


/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../WebFonts/pt-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../WebFonts/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../WebFonts/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../WebFonts/pt-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../WebFonts/pt-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../WebFonts/pt-sans-v17-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../WebFonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../WebFonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../WebFonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../WebFonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../WebFonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../WebFonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* Glyphicons Halflings */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../WebFonts/glyphicons-halflings-regular.eot');
  src: url('../WebFonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
       url('../WebFonts/glyphicons-halflings-regular.woff2') format('woff2'), 
       url('../WebFonts/glyphicons-halflings-regular.woff') format('woff'), 
       url('../WebFonts/glyphicons-halflings-regular.ttf') format('truetype'), 
       url('../WebFonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-home:before {
  content: "\e021";
}
/* Webfonts end */

html {font-family: 'PT Sans', sans-serif;
  background-color: #dddddd;
}
html {scroll-behavior: smooth;}

/* HA Logo */
.navbar-brand {
  font-family: 'Michroma', sans-serif;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;}
  .navbar-brand h2 {
    text-transform: uppercase;
    /* color: #0E3192; */
    font-size: 1.65rem;
    line-height: 1.65rem;}
    .navbar-brand h2 small {font-size: 1.045rem;}
    .navbar-brand a h2{color: #ffffff;}
    body.sticky-nav .navbar-brand a h2{color: #0E3192;}
.navbar-toggler {
      padding: .25rem .75rem;
      font-size: 1.25rem;
      line-height: 1;
      background-color: transparent;
      border: 1px solid transparent;
      border-radius: .25rem;
      transition: box-shadow .15s ease-in-out;
      color: #fff;}

    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: box-shadow .15s ease-in-out;
        color: #fff;}  
        body.sticky-nav .navbar-toggler {
          color: #555;}

          button.navbar-toggler.dropdown-nav__closeNavBtn{
            padding-top:0.75rem;}
            button.navbar-toggler:focus {
              text-decoration: none;
              outline: 0;
              box-shadow: none } 
              /* html body.sticky-nav .collapse.show button.navbar-toggler{color:red;}*/
            html body nav#navbar.navbar-collapse.dropdown-nav.collapse.show button.navbar-toggler.dropdown-nav__closeNavBtn,  
            html body nav#navbar.navbar-collapse.dropdown-nav.collapse.show button.navbar-toggler {color:#555;}
            html body nav#navbar.navbar-collapse.dropdown-nav.collapse.show button.navbar-toggler.dropdown-nav__closeNavBtn svg{margin-top: 0;}

      body.sticky-nav nav {
        background-color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        padding-top: 1rem;
        padding-right: 1rem;
        padding-left: 1rem;
        z-index: 1030;
      }

a { color: var(--primary-color); }
a:hover { color: var(--primary-color); }


/* width */
::-webkit-scrollbar {
  width: 14px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--bs-dark); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/* 
  @media (min-width: 544px)  {}
  @media (min-width: 768px)  {}
  @media (min-width: 992px)  {}
  @media (min-width: 1200px) {}
  @media (min-width: 1400px) {}
  @media (min-width: 1600px) {} 
*/

/*
* Custom Container
*/
.container-custom {
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .container-custom { width: 1140px; }
}

@media (min-width: 1400px) {
  .container-custom { width: 1340px; }
}

@media (min-width: 1600px) {
  .container-custom { width: 1520px; }
}

/*
* Main Header
*/
.header {
  z-index: 2;
}

/*
* Flyout Navigation Bar
*/

#navbar {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f4f6;
  z-index: 4;
}

.fixed-top {
  background-color: #f1f1f1;
  color:red;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  z-index: 1030;
}

.dropdown-nav__closeNavBtn {
  position: absolute;
  top: 20px;
  right: 16px;
  /*background-color: rgbA(255,255,255,0.6);*/
}

.dropdown-nav__container {
  height: 100vh;
  padding: 0 1rem;
}

/*
* Hero Section
*/
.hero {
  position: relative;
  height: 100vh;
  background-color: var(--primary-color);
  overflow: hidden;
}

@media (min-width: 1400px) {
  .hero__heading {
      font-size: 3.2rem;
  }
}

.hero__video {
  position: absolute;
  top:50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}



.hero__picture {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 1200px;
 
  transform: translateX(-50%) translateY(-0%);
}
/* 
  @media (min-width: 544px)  {}
  @media (min-width: 768px)  {}
  @media (min-width: 992px)  {}
  @media (min-width: 1200px) {}
  @media (min-width: 1400px) {}
  @media (min-width: 1600px) {} 
*/

@media (min-width: 1280px)  {
  
  .hero__picture {
  position: absolute;
  top:50%;
  left: 50%;
  /*min-width: 100%;
  min-height: 100%;*/

  width: 100%;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  }
  /* Down arrow */
  .bi-arrow-down-short::before {
    content: "\f124";
    font-size: 2.5rem;
  }
}
.hero__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color);
  opacity: 0.5;
  z-index: 1;
}

.hero__content {
  z-index: 1;
}

.hero__content-width {
  max-width: 540px;
}

.hero__scroll-btn {
  position: absolute;
  font-size: 1.5rem;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 1;
  color: var(--bs-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.hero__scroll-btn:hover {
  color: var(--bs-light);
  opacity: 0.8;
}

.hero__scroll-btn .bi {
  transition-delay: 0.8s;
  animation: bounce 1s infinite alternate;
}

 
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-10px);
  }
}


/*
* Steps Section
*/
.steps {
  padding-top: 40px;
  padding-bottom: 40px;
}

.steps__section-thumbnail {
  height: 240px;
  object-fit: cover;
  margin: 0 auto;
}

.steps__content-width {
  max-width: 456px;
  margin: 0 auto;
}

.steps--background {
  background-color: #FEF8F9;
}

.steps--slider-background {
  background-color: white;
}
@media (min-width: 544px) {
  .steps {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .steps__section-thumbnail {
    height: auto;
  }
}

/*
* Testimonial Section
*/

.testimonial{
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.testimonial img.rounded-circle.fit-cover.foto{
  width: 12rem;
  margin-left: 2rem;
  margin-right: 2rem;
}
blockquote .quotation-mark {
  font-family: Glyphicons Halflings;
  color: #1a598b;
  display: block;
  font-size: 4.1rem;
  font-weight: bolder;
  position: relative;
  top: -0.6rem;
  left: 0rem;
  height: 1.3rem;
}

/*
* Slider Section 
*/

section.slider{
  background-color: #ffffff;
}

div.swiper  .card.h-100 div.bs-icon-lg img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  width: 150px;
  height: 150px;
  position: relative;
  top: 50%;
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,16px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,16px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius,50%);
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

/*
* Footer
*/
.footer .border-highlight {
  border-top: 1px solid var(--primary-color-highlight);
}