/* 
Theme Name : GS Computer Training Center
*/

.popular_program_area .single__program .program_thumb img{
    height: 300px;
}


.admin-bar .header-area .main-header-area.sticky{
    top: -39px;
}

.logo a, .logo a:hover {
    text-decoration: none;
    color: #32364a;
}

.recent_news_area .single__news .thumb img{
    height: 400px;
}
.recent_event_area .single_event .event_info a{
    text-decoration: none;
}

.recent_event_area .single_event .event_info a:hover{
    text-decoration: none;
}

.recent_event_area .single_event .event_info h4{
    text-transform: capitalize;
}

.recent_news_area .single__news .news_info h4{
    text-transform: capitalize;
}

.recent_news_area .single__news .news_info a{
    text-decoration: none;
}

.gs-ctc-contact-page-form input{
        width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.gs-ctc-contact-page-form textarea{
        width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}