/*==============================
COURSE SECTION
==============================*/

.course-card{
    transition:.4s;
    border-radius:15px;
}

.course-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,.25)!important;
}

.course-icon{

    width:90px;
    height:90px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;

}
/*==========================
FACILITIES
===========================*/

.facility-box{

background:#ffffff;
padding:30px;
border-radius:15px;
text-align:center;
transition:.4s;
box-shadow:0 5px 20px rgba(0,0,0,.1);

}

.facility-box:hover{

transform:translateY(-10px);
background:#0d6efd;
color:#fff;

}

.facility-box i{

font-size:50px;
margin-bottom:20px;
color:#0d6efd;

}

.facility-box:hover i{

color:#fff;

}

/*==========================
COUNTER
===========================*/

.counter-section{

background:linear-gradient(90deg,#003366,#0056b3);

}

/*==========================
GALLERY
===========================*/

.gallery-img{

transition:.4s;
border-radius:10px;

}

.gallery-img:hover{

transform:scale(1.05);

}
/*=============================
Principal Image
=============================*/

.rounded-circle{

border:8px solid #ffffff;
box-shadow:0 10px 30px rgba(0,0,0,.25);

}

/*=============================
Testimonials
=============================*/

.card{

transition:.4s;

}

.card:hover{

transform:translateY(-8px);

}

/*=============================
Footer
=============================*/

footer{

background:#111;

}

footer a:hover{

color:#ffc107 !important;

}

footer i{

transition:.3s;

}

footer i:hover{

transform:scale(1.2);

color:#ffc107 !important;

}

