
body {
    font-family: "Lato", sans-serif;
    background: #f6f7f9;
}



:root,
[data-bs-theme=light] {
    --bs-light-rgb: 246, 247, 249;
    --bs-primary-rgb: 135, 199, 207;
    --bs-soft-aqua: #e2f1f5;
    --bs-aqua-rgb: 135, 199, 207;
}



/* FONTS */

.accordion-wrapper .card-header button, .badge, .btn, .btn.btn-circle .number, .collapse-link, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6, .dropdown-item, .filter:not(.basic-filter), .filter:not(.basic-filter) ul li a, .h1, .h2, .h3, .h4, .h5, .h6, .meta, .more, .nav-link, .post-category, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.mission {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 300;
}

.mission-mint {color: #87c7cf;}
.mission-red {color: #a31c41;}

.fs-slogan {font-size:26px;}

.bg-primary {
    color: #fff;
}

    .bg-primary h2 {
        color: #fff;
    }
    
      .bg-primary a {
    color: #fff;
} 
    
  .bg-primary a.btn-white  {
    color: #000 !important;
} 

  .bg-primary a:hover {
    color: #ccc;
}  

  .bg-primary p.text-muted {
    color: #fff !important;
} 



.f-white {
    color: #fff;
}

/* Buttons */
@media (min-width: 768px) {
    .btn-ml {
        margin-right: 40px;
    }
}



.btn-standard {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    font-weight: 600;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #a31c41;
    --bs-btn-border-color: #a31c41;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #b33e5e;
    --bs-btn-hover-border-color: #b33e5e;
    --bs-btn-focus-shadow-rgb: 92, 140, 229;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b33e5e;
    --bs-btn-active-border-color: #b33e5e;
    --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3f78e0;
    --bs-btn-disabled-border-color: #3f78e0;
}

.btn-primary:hover {color:#fff !important;}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #87c7cf;
    --bs-btn-border-color: #87c7cf;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #95dce5;
    --bs-btn-hover-border-color: #95dce5;
    --bs-btn-focus-shadow-rgb: 152, 159, 172;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #95dce5;
    --bs-btn-active-border-color: #95dce5;
    --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    --bs-btn-disabled-color: #343f52;
    --bs-btn-disabled-bg: #aab0bc;
    --bs-btn-disabled-border-color: #aab0bc;
}


 .btn-ps {padding: 2px 20px;}

.bg-hp-top {background: #f6f7f9 !important;}


.section-page-copy h1 {
    color: #a31c41;
    margin-bottom: 20px;
    font-size:32px;
}

.section-page-copy h2 {
    margin-top: 60px;
    margin-bottom: 10px;

}

.section-page-copy h3 {
    margin-top: 40px;
    margin-bottom: 10px;
}

.section-page-copy a:hover {
    color: #343f52;
}


.cta-content  {
   padding: 40px 20px 00px 20px;
}


.cta-content h2 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.section-card h3 {margin-top:0px;
}



    /* Sections */
    .bg-white {
    background: #ffffff;
}

.bg-knowledge {
    background: url(../img-temp/bg-knowledge-02.jpg ) center center / cover no-repeat;
}

.p-knowledge {
    padding-top: 170px;
}

.headline-knowledge {
    padding-bottom: 50px;
}



/* Elements */
.img-100 {
    width: 100%;
}

.devider-mint {
    background-color: #87c7cf;
    padding: 10px 0px 10px 0px;
    height: 20px;
}


.anchor-link-div {scroll-margin-top: 100px;}

/* Header - Navigation */
.cta-top {
    position: absolute !important;
    width: 100%;
    z-index: 1030;
    padding-top: 0.3rem;
    background-color: rgba(135, 199, 207, 0.5);
    padding: 10px 0px 10px 0px;
    color: #fff;
    text-align: right;
    font-size: 20px;
}
.clip-path-triangle {
  -webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
}
@media only screen and (min-width: 560px) {
  .clip-path-triangle {
    -webkit-clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
  }
}
@media only screen and (min-width: 960px) {
  .clip-path-triangle {
    -webkit-clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
    clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
  }
}

.clip-path-triangle-hp {
  transform: translateZ(0);
}


.clip-path-triangle-hp {
  -webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
 clip-path: polygon(0 -1%, 100% -1%, 100% 80%, 50% 100%, 0 80%);
}
@media only screen and (min-width: 560px) {
  .clip-path-triangle-hp {
    -webkit-clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
    clip-path: polygon(0 -1%, 100% -1%, 100% 80%, 50% 100%, 0 80%);
  }
}
@media only screen and (min-width: 960px) {
  .clip-path-triangle-hp {
    -webkit-clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
    clip-path: polygon(0 -1%, 100% -1%, 100% 80%, 50% 100%, 0 80%);
  }
}

.clip-path-triangle-tiles {
  transform: translateZ(0);
}


.clip-path-triangle-tiles {
  -webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
 clip-path: polygon(0 -1%, 100% -1%, 100% 90%, 50% 100%, 0 90%);
}
@media only screen and (min-width: 560px) {
  .clip-path-triangle-tiles {
    -webkit-clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
    clip-path: polygon(0 -1%, 100% -1%, 100% 90%, 50% 100%, 0 90%);
  }
}
@media only screen and (min-width: 960px) {
  .clip-path-triangle-tiles {
    -webkit-clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
    clip-path: polygon(0 -1%, 100% -1%, 100% 90%, 50% 100%, 0 90%);
  }
}




.navbar-expand-lg.transparent:not(.fixed) {
    padding-top: 3.3rem;
}



.section-banner {
    padding: 200px 0px;
}

.logo-light {
    width: 236px;
}

@media (max-width: 768px) {
    .hh-logo img {
        max-width: 120px;
    }
}

.navbar-nav {margin-bottom: 85px; }

.navbar-stick .navbar-nav {margin-bottom: 0px; }

/* Home page banner */

/*
.swiper-hero, .swiper-hero .swiper-slide {
    height: 1000px !important;
}

*/

.swiper-container { }

@media (min-width: 1921px) {
    .swiper-hero, .swiper-hero .swiper-slide {
        height: 750px !important;
    }
}



@media (min-width: 577px) and (max-width: 1920px) {
    .swiper-hero, .swiper-hero .swiper-slide {
        height: 600px !important;
    }
}




@media (max-width: 576px) {
    .swiper-hero, .swiper-hero .swiper-slide {
        height: 250px !important;
    }
}



.swiper-container.nav-color .swiper-button.swiper-button-disabled, .swiper-container.nav-color .swiper-slide figure .item-link.swiper-button-disabled {
    background: rgba(var(--bs-primary-rgb), 1.0) !important;
}



.swiper-hero .swiper-slide {
    background-size: cover;
    background-position: bottom center;
}


.section-page-banner {
    background-size: cover;
    background-position: center center !important;
}

.swiper-container.dots-over .swiper-pagination {
  bottom: 2.6rem;
}






/* List */
.list-bg-filter {
    background: #e9eaec;
}

.card-detail {
    padding: 20px 10px 20px 10px !important;
}

.team-card {
    margin-bottom: 30px;
    text-align: center;
}

    .team-card p {
        font-weight: 300;
    }

    .team-card h2 {
        font-size: 20px;
        margin-bottom: 0px;
    }

@media (max-width: 768px) {
    .team-card h2 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .team-card p {
        font-size: 1.0rem;
    }
}


.people-details h1 {
    margin-bottom: 0px;
}

.people-details .mission {
    color: #87c7cf;
    font-weight: 500;
}

.people-details .mission-2 b {
    color: #87c7cf;
    font-weight: 500;
}

.people-details .role {
    color: #87c7cf;
    font-weight: 500;
    font-size: 20px;
    margin-top:5px;
}

.people-details .job {

    font-weight: normal;
}

.people-details-lhs h2 {font-size: 20px;
  margin-bottom: 0px; ;
}


@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}


.pl-toggle a {
    color: #343f52;
}

.people-list {
}

.h2-link {font-size: 14px;}


/* People Sidebar insight card list */
.sidebar-cards { display: grid; gap: 12px; }

.blog-card{
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  text-decoration: none;
  color: inherit;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.blog-card.profile{
  grid-template-columns: 50px 1fr;
}
.blog-card:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  border-color: rgba(0,0,0,.14);
}

.blog-card__thumb{
  width: 96px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f4f6;
}
.blog-card__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-card__profile{
  width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  background: #f3f4f6;
}

.blog-card__profile img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-card__body{
  min-width: 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
 }

.blog-card__meta{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 12px;
  opacity: .8;
}
.blog-card__pill{
  margin-left: auto;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(0,0,0,.03);
}

.blog-card__title{
  font-weight: 700;
  line-height: 1.25;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  &.large{
    font-size: 16px;
  }
}


.blog-card__cta{
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  opacity: .85;
}
/* Blog */
.post-meta li a {
    color: #87c7cf;
}


.blog-detail h1 {
    font-size: 1.75rem;
}

.blog-detail h2 {
    margin-top: 50px;
    margin-bottom: 0px
}

.blog-detail h3 {
    margin-bottom: 0px;
    margin-top: 40px;
}

.blog-cat-date {
    font-size: 14px;
    margin-bottom: 30px;
}

 .post-category {
    text-transform: none;
}

.post-meta li a:hover {
    color: #343f52;
}


/* Card */
.card {
    border: 0px !important;
    border-width: 0px !important;
}



.post-meta {
    color: #343f52;
}


.post-teaser {
    line-height: 1.0rem;
}


.contact-tiles p {margin-bottom:0px !important;}
.our-services h2 {margin-top:0px; margin-bottom:0px; font-size:20px;}



.p-solution-list a {font-size:18px;}


/* forms */
form.dark-fields .form-control {
    background: #d0e9ec;
    border-color: #d0e9ec;
    color: #7dbac7;
}

.form-privacy p {font-size: 12px;
    line-height: normal;}



/*Footer*/

footer.bg-dark, .footer.bg-dark {
    background: #87c7cf !important;
}

.text-inverse {
    color: #ffffff !important;
}

footer a {
    color: #ffffff !important;
}

    footer a:hover {
        color: #e2f1f5 !important;
    }

.progress-wrap svg.progress-circle path {
    stroke: #cfe8ef;
}

footer .widget .list-unstyled:not(.tag-list) li + li, .unordered-list li + li, .icon-list:not(.row) li + li {
    margin-top: 0.0rem;
}

