* {
    font-family: "Nunito", sans-serif;
}

.btn {
    font-weight: 900;
    padding: 10px 20px !important;
    border: 0;
    border-radius: 15px;
}

.btn-white {
    background: #ffffff;
    color: #000000!important;
}

.btn-white:hover {
    color: #ffffff!important;
}

.bg-primary, .btn-primary, .btn-outline-primary:hover {
    background: #0746cf !important;
    color: #ffffff!important;
}

.btn-primary:hover {
    background: #ffffff !important;
    color: #0746cf!important;
}

.bg-success, .btn-success, .btn-outline-success:hover {
    background: #00660C !important;
    color: #ffffff!important;
}

.btn-success:hover {
    background: #ffffff !important;
    color: #00660C!important;
}
  
.bg-secondary, .btn-secondary, .btn-outline-secondary:hover {
    background: #FFCE00 !important;
    color: #ffffff!important;
}

.btn-secondary:hover {
    background: #ffffff !important;
    color: #FFCE00!important;
}

.bg-warning, .btn-warning, .btn-outline-warning:hover {
    background: #FFC145 !important;
    color: #ffffff!important;
}

.btn-warning:hover {
    background: #ffffff !important;
    color: #FFC145!important;
}

.bg-light, .btn-light, .btn-outline-light:hover {
    background: #D4C5E2 !important;
    color: #ffffff!important;
}

.bg-danger, .btn-danger, .btn-outline-danger:hover {
    background: #FF0000 !important;
    color: #ffffff!important;
}

.btn-danger:hover {
    background: #ffffff !important;
    color: #FF0000!important;
}

.bg-light-90 {
    background: rgba(8, 45, 128, 0.9) !important;
}

.bg-light-75 {
    background: rgba(8, 45, 128, 0.75) !important;
}

.bg-light-50 {
    background: rgba(8, 45, 128, 0.5) !important;
}

.bg-light-25 {
    background: rgba(8, 45, 128, 0.25) !important;
}

.bg-light-10 {
    background: rgba(8, 45, 128, 0.1) !important;
}

.bg-light2 {
background: #BFF0D4 !important;
}

.bg-light3 {
background: #EAF7CF !important;
}

#slider {
    height: 600px;
    overflow: hidden;
}
  
.carousel-item {
    background: linear-gradient(135deg, #043AB0 0%, rgba(8, 45, 105, 0) 100%);
}

.carousel-item img {
    opacity: 0.5;
}

.carousel-item .carousel-caption {
    bottom: 0;
    top: 0;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40%;
}

.carousel-item .carousel-caption h4 {
    font-size: 64px;
    font-weight: 300;
}

.carousel-item .carousel-caption h2 {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
}

.hero-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

.hero-image .bg-image {
    background: linear-gradient(135deg, #043AB0 0%, rgba(30, 34, 152, 0) 100%);
}

.page-title {
    font-size: 64px;
    font-weight: 900;
    color: #ffffff;
    margin-top: 50px;
}

.section-title {
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 100;
}

.section-subtitle {
    font-weight: 400;
    padding-bottom: 3rem;
}

.breadcrumb-item a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.breadcrumb-item::before, .breadcrumb-item.active {
    color: #c5c5e7 !important;
}
