.ct-hero-banner {
    padding: 70px 0;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.ct-hero-banner .banner-breadcrumbs {
    top: 15px;
    left: 50%;
    width: 100%;
    color: #fff;
    text-align: left;
    max-width: 1200px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ct-hero-banner .banner-breadcrumbs a {
    color: #a8c945
}

.ct-hero-banner .banner-breadcrumbs a:active, .ct-hero-banner .banner-breadcrumbs a:focus, .ct-hero-banner .banner-breadcrumbs a:hover {
    color: #fff
}

.ct-hero-banner__overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.ct-hero-banner .container {
    position: relative;
    z-index: 2
}

@media (max-width: 799px) {
    .ct-hero-banner .container {
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .ct-hero-banner .col-auto {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.ct-hero-banner--heading {
    display: block;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 0 !important
}

.ct-hero-banner--heading-large {
    font-size: 40px;
    margin-bottom: 20px !important
}

.ct-hero-banner--heading-medium {
    font-size: 50px;
    margin-bottom: 40px !important
}

.ct-hero-banner--animated-text, .ct-hero-banner--animated-text-2 {
    font-size: 30px;
    font-weight: 400;
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 20px
}
.ct-hero-banner--animated-text-2 {
    font-size: 24px;
}

.ct-hero-banner--animated-text p, .ct-hero-banner--animated-text-2 p {
    line-height: 1.2
}

.ct-hero-banner--animated-text .typed {
    margin-right: 15px;
    display: inline-block;
    font-weight: 600
}

.ct-hero-banner--animated-text .cursor {
    border-right: 3px solid currentColor;
    -webkit-animation: blink .5s step-end infinite alternate;
    -moz-animation: blink .5s step-end infinite alternate;
    -o-animation: blink .5s step-end infinite alternate;
    animation: blink .5s step-end infinite alternate
}

.ct-hero-banner--text {
    color: #fff;
    margin-bottom: 20px
}

.ct-hero-banner--list-box {
    margin: 0 10px 20px;
    padding: 30px 0;
    background-color: rgba(30, 63, 104, .8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.ct-hero-banner--list-box-number {
    font-size: 32px;
    color: #fff;
    display: block;
    margin: 0 0 15px !important
}

.ct-hero-banner--list-box-text {
    font-size: 14px;
    text-transform: uppercase;
    color: #a8c930;
    display: block;
    font-weight: 700
}

.ct-hero-banner--list-box-text a {
    color: #a8c930
}

.ct-hero-banner--actions {
    text-align: center
}

.ct-hero-banner--actions .ct-btn {
    padding: 19px 47px;
    display: block;
    margin: 5px 7.5px
}

@media (min-width: 768px) {
    .ct-hero-banner--heading-large {
        font-size: 65px
    }

    .ct-hero-banner--animated-text {
        margin-bottom: 60px;
        font-size: 38px
    }
    .ct-hero-banner--animated-text-2 {
        margin-bottom: 60px;
        font-size: 30px
    }
    .ct-hero-banner--list-box {
        margin: 0 10px 60px
    }

    .ct-hero-banner--actions .ct-btn {
        display: inline-block
    }
}