::selection {
    background-color: #01A9B4;
    color: #FFFFFF;
}

.section-padding {
    padding: 60px 0;
}

.layer-green {
    position: fixed;
    z-index: -2;
    background-color: #01A9B4;
    height: 100vh;
    width: 100%;
    top: 0;
}

.highlight {
    background-color: #01A9B4;
    color: #FFFFFF;
}

.text-green {
    color: #87DFD6;
}

.bg-green {
    background-color: #01A9B4;
}

.list-style-none {
    list-style: none;
}

.tag-badge {
    background-color: #01A9B4;
    padding: 12px 32px;
    width: fit-content;
    position: relative;
    z-index: 3;
}

.required:after {
    content: " *";
    color: red;
}

.carousel {
    max-height: 800px;
    overflow: hidden;
}

.carousel-item {
    height: 800px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.backdrop-black {
    position: absolute;
    background: rgb(0 0 0 / 42%);
    width: 100%;
    height: 100%;
    z-index: 99;
}

.hero-title {
    margin-top: 300px;
    text-align: center;
}

@media screen and (max-width:767px) {
    .md-column-reverse {
        flex-direction: column-reverse;
    }

    .tag-badge {
        padding: 8px 20px;
    }
}
