/*

#00247D - resolution blue
#CF142B - lava (red)

#e3e3e3 - platinum (light gray)

#1448C9 - new car (light blue)
#820715 - red devil (dark red)

Based on the red
#00821C - dark green
#15CF3D - light green
#FF334B - pink

Based on the blue
#2D3038 - dark gray
#C98F00 - orange
#7A6021 - brown

*/
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #ffffff;
    font-size: 18px;
    line-height: 1.5em;
    margin:0px;
    color: #2D3038;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.main {
    background-color: #ffffff;
    max-width: 1100px;
    margin: auto;
}

/* ── Breadcrumb ─────────────────────────────────────────────── */
.breadcrumb-nav {
    display: block;
    padding: 0 20px 16px;
    font-size: 14px;
    line-height: 1.4;
    height: auto;
    background: none;
}

.breadcrumb-nav .bc-item {
    color: #1448C9;
    text-decoration: none;
}

.breadcrumb-nav .bc-item:hover {
    text-decoration: underline;
}

.breadcrumb-nav .bc-current {
    color: #888;
}

.breadcrumb-nav .bc-sep {
    margin: 0 6px;
    color: #aaa;
}

::selection{
    color: #ffffff;
    background-color: #CF142B;
}

.content-wrapper {
    margin-left: 5px;
    margin-right: 5px;
}

.content-wrapper hr {
   width:80%;
}

h1{
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    line-height: 1.2em;
    font-size: 2.5em;
    letter-spacing: -0.01em;
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid #FF334B; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    animation: 
      typing 3.5s steps(40, end),
      blink-caret .75s step-end 8;
    border-color: transparent;
}

/* The typing effect */
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  
  /* The typewriter cursor effect */
@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: #FF334B; }
}


.strap-line{
    color:#1448C9;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    font-weight: 400; 
    min-height: 100px;
    opacity: .9;
}

.introduction {
    text-align: justify;
}

h2,h3 {
    color:#1448C9;
    font-weight: 500;
}

h2{
    padding: 10px 0 10px 0;
}

h2 i{
    margin:7px;
}

.learnmore {
    flex-shrink: 0;
    align-self: center;
    background: #1448C9;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: .6rem 1.35rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background .18s;
    white-space: nowrap;
}

.learnmore:hover{
    background-color: #00247D;
    transition: 0.3s;
} 

.logo-image {
    filter:grayscale(100%);
    width: 12%;
    text-align: center;
    margin: 3%;
    vertical-align: middle;
}

.logo-image-smaller{
    filter:grayscale(100%);
    width: 10%;
    text-align: center;
    margin: 3%;
    vertical-align: middle;
}

.service-container{
    display: flex;
    margin: 10px 0px 10px 0px;
}

.service-description{
    width: 49%;
    margin: 0px 5px 0px 5px;
    display: inline-block;
    vertical-align: top;
    background-color: #f3f3f3;
    border-radius: 3px;
    box-shadow: 0 3px 7px rgba(0,0,0,0.15);
}

.service-title{ 
    display: table-row;
}

.sservice-title img, h2{ 
    display: table-cell; 
    vertical-align: middle;
}

.service-description p{
    padding-left: 20px;
}

.service-description li{
    padding-top: 10px;
}

.service-item-collapsible{
    background-color: #f3f3f3;
    color: #000000;
    cursor: pointer;
    width: 100%;
    outline: none;
    text-align: left;
    border:none;
    font-size: 20px;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
}

.service-item-collapsible:before{
    content: '\002B';
    color: #000000;
    font-weight: bold;
    float: left;
    margin-left: 5px;   
    padding-left: 5px; 
    padding-right: 10px; 
}

.service-item-active:before{
    content: "\2212";
}

.service-item-explanation{
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #e3e3e3;
    padding-left: 40px;
}
  
.certifications{
    float: right;
    padding-right: 50px;
}


/* Slideshow container */
.testimonial-container {
    position: relative;
    background: #f3f3f3;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
  
.testimonial {
    display: none;
    padding: 20px 60px 20px 60px;
    text-align: justify;
    min-height: 405px; 
}

.testimonial p{
    display: table-cell;
    vertical-align: middle;   
}

q {
    font-style: italic;
}

q:before{
  content: "\201C";
  font-family: 'Work Sans', sans-serif;
  font-size: 2em;
  top: 10px;
  left: -5px;
  position: relative;
}

q:after{
  content: "\201D";
  font-family: 'Work Sans', sans-serif;
  font-size: 2em;
  top: 10px;
  left: 5px;
  position: relative;
}

.attestant:before{
  content: "\2014 \20";
}

.attestant{
  float: right;
  background-color: #f3f3f3;
  font-style: italic;
  margin:30px 0px 0px 0px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 3em;
    border-radius: 0 3px 3px 0;
    text-decoration: none;
}

.next {
position: absolute;
right: 0;
border-radius: 3px 0 0 3px;
}

.next:after{
content: "\00203A";
position: relative;
top: -7px;
}

.prev:before{
content: "\002039";
position: relative;
top: -7px;
}
  
.prev:hover, .next:hover {
    background-color: #1448C9;
    color: white;
    text-decoration: none;
}

.dot-container {
    text-align: center;
    padding: 10px;
}

.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #e7e7e7;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
  
.active, .dot:hover {
    background-color: #1448C9;
  }

.get-in-touch{
    text-align: center;
}

.cookie-message-container{
    position: sticky;
    bottom: 0;
    margin: auto;
    background-color: #2D3038;
    color: #e3e3e3;
    max-width: 100%;
}

.cookie-message {
    max-width: 1100px;   
    margin:auto; 
    padding:15px;
}

.cm-text{
    max-width:90%; 
    display: inline-block;
    padding-right: 2%;
} 

.cm-close{
    display: inline-block;
    vertical-align: top;
}

.cookie-message a {
    color: #e3e3e3;
    text-decoration: underline;
}

.cookie_msg_button{
    -webkit-appearance: none;
    font-family: inherit;
    font-weight: 400;
    margin-top: 10px;
    margin-left: 5%;
    cursor: pointer;
    color: #ffffff;
    background-color: #1448C9;
    font-size: 20px;
    padding: 10px 15px 10px 15px;
    border-style: none;
    outline: none;
    text-decoration: none;
    float: right;
}

.cookie_msg_button:hover{
    background-color: #00247D;
    transition: 0.3s;
} 

@media only screen and (max-width: 1100px) {
    h1{
        font-family: 'Work Sans', sans-serif;
        font-weight: 500;
        line-height: 1.2em;
        font-size: 2.5em;
        letter-spacing: -0.01em;
        white-space: normal;
        animation: none;
    }
    .cm-text{
        max-width:85%; 
    }
}

@media only screen and (max-width: 1000px) {
    .service-container{
        display: block;
    }
    .service-description{
        width: 100%;
        margin: 5px 0px 5px 0px;
    }
}

@media only screen and (max-width: 768px) {
    .content-wrapper {
        margin-left: 10px;
        margin-right: 10px;
    }

    .logo-image {
        width: 17%;
    }
    .logo-image-smaller {
        width: 12%;
    }
    .cm-text{
        max-width:80%; 
    }
}

@media only screen and (max-width: 400px) {
    .strap-line h1{
        overflow: visible;
    }
    .certifications{
        padding-right: 5px;
    }
    .cm-text{
        max-width:75%; 
    } 
    .testimonial{
        text-align: left;
    }
    .attestant{
        float: left;
        text-align: left;
    }
}