/******* Global Class ******/

body {
    background-color: #000000;
}


/******** Footer Icon Color Change *********/

.fotcolor {
    color: #21AC39;
}


/******* Green Background & Heading ********/

.bck-color {
    height: 263px;
    background-color: #21AC39;
}

.bck-heading {
    height: 129px;
    font: normal normal 800 92px/138px 'Poppins';
    opacity: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #9BFFAC;
}

.blg-seemore {
    text-align: right;
    color: #FFFFFF;
    height: 28px;
}


/***** Carousel Card Start ****/

.media-carousel.carousel-cell {
    margin-left: 1em;
    margin-right: 1em;
}

.new {
    width: 300px;
    margin: auto;
    padding: 1em;
    border-radius: 30px !important;
}

.new img {
    border-radius: 30px !important;
}

.btn {
    font-family: 'Poppins';
    font-weight: bold;
}

.lnk-deco {
    color: #FFFFFF;
    font-family: 'Poppins';
}

.lnk-deco:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.btn-outline-dark:hover {
    color: #fff !important;
}

#media-carousel {
    min-height: 20rem;
    margin-top: 2%;
}

.media-carousel.carousel-cell {
    min-height: 700px;
    /* This fix includes a fix for flickity where adaptive height is not working properly 
   So we do it ourselves by setting the min-height, ensuring that the height of a cell will be at least 420 px*/
    border-radius: 30px !important;
}

.media-carousel.carousel-cell.card {
    min-width: 330px;
}

.media-carousel.card-img-top {
    border-radius: 30px !important;
    height: 150px;
}

.media-carousel.card-text {
    color: black;
    height: 200px;
}

.media-carousel.card-title {
    height: 100px;
}