.faci-image{
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.faci-image h4{
    background-color: #0026e1;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-top: 3px;
    margin-bottom: 20px;
}

.in-image{
    position: relative; /* Ensure the parent is positioned */
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #0098c8;
    padding: 10px;
    overflow: hidden;
    transition: 0.5s;
}
.in-image:hover img{
    transform: scale(1.1) rotate(360deg);
    transition: 0.6s;
}
.form-1{
    background-color: #0026e1;
    padding: 20px;
}
.form-group label{
    color: #fff;

}
.form-group input{
    background-color: #fff;
    border-radius:10px ;

} 
.form-group input::placeholder{
color: #022ed6;
}
.form-section{
    padding: 40px 0px;
}
.form-control{
    height: 58px;
}
.btn-block{
    background-color: #33ceff;
    padding: 5px;
}
.text-light {
    color: #fff;
}
.code{
    height: 3px;
    width: 80px;
    background-color: #33ceff;
}
.highlight{
    font-size: 17px;
    font-weight: 700;
}
.strong{
    color: #0026e1;
}
.text{
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
}
.text-h4{
    font-weight: 700;
    color:#33ceff;
}
.inner-text h2{
    color: #022ed6;
    font-weight: 900;
}
.ullist{
    background-color: #fff;
    padding: 20px;
    box-shadow:0px 0px 10px rgb(145, 144, 143);
    border-radius: 5px;
    margin: 0;
}
.ullist h3{
    background-color: #33ceff;
    color: #fff;
    text-align: center;
    border-bottom: 2px solid #0026e1;
    padding: 10px;
}
.ullist li a{
    color: #0026e1;
    font-size: 17px;
    font-weight: 600;
}
.ullist li{
    padding: 10px;
    border-bottom: 1px solid rgb(201, 196, 196);   
    list-style: none;
}
.ullist li a:hover{
   color: #33ceff;
}
.section-acdemic{
    padding: 60px 0px;
}
.margin-top{
    margin-top: 20px;
}
.text-justify{
    font-size: 16px;
    font-weight: 500;

}
.container-academic h2{
    color: #0026e1;
}
.margin-top{
    margin-top: 20px;
}
.contents-groups{
    background-color: #33ceff;
    padding: 20px;
    color: black;
    border-left:10px solid #0026e1;
    font-weight: 700;
        height: 170px;
}
.contents-groups h5{
    color: black;
    font-weight: 700;
}
.d-flex-1{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.padding-top{
    padding: 30px 0px;
}
@media(max-width:750px){
    .d-flex-1{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
}
.red{
    color: #0026e1;
}
.margin-top-10{
  padding: 20px 0px;    
}