.topsection {
    background-image: url('../../assets/images/cover/classroom.jpg');
    background-color: #07294d;
    width: 100%;
   
    position: relative;
    background-position: top;
    
}

.topsection .imagelayer {
    width: 100%;
    height: 230px;
    background: #07294d;
    opacity: .5;
}

.topsection .text {
    text-align: center;
}

.topsection .text h2 {
    font-size: 45px;
    font-weight: 600;
}

.topsection .text i {
    margin-right: 5px;
    font-size: 15px;
}

.topsection .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* topsection */







.faculty_section{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--site-bg-1);
}

.faculty_section .card .cardBtn{
    padding: 0px 40px;
}

.faculty_section .card{
    background-color: #ffffff;
    border: 0;
    padding: 4px;
    height: 100%;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.faculty_section .card:hover{
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.faculty_section .card:hover .cardImage img{
    transform: scale(1.5);
}
.faculty_section .card .cardImage{
    overflow: hidden;
}

.faculty_section .card .cardImage img,.faculty_dep .card .cardImage img{
    object-fit: cover;
    aspect-ratio: 16/9;
    transition: 0.5s all ease-in-out;
}

.faculty_section .card h2{
    font-size: 27px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: capitalize;
}
.faculty_section .card .card-title{
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: var(--site-title);
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.faculty_section .card .card-text{
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #080808;
}


/* ----------------------------------------------------------------------------- */



.facultyhead_section {
    padding-top: 50px;
    padding-bottom: 10px;
}

.cdaicen{
    align-items: center;
    padding: 30px 0 !important;
}

.facultyhead_section .card {
    background-color: #ffffff;
    border: 0;
    padding: 4px;
    height: 100%;
    box-shadow: 0 13px 19px 0 rgba(0, 0, 0, 0.1);
}
.facultyhead_section .card h2 {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: capitalize;
}
.facultyhead_section .card h3{
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: capitalize;
}
.facultyhead_section .card img{
    width: 74%;
    margin-bottom: 12px;
    border: 0.5px solid #181a83;
    padding: 1px;
}

/*-----------------------------------------------------------------------------*/

.faculty_dep{
    padding-bottom: 20px;
}
.faculty_dep h1 {
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 30px;
    margin-top: 0px;
    font-weight: bold;
    text-transform: capitalize;
    color: #181a83;
}

.faculty_dep .separator {
    background: #181a83;
    height: 3px;
    margin-bottom: 24px;
    margin-left: 457px;
    margin-right: 457px;
}

.faculty_dep .card{
    background-color: #ffffff;
    border: 0;
    padding: 4px;
    height: 100%;
}
.faculty_dep .card h2{
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: capitalize;
}

.faculty_section a, .faculty_dep a{
    color:#000000;
}
.faculty_section a:hover, .faculty_dep a:hover{
    color:#000000;
}


/* about */

@media (max-width: 768px) {
    .faculty_section .card .card-title {
        font-size: 13px;
    }
    .theme-btn2-mdi {
        padding: 5px 0;
    }
    .faculty_section .card .cardBtn {
        padding: 0px 0;
    }
}