#footer {
}

#footer:before {
    /* background: url(../images/footer_bg1.png) no-repeat top center; */
}
#footer:after {
    background: url(../images/footer_bg1-.png) no-repeat bottom center;
}



.home_img {
    border-bottom: 16px solid #175d9b;
}

.about_activity {
    background: #175d9b;
}

#main_type input[type*="button"] ,
#main_type input[type*="submit"] {
    background: #175d9b;
    color: #ffffff;
}

#main_type input[type*="button"]:hover,
#main_type input[type*="submit"]:hover {
    background: #0f4574;
}
.page-link:focus, .page-link:active, .page-link:hover {
    background: #175d9b;
}

input[type*="text"]:focus, textarea:focus, input[type*="password"]:focus {
    background-color: #c8dbec !important;
}

.menu2 .sub_menu-:nth-of-type(2)>a, .menu2>li:nth-of-type(2)>a:hover {
    color: #fff;
    background-color: #175d9b;
    border-bottom: 1px solid #175d9b;;
}


