* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p   {
    font-size: 20px;
    line-height: 36px;
}
.button-3d {
    position: relative;
    width: auto;
    display: inline-block;
    color: #ecf0f1;
    text-decoration: none;
    border-radius: 5px;
    border: solid 1px #006DB0;
    background: #0096D8;
    text-align: center;
    padding: 16px 18px 14px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-box-shadow: 0px 6px 0px #006DB0;
    -moz-box-shadow: 0px 6px 0px #006DB0;
    box-shadow: 0px 6px 0px #006DB0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.button-3d:hover {
    color: #fff;
}
.button-3d:active {
    -webkit-box-shadow: 0px 2px 0px #006DB0;
    -moz-box-shadow: 0px 2px 0px #006DB0;
    box-shadow: 0px 2px 0px #006DB0;
    position: relative;
    top: 4px;
    color: #fff;
}
#cto {
    background-color: #eeeeee;
}
footer {
    background-color: #1c2735;
}
footer h6 {
    font-family: 'Neue Helvetica Medium';
    text-transform: uppercase;
    color: #a6a8ab;
    font-size: 14px;
}
footer ul {
    list-style: none;
}
footer ul li {
    font-size: 14px;
}
footer ul li a, footer p a {
    color: #7c8389;
    transition: all 0.2s;
    text-decoration: none;
}
footer ul li a:hover, footer p a:hover {
    color: #fff;
}
.copy {
    border-top: 1px solid #333d4a;
    padding-top: 15px;
}
.copy p {
    font-size: 14px;
    color: #7c8389;
}
.carousel-caption p {
    font-family: 'Neue Helvetica Light';
    font-size: 14px;
    line-height: 22px;
}
.carousel-caption a {
    color: #fff;
}
.carousel-caption a:hover {
    opacity: 0.7;
}
#carouselExampleCaptions {
    overflow: hidden;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.carousel-item img {
    height: 300px;
}
.navbar {
    border: 1px solid rgba(124, 124, 125, 0.15);
}
@media (max-width: 768px) {
    html, body {
    width: auto !important;
    overflow-x: hidden !important;
    }
    }

@media (min-width: 576px) { 
    .carousel-caption {
        top: 3.5rem;
        width: 40%;
    }
    .carousel-caption h1 {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .carousel-item img {
        width: 100%;
        height: auto;
    }
    .col-md-5ths {
        width: 20%;
        float: left;
    }
    .carousel-caption h1 {
        font-size: 48px;
    }
    .carousel-caption {
        top: 10rem;
        width: 30%;
    }
    .carousel-caption p {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width: 1200px) {
    .carousel-item img {
        width: 100%;
        height: auto;
    }
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
    .carousel-caption h1 {
        font-size: 48px;
    }
    .carousel-caption {
        top: 12rem;
        width: 25%;
    }
    .carousel-caption p {
        font-size: 20px;
        line-height: 32px;
    }
}

@media (min-width: 1400px) { 
    .carousel-item img {
        width: 100%;
        height: auto;
    }
    .carousel-caption h1 {
        font-size: 48px;
    }
    .carousel-caption {
        top: 12rem;
        width: 25%;
    }
    .carousel-caption p {
        font-size: 20px;
        line-height: 32px;
    }
}


/* OFFERS */
#offering .card {
    border-radius: 1rem;
}
#offering .card-header {
    border-top-right-radius: 0.9rem;
    border-top-left-radius: 0.9rem;
}
#offering .bg-primary {
    background-color: #1B79C1 !important;
}
#offering .bg-success {
    background-color: #7FC85D !important;
}
#offering .bg-purple {
    background-color: #3A2C95 !important;
}
#offering .card.primary {
    border: 1px solid #1B79C1;
}
#offering .card.success {
    border: 1px solid #7FC85D;
}
#offering .card.purple {
    border: 1px solid #3A2C95;
}
#offering .card-body {
    padding: 30px;
}

#offering .card-body .title {
    font-family: "Neue Helvetica Medium";
    letter-spacing: 1px;
    color: #6C757D;
}
#offering .card-body .desc {
    font-family: "Neue Helvetica Bold";
    letter-spacing: 1px;
    color: #212529;
    font-size: 18px;
    text-transform: uppercase;
}
#offering .table-light {
    --bs-table-bg: #E9ECEF;
}
#offering .table-light th {
    padding: 0.75rem 1rem;
    border-bottom: none;
    color: #6C757D;
    font-family: "Neue Helvetica Medium";
    font-weight: normal;
}
#offering td {
    padding: 0.75rem 1.25rem !important;
    font-family: "Neue Helvetica Medium";
    font-weight: normal;
    color: #212529;
}

#offering a {
    font-family: "Neue Helvetica Bold";
    font-weight: normal;
    letter-spacing: 1px;
}