.banner-sec{
    background-image: url(../images/page-header.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    min-height: 42vh;
}
.page-header-content {
    background: #000000a3;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    width:300px
   
}

.page-header-content .title {
    font-size: 28px;
    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;
}
@media(min-width:767px){
  
    .page-header-content .title {
        font-size: 51px;
    }
    .banner-sec{
        min-height: 62vh;
    }
}
.page-header-content .breadcrumb {
    justify-content: center;
    margin: 0;
    padding: 0;
    background: transparent;
    font-family: 'Poppins', sans-serif;
}
.page-header-content .breadcrumb li {
    color: #0e2c53;
}
.page-header-content .breadcrumb li a {
    color: #0e2c53;
    text-decoration: none;
}
.page-header-content .breadcrumb li a::after {
    content: "-";
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
}

@media (min-width: 576px){
    .page-header-content .breadcrumb li a::after {
        color: #0e2c53;
    }
}
.content-heading h2 {
    font-weight: 600;
}
.about-sec .contaent-area p{
    font-family: 'Poppins', sans-serif;
    opacity: 0.75;
}
.about-sec h3{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.mission{
    background-image: url(../images/mission.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 90px 0;
}
.mission .m-box{
    padding: 2rem;
    background: #f8ab00d1;
    box-shadow: rgb(0 0 0 / 17%) 0px -23px 25px 0px inset, rgb(0 0 0 / 15%) 0px -36px 30px 0px inset, rgb(0 0 0 / 10%) 0px -79px 40px 0px inset, rgb(0 0 0 / 6%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px;
    border-radius: 20px;
}
.mission .m-box h2{
    font-family: 'Droid Serif Bold';
    font-size: 32px;
}
.mission .m-box p{font-family: 'Poppins', sans-serif; font-size: 20px; line-height: 1.5;}
.about-user .img-box{
    padding:2rem;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.about-user p{font-family: 'Poppins', sans-serif; opacity: 0.75;}
.about-user .designation h5{
    font-family: 'Poppins', sans-serif;
}
.about-user .designation p{
    font-family: 'oswald', sans-serif;
    position: relative;
    display: flex;
    align-items: center;
}
.about-user .designation p span{position: relative;
    display: block;
    width: 20px;
    height: 0px;
    margin-right: 0.25rem;}
.about-user .designation p span::before{
    position: absolute;
    content: '';
    width:20px;
    height: 2px;
    margin-right: 1rem;
    background-color: var(--bs-warning);
}
.img-bx-2{
    width: 300px;
}
.degree{font-size: 12px; font-family: 'Poppins', sans-serif !important;}
.why-knowledge{
    background-image: url(../images/bg2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 90px 0;
}
.why-knowledge .content-heading p{
    text-transform: unset;
}
.why-knowledge .box{
    padding: 1.5rem;
    font-family: 'Poppins', sans-serif;
    background-color: #5f2139cf;
    display: grid;
    height: 100%;
    border-radius: 10px;
    transition: .3s ease-in-out;
    align-items: center;
}
@media(min-width:767px){
    .why-knowledge .box{
        grid-template-columns: 275px auto;
        grid-gap: 95px;
    }  
}
.why-knowledge .box h4{
    font-weight: 600;
    color:var(--bs-white);
}
.why-knowledge .box p{
    color:var(--bs-white);
    font-size: 22px;
}
.why-knowledge .box:hover{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
@media(min-width:768px){
    .banner-sec{
        min-height: 33vh;
    }
    .page-header-content .title {
        font-size: 36px;
    }
    .page-header-content {
        width: 400px;
    }
    .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: 68vh;
    }
}