/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/


span.box_feat {
    text-align: center;
    background: #fff;
    padding: 10px 10px 10px 10px;
    display: block;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    color: #555;
    margin-bottom: 10px;
    overflow: hidden;
}

@media (max-width: 767px) {
    span.box_feat {
        padding: 20px 20px 0 20px;
    }
}
span.box_feat:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 3px 0px 0px #ebedef;
    -moz-box-shadow: 0px 3px 0px 0px #ebedef;
    box-shadow: 0px 3px 0px 0px #ebedef;
}
span.box_feat i {
    font-size: 70px;
    font-size: 4.375rem;
    color: #0054a6;
    margin-bottom: 10px;
}
span.box_feat h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
}

section#about, section#key, section#upcoming, section#course, section#certi, section#faq {
    border-bottom: 3px solid #ededed;
    margin-bottom: 45px;
}