.overlay-60::before {
    opacity: .6;
}

.overlay-80::before {
    opacity: .8;
}

.overlay-black::before {
    background-color: #161c2d;
}
.overlay::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
}

.bg-cover {
    background: no-repeat center center/cover;
}

.card {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 1.25rem rgba(31,45,61,.05);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eff2f7;
    border-radius: .75rem;
}
.card-pricing .card-header {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.card-header:first-child {
    border-radius: calc(.75rem - 1px) calc(.75rem - 1px) 0 0;
}
.card-header {
    border-bottom: 0;
    padding-bottom: 0;
}
.card-header {
    padding: 1.25rem 1.75rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #eff2f7;
}
.delimiter-bottom, .delimiter-top {
    position: relative;
    border: 0;
}
.delimiter-bottom:after {
    content: '';
    display: block;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40%;
    height: 1px;
    background: radial-gradient(ellipse at center,#d1dbe7 0,rgba(255,255,255,0) 75%);
}

[class*=hover-] {
    transition: all .2s ease;
}




.fill-section-white {
    fill: #fff!important;
}
.fill-section-red-dark {
    fill: #680903!important;
}
.fill-section-cold {
    fill: #F7FCFF!important;
}

.fill-section-light {
    fill: #f8f9fa !important;
}

.fill-section-dark {
    fill: #343a40!important
}
.fill-section-third {
    fill: #ecebe8!important
}
.fill-section-red {
    fill: #FF0000!important
}




.carousel-caption {/* left: 0; right: 0; background: rgba(255,255,255,0.90); */}




