.new-bg1 {
    background: url(newimgs/bj1.jpg) no-repeat center center/cover !important;
}

.new-bg2 {
    background: url(newimgs/bj2.jpg) no-repeat center center/cover !important;
}

.new-bg3 {
    background: url(newimgs/bj3.jpg) no-repeat center center/cover !important;
}

.new-bg4 {
    background: url(newimgs/bj4.jpg) no-repeat center center/cover !important;
}

.mt-20 {
    margin-top: 20px;
}

.c-fff {
    color: #fff !important;
}

.footer a {
    color: #fff !important;
}

.footer {
    padding-bottom: 50px;
}

.single-featuer h3,
.single-featuer p {
    color: #fff !important;
}

.text-uppercase {
    font-size: 22px;
    /* color: yellow; */
    /* color: #ff008c; */
    color: #ff9c00 !important;

    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    letter-spacing: 2px;
    padding-top: 20px;
    font-weight: bold;
}


@media screen and (min-width: 999px) {
    .new-03 .single-table {
        min-height: 350px;
    }

    .new-06 .single-featuer {
        min-height: 300px;
    }
}

@media screen and (max-width: 999px) {
    .s-pb-20 {
        padding-bottom: 20px !important;
    }
}