/*-- Inner page addtions
-------------------------------------------*/

header.innerpage {
    height: auto;
    min-height: 5.5rem;
}


/*-- Header Section
---------------------------------------------------------------------------*/

header {
    position: relative;
    height: 100vh;
    min-height: 43.75rem;
}

.header-contact {
    margin-right: 0.2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.sps--blw .header-contact {
    display: none !important;
}

.contactBox a {
    color: #fff;
    font-weight: bold;
    font-size: 1.625rem;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.contactBox a:focus,
.contactBox a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.headerInfo {
    position: absolute;
    inset: 0;
}

.headerSocial {
    position: relative;
    text-align: center;
    margin-top: 2rem;
}

.headerText {
    position: relative;
    margin-top: 8.75rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.headerText h1 {
    color: #fff;
    font-size: 2.9375rem;
}

.headerText p {
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

.headerChat {
    position: relative;
    text-align: center;
    margin-top: 2rem;
}

.headerChat img {
    max-height: 2rem;
}

.headerScroll {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 1.125rem;
    color: #fff;
    line-height: 0.5;
}

.headerScroll:hover {
    color: var(--btn-hover);
}

.headerScroll span {
    display: block;
    font-weight: bold;
}

.headerScroll .fa {
    font-size: 2.375rem;
    font-weight: 400;
}

.stayUpToDate h3 {
    color: #fff;
    font-size: 1.25rem;
    margin: 0 0.25rem 1rem;
    text-align: center;
}

.stayUpToDate a {
    margin: 0 0.25rem;
}

.stayUpToDate a img {
    max-height: 3rem;
    filter: invert(92%) sepia(84%) saturate(2%) hue-rotate(60deg) brightness(110%) contrast(101%);
}

.stayUpToDate a:hover img,
.stayUpToDate a:focus img {
    filter: invert(9%) sepia(39%) saturate(7362%) hue-rotate(259deg) brightness(89%) contrast(110%);
}


/* Small devices (tablets, 768px and up) */

@media (min-width: 576px) {
    .headerText {
        position: absolute;
        top: 12.5rem;
        bottom: 12.5rem;
        left: 50%;
        transform: translateX(-50%);
        width: 34.375rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .headerText h1 {
        color: #fff;
        font-size: 4.8125rem;
    }
    .headerText p {
        color: #fff;
        font-size: 1.25rem;
        margin-bottom: 2rem;
    }
    .contactBox a {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .headerScroll {
        bottom: 3rem;
    }
    .headerSocial {
        position: absolute;
        bottom: 2.25rem;
        left: calc(8.3333% * 0.25);
        margin-top: 0;
    }
    .headerChat {
        position: absolute;
        bottom: 2.25rem;
        right: calc(8.3333% * 0.25);
        margin-top: 0;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .stayUpToDate h3 {
        font-size: 1.625rem;
    }
    .stayUpToDate a img {
        max-height: 4rem;
    }
    .headerScroll {
        bottom: 3rem;
    }
    .headerChat {
        bottom: 4.25rem;
    }
    .headerChat img {
        max-height: 2.3125rem;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    header {
        height: 100vh;
        min-height: 50rem;
    }
    .contactBox a {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .stayUpToDate h3 {
        font-size: 1.8125rem;
    }
    .stayUpToDate a img {
        max-height: 4.25rem;
    }
    .headerText {
        top: 12.5rem;
        bottom: 12.5rem;
        left: 50%;
        transform: translateX(-50%);
        width: 35.625rem;
    }
    .headerChat {
        bottom: 4.25rem;
        right: calc(8.3333% * 0.25);
    }
    .headerSocial {
        bottom: 4.25rem;
        left: calc(8.3333% * 0.25);
    }
    .headerScroll {
        bottom: 3rem;
    }
    #slider .carousel-caption {
        position: absolute;
        right: 50%;
        bottom: 45%;
        transform: translateY(45%);
        left: 8.3333%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: left;
    }
    #slider .carousel-caption h2 {
        font-size: 54px;
        font-size: 3.375rem;
        color: #fff;
    }
    #slider .carousel-caption p {
        font-size: 16px;
        font-size: 1rem;
        color: #fff;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .headerChat {
        bottom: 4.25rem;
        right: calc(8.3333% * 0.5);
    }
    .headerSocial {
        bottom: 4.25rem;
        left: calc(8.3333% * 0.5);
    }
    .headerScroll {
        bottom: 3rem;
    }
}


/*  extra devices (large desktops, 1600px and up) */

@media (min-width: 1600px) {
    .headerChat {
        bottom: 6.25rem;
        right: 8.3333%;
    }
    .headerSocial {
        bottom: 6.25rem;
        left: 8.3333%;
    }
    .headerScroll {
        bottom: 5rem;
    }
}