/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
@media only screen and (max-width: 480px) {
    .km .img-fluid{
        display: none !important;
    }

    .km .animated{
        height: 100px;
    }

    .km{
        margin-top: 30px;
    }

    .km{
        margin-bottom: 150px;
    }




}

#logo{
    box-shadow: none;
}

.logo-bg{
    background-color: transparent !important;
}

header.header.stick {
    background: linear-gradient(to right,#333a63,#333a63) !important;
}

.courses-box{
    background-color: #333a63 !important;
}
header.header.stick ul#top_menu li a.btn_1 {
    background-color: #333a63 !important;
    color: #fff !important;
}
#submit-newsletter{
    background-color: #333a63 !important;
    color: #fff !important;
}

.mission-list {
    text-align: center; 
}
.mission-list p{
 font-size: 1.2em;
margin: 15px

}  a.box_feat i,a.box_feat h3 {
    color: #fff !important;
}

.secondary_nav ul li a.active, .secondary_nav ul li a:hover {
    color: rgba(255,255,255,.7);
}

.btn_1, a.btn_1 {
    color: #fff;
}

footer {
    background: #333a63 !important;
}
#newsletter input[type=email] {
 
    background-color: #fff;
    color: #1b2632
}
/* Existing CSS */
header.header.stick ul#top_menu li a.btn_1 {
    background-color: #333a63 !important; /* Keep this color for consistency */
    color: #fff !important;
    padding: 10px 20px; /* Add padding for a larger clickable area */
    border-radius: 25px; /* Make the button have rounded corners */
    font-weight: bold; /* Make the text bold for better visibility */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a subtle shadow for depth */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}

/* Hover effect */
header.header.stick ul#top_menu li a.btn_1:hover {
    background-color: #D13B4F !important; /* A slightly lighter shade on hover */
    transform: scale(1.05); /* Slight scaling effect on hover */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); /* More shadow on hover for a pop effect */
}

.course-section {
    display: table !important;
    width: 100% !important;
    margin-bottom: 30px;
    border-spacing: 30px
}

.title-box {
    width: 90%;
    margin: 10px auto;
    background-color: #000;
    color: #333a63;
    padding: 15px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 5px;
    margin-top: -70px
}

.courses-box {
    padding: 40px 0 20px 60px;
    background-color: #333a63;
    box-shadow: 0 0 7px rgba(0, 0, 0, .6);
    display: table-cell !important
}

.courses-box ul li a {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    z-index: 0 !important
}

.courses-box ul li a:hover {
    color: #fff
}

.course-section .col-course {
    display: table-cell !important
}

.features{
    background:#f3f2f2;
}