﻿.banner-sec{
    background-image: url(../images/curriculum-banner.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 42vh;
    display: flex;
    align-items: flex-end;
}
.page-header-content {
    background: #000000a3;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    width: 200px;
   
}

.page-header-content .title {
    font-size: 36px;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
}


.content-heading p {
    font-family: 'poppins', sans-serif;
    opacity: 1;
}
.content-heading h2{font-weight: 400;}
@media(min-width:767px){
    .page-header-content {
        width: 290px;
    }
    .page-header-content .title {
        font-size: 51px;
    }
    .banner-sec{
        min-height: 62vh;
    }
}
@media(min-width:768px){
    .banner-sec{
        min-height: 33vh;
    }
    .page-header-content .title {
        font-size: 36px;
    }
    .page-header-content {
        width: 290px;
    }
    .page-header-content{
        margin-bottom: 4rem;
    }
}
@media(min-width:1024px){
    .banner-sec{
        min-height: 43vh;
    }
}
@media(min-width:1200px){
    .banner-sec{
        min-height: 90vh;
    }
}
@media(min-width:1400px){
    .banner-sec{
        min-height: 40vh;
    }
}
@media(min-width:1920px){
    .banner-sec{
        min-height: 60vh;
    }
}
.contact-sec .card.bg-warning{
    background-color: #f8ab00 !important;
    border: unset;
}
.contact-sec dl dt{text-transform: capitalize; font-size: 20px; margin-bottom: 0.75rem; letter-spacing: 1px;font-weight:bold;color:Black}
.contact-sec dl dd{margin-bottom: .3rem; font-size:16px;}
.contact-sec dl dd, .contact-sec dl dd a{
    color:Black; text-decoration: none;
}
.contact-sec label{
    font-family: 'Poppins', sans-serif;
    margin-bottom: 2rem;
    font-weight: 400;
}
.contact-sec .form-control{
    border-radius: unset;
    border:unset;
    border-bottom: 2px solid #000;
    font-family: 'Poppins', sans-serif;
}
.contact-sec .form-control:focus{
    box-shadow: unset !important;
    border-width: 1px;
}
.contact-sec .btn{
    padding: 10px 50px;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
}
