/* Add here all your CSS customizations */


/* Custom Css by Fatima */
.team-container .owl-carousel .owl-stage {
    display: flex;
}

.team-container .owl-carousel .owl-item {
    flex: 1;
}

.team-container .owl-carousel .owl-item>div,
.team-container .owl-carousel .owl-item>div .card,
.team-container .owl-carousel .owl-item>div .card-body {

    height: 100%;
}

.main-content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    letter-spacing: 1px;
}

.main-content-wrap h1 {
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 56px;
    font-weight: 700;
    line-height: 100%;
    padding: 20px 0;
    /* padding-top: 75px; */
    color: #fff;
    letter-spacing: -1px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.main-content-wrap h2 {
    /* font-family: 'PT Serif', serif; */
    font-size: 22px;
    line-height: 26px;
    max-width: 333px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

.main-content-wrap ul {
    display: block;
    width: 100%;
    margin-top: 30px;
    list-style: disc;
}

.nav.nav-pills#mainNav {
    flex-wrap: nowrap;
}

.appNotify{
    /* background-color: #B13C70; */
    background-color: black;
    padding: 12px;
    display: flex;
    justify-content: space-around;
}

/* Footer code */

footer#footer {
    background: #292a2d!important;
    }
/*  */