.banner,
.banner1 {
    height: auto;
    padding-top: 11.9%;
    padding-bottom: 11.9%;
    text-shadow: 1px 1px 1px #000
}

*,

footer {
    padding: 0;
    margin: 0
}
.carousel{
    margin-top: 0px;
}

.course1 .card {
    background-color: #3a3a3a;
    text-align: center;
    padding: 15px;
    border-radius: 8px;

}

.course1 .card p {
    background-color: #103c73;

    color: #fff;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 14px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 12px;
    width: 220px;
    
    text-align: center;
    line-height: 1.3;
}

.course1 .card .card-header h2 {
    font-size: 29px;
    /* big font for CPCA */
    font-weight: bold;
    margin-bottom: 12px;
}



.contact a,
footer a {
    text-decoration: none
}

textarea {
    resize: none
}

.bg-gray {
    background-color: #696767
}

.top,
footer .credit {
    background-color: #000
}

.navbar a {
    color: #fff;
    font-weight: 700
}

.navbar .batch {
    background-color: #fff
}

.navbar .batch a {
    color: #000;
    animation: 1s infinite blink
}

.nav-pills .nav-link,
.text-gray {
    color: gray
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

.banner {
    background: linear-gradient(rgba(0, 0, 0, .232), rgba(0, 0, 0, .0232)) 0 0/100% 100%, url('../image/banner.jpg') 0 0/100% 100%
}

.banner1 {
    background: linear-gradient(rgba(0, 0, 0, .63), rgba(0, 0, 0, .63)) 0 0/cover fixed, url('../image/student.jpeg') 0 0/cover fixed;
    object-fit: fill;
    text-align: center
}

.course1 {
    background-color: #fbfbfb
}

.course1 .card {
    min-height: 100%;
}

.course1 .card-header {
    min-height: 140px;
}

.course1 .card-body {
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.page-banner {
    background: linear-gradient(rgba(0, 0, 0, .77), rgba(0, 0, 0, .742)) 0 0/100% 100%, url('../image/pages-banner.webp') 0 0/100% 100%;
    color: #fff;
    padding: 4%
}

.course-banner {
    background: linear-gradient(rgba(0, 0, 0, .596), rgba(0, 0, 0, .491)) 0 0/cover, url('../image/course-banner.png') 0 0/cover;
    color: #fff;
    padding: 4%
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important
}

.contact a {
    color: #000
}

footer ul {
    list-style-type: none
}

footer ul li ::before {
    content: "\f0da";
    font-family: fontawesome;
    margin-right: 10px
}

footer ul li {
    margin-top: 15px
}

footer ul li a {
    color: #fff
}

footer .credit {
    color: #fff;
    margin-top: 20px;
    padding-top: 10px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: gray
}

.carousel-item {
    position: relative
}

.carousel-caption {
    position: absolute;
    top: 45%;
    left: 3%;
    transform: translateY(-50%);
    text-align: left;
    width: 40%
}

.carousel-caption h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    display: inline-block;
    padding: 10px;
    border-radius: 10px
}

@media (max-width:768px) {
    .carousel-caption {
        width: 68%;
        left: 2%
    }

    .carousel-caption .btn,
    .carousel-caption ul {
        display: none
    }

    .carousel-caption h1 {
        font-size: 1.3rem
    }
}