@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

body {
    color: #2f3238;
    font-family: 'Roboto', sans-serif;
}

.bg-dark {
    background-color: #2f3238;
}

.bg-primary {
    background-color: #84c0d3 !important;
}

.color-primary {
    color: #00BCEB !important;
}

.bg-secondary {
    background-color: #dfe7ef !important;
}

.bg-tertiary {
    background-color: #00BCEB !important;
}

.btn-primary {
    background-color: #00BCEB;
    border-color: #00BCEB;
    color: #2f3238;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 1.2em;
}

.btn-primary:hover {
    background-color: #00BCEB;
    border-color: #00BCEB;
    color: #2f3238;
    filter: brightness(110%);
}

h1,
h2,
h3 {
    font-family: sans-serif;
    font-weight: 600;
}

h3 {
    font-size: 1.5rem;
}

h4{
    font-size: 1.3rem;
}

.text-white p,
.text-white h1,
.text-white h2,
.text-white h3 {
    color: #ffffff !important;
}

.anchor {
    display: block;
    height: 90px;
    /*same height as header*/
    margin-top: -90px;
    /*same height as header*/
    visibility: hidden;
}

/* Had this active when the mobile menu wasn't closing as it was being clicked
@media only screen and (max-width: 991px) {
    .anchor {
        scroll-margin-top: 230px;
    }
} */

footer a {
    color: white;
}

.topBannerImg {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

.columnImg {
    max-width: 100%;
    width: auto;
    max-height: 100px;
    height: auto;
}

.bannerImg {
    max-width: 100%;
    max-height: 350px;
}

@media only screen and (max-width: 991px) {
    .aboutImg {
        max-height: 200px;
    }
}

a.nav-link {
    font-size: 1.1rem;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
}

a.nav-link:hover {
    color: white;
}

@media only screen and (min-width: 992px) {
    a.nav-link:after {
        background: none repeat scroll 0 0 transparent;
        bottom: 0;
        content: "";
        display: block;
        height: 1px;
        left: 50%;
        position: absolute;
        background: #00BCEB;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;
    }

    a.nav-link:hover:after {
        width: 100%;
        left: 0;
    }
}

@media only screen and (max-width: 991px) {
    a.nav-link {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .bannerHeightAdjust {
        padding-bottom: 2rem;
    }
}

@media only screen and (min-width: 992px) {
    .bannerHeightAdjust {
        height: 100%;
        min-height: calc(100vh - 90px);
    }
}

.frame {
    white-space: nowrap;
    text-align: center;
    margin: 1em 0;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/* Create the fancy process dots on Our Process page */

.dot {
    max-width: 100%;
    background-color: transparent;
    display: inline-block;
    position: relative;
}

.dot::before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border: 10px solid transparent;
    border-radius: 50%;
}

.firstDot::before {
    border-color: #00BCEB;
}

.secondDot::before {
    border-color: #008DB0;
}

.thirdDot::before {
    border-color: #005E75;
}

.fourthDot::before {
    border-color: #004152;
}

.dotPadding {
    padding-left: 5px;
    padding-right: 5px;
}

.img-align-middle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 991px) {
    .dot {
        height: 200px;
        width: 200px;
    }

    .firstDot p,
    .secondDot p,
    .thirdDot p,
    .fourthDot p {
        font-weight: bold;
        font-size: 2rem;
        border-radius: 50px;
        width: 50px;
        color: white;
        margin: auto;
        margin-top: -25px;
        z-index: 1000;
        position: relative;
    }

    .firstDot p {
        background-color: #00BCEB;
    }

    .secondDot p {
        background-color: #008DB0;
    }

    .thirdDot p {
        background-color: #005E75;
    }

    .fourthDot p {
        background-color: #004152;
    }

    .dotPadding:not(:first-of-type) {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dot {
        height: 230px;
        width: 230px;
    }

    .dotsTitle1,
    .dotsTitle2,
    .dotsTitle3,
    .dotsTitle4 {
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .dot {
        height: 275px;
        width: 275px;
    }
}

@media only screen and (min-width: 1400px) {
    .dot {
        height: 320px;
        width: 320px;
    }
}

.dotsTitle1 {
    background-color: #00BCEB;
    background-image: url(img/dotsTitle1-left.png), url(img/dotsTitle1-right.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    color: white;
}

.dotsTitle2 {
    background-color: #008DB0;
    background-image: url(img/dotsTitle2-left.png), url(img/dotsTitle2-right.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    color: white;
}

.dotsTitle3 {
    background-color: #005E75;
    background-image: url(img/dotsTitle3-left.png), url(img/dotsTitle3-right.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    color: white;
}

.dotsTitle4 {
    background-color: #004152;
    background-image: url(img/dotsTitle4-left.png), url(img/dotsTitle4-right.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    color: white;
}

@media only screen and (min-width: 992px) {
    .firstDot p {
        font-weight: bold;
        font-size: 2rem;
        background-color: #00BCEB;
        border-radius: 50px;
        width: 50px;
        color: white;
        margin: auto;
        margin-top: -25px;
        z-index: 1000;
        position: relative;
    }

    .secondDot p {
        font-weight: bold;
        font-size: 2rem;
        background-color: #008DB0;
        border-radius: 50px;
        width: 50px;
        color: white;
        margin: auto;
        z-index: 1000;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-bottom: -25px;
    }

    .thirdDot p {
        font-weight: bold;
        font-size: 2rem;
        background-color: #005E75;
        border-radius: 50px;
        width: 50px;
        color: white;
        margin: auto;
        margin-top: -25px;
        z-index: 1000;
        position: relative;
    }

    .fourthDot p {
        font-weight: bold;
        font-size: 2rem;
        background-color: #004152;
        border-radius: 50px;
        width: 50px;
        color: white;
        margin: auto;
        z-index: 1000;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-bottom: -25px;
    }
}

.btn-tel {
    margin-right: 10px;
    margin-bottom: 10px;
}

#cookiescript_description {
    color: white !important;
}

/* Create page animation */

@media only screen and (min-width: 992px) {

    .tile {
        opacity: 0;
    }

    .tile.inView.secondTile {
        animation-delay: 0.5s !important;
    }

    .tile.inView.thirdTile {
        animation-delay: 1s !important;
    }

    .tile.inView.fourthTile {
        animation-delay: 1.5s !important;
    }

    /* Fade in from the top */

    .tile.inView.tileBottom {
        -webkit-animation: fadeInBottom 1s both;
        -moz-animation: fadeInBottom 1s both;
        -o-animation: fadeInBottom 1s both;
        animation: fadeInBottom 1s both;
    }

    @-webkit-keyframes fadeInBottom {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-25px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @-moz-keyframes fadeInBottom {
        0% {
            opacity: 0;
            -moz-transform: translateY(-25px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes fadeInBottom {
        0% {
            opacity: 0;
            -o-transform: translateY(-25px);
        }

        100% {
            opacity: 1;
            -o-transform: translateY(0);
        }
    }

    @keyframes fadeInBottom {
        0% {
            opacity: 0;
            transform: translateY(-25px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Fade in from the bottom */

    .tile.inView.tileTop {
        -webkit-animation: fadeInTop 1s both;
        -moz-animation: fadeInTop 1s both;
        -o-animation: fadeInTop 1s both;
        animation: fadeInTop 1s both;
    }

    .tile.inView p,
    .tile.inView img,
    .tile.inView h3,
    .tile.inView ul {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
    }

    @-webkit-keyframes fadeInTop {
        0% {
            opacity: 0;
            -webkit-transform: translateY(25px);
        }

        2% {
            opacity: 0;
            -webkit-transform: translateY(25px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @-moz-keyframes fadeInTop {
        0% {
            opacity: 0;
            -moz-transform: translateY(25px);
        }

        2% {
            opacity: 0;
            -moz-transform: translateY(25px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes fadeInTop {
        0% {
            opacity: 0;
            -o-transform: translateY(25px);
        }

        2% {
            opacity: 0;
            -o-transform: translateY(25px);
        }

        100% {
            opacity: 1;
            -o-transform: translateY(0);
        }
    }

    @keyframes fadeInTop {
        0% {
            opacity: 0;
            transform: translateY(25px);
        }

        2% {
            opacity: 0;
            -o-transform: translateY(25px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Fade in from the left */

    .tile.inView.tileLeft {
        -webkit-animation: fadeInLeft 1s both;
        -moz-animation: fadeInLeft 1s both;
        -o-animation: fadeInLeft 1s both;
        animation: fadeInLeft 1s both;
    }

    @-webkit-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-25px);
        }

        2% {
            opacity: 0;
            -webkit-transform: translateX(-25px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }

    @-moz-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -moz-transform: translateX(-25px);
        }

        2% {
            opacity: 0;
            -moz-transform: translateX(-25px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0);
        }
    }

    @-o-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -o-transform: translateX(-25px);
        }

        2% {
            opacity: 0;
            -o-transform: translateX(-25px);
        }

        100% {
            opacity: 1;
            -o-transform: translateX(0);
        }
    }

    @keyframes fadeInLeft {
        0% {
            opacity: 0;
            transform: translateX(-25px);
        }

        2% {
            opacity: 0;
            transform: translateX(-25px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    /* Fade in from the right */

    .tile.inView.tileRight {
        -webkit-animation: fadeInRight 1s both;
        -moz-animation: fadeInRight 1s both;
        -o-animation: fadeInRight 1s both;
        animation: fadeInRight 1s both;
    }

    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translateX(25px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
    }

    @-moz-keyframes fadeInRight {
        0% {
            opacity: 0;
            -moz-transform: translateX(25px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0);
        }
    }

    @-o-keyframes fadeInRight {
        0% {
            opacity: 0;
            -o-transform: translateX(25px);
        }

        100% {
            opacity: 1;
            -o-transform: translateX(0);
        }
    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            transform: translateX(25px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }
}

/* Create the fading in from the bottom on mobile */

@media only screen and (max-width: 991px) {
    .tileTopMob {
        opacity: 0;
    }

    .tile.inView.tileTopMob {
        -webkit-animation: fadeInTop 1s both;
        -moz-animation: fadeInTop 1s both;
        -o-animation: fadeInTop 1s both;
        animation: fadeInTop 1s both;
    }

    .tile.inView p,
    .tile.inView img,
    .tile.inView h3,
    .tile.inView ul {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
    }

    @-webkit-keyframes fadeInTop {
        0% {
            opacity: 0;
            -webkit-transform: translateY(25px);
        }

        2% {
            opacity: 0;
            -webkit-transform: translateY(25px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @-moz-keyframes fadeInTop {
        0% {
            opacity: 0;
            -moz-transform: translateY(25px);
        }

        2% {
            opacity: 0;
            -moz-transform: translateY(25px);
        }

        100% {
            opacity: 1;
            -moz-transform: translateY(0);
        }
    }

    @-o-keyframes fadeInTop {
        0% {
            opacity: 0;
            -o-transform: translateY(25px);
        }

        2% {
            opacity: 0;
            -o-transform: translateY(25px);
        }

        100% {
            opacity: 1;
            -o-transform: translateY(0);
        }
    }

    @keyframes fadeInTop {
        0% {
            opacity: 0;
            transform: translateY(25px);
        }

        2% {
            opacity: 0;
            -o-transform: translateY(25px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}


/* Stop the navbar from twitching every time we click an option */
.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

/* Fix the nav-pills for the Testimonials section */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #00BCEB !important;
    border-color: #dfe7ef !important;
    color: #2f3238 !important;
    transition: all 0.3s ease !important;
    font-weight: 600 !important;
    font-size: 1.2em !important;
    border: 1px solid;
}

.nav-pills .nav-link.active:hover,
.nav-pills .show>.nav-link:hover {
    background-color: #00BCEB !important;
    border-color: #dfe7ef !important;
    color: #2f3238 !important;
    filter: brightness(110%) !important;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    background-color: #005E75;
    border-color: #dfe7ef;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 1.2em;
    border: 1px solid;
    cursor: pointer;
    line-height: 1.1;
}

.nav-fill .nav-item .nav-link:hover,
.nav-justified .nav-item .nav-link:hover {
    background-color: #005E75;
    border-color: #dfe7ef;
    color: #ffffff;
    filter: brightness(110%) !important;
}

/* Fix the images in the testimonials to sit nicely */

.testimonials-image {
    width: 100%;
    max-width: 100%;
    height: 200px;
    max-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1rem;
}

.testimonials-image#client-image {
    background-image: url(img/testimonials-client.png);
}

.testimonials-image#challenge-image {
    background-image: url(img/testimonials-challenge.png);
}

.testimonials-image#approach-image {
    background-image: url(img/testimonials-approach.png);
}

/* Fix the quotes on the Outcome tab to look nicer */

.quotes-marks{
    font-size: 2rem;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -2px;
}