/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
body #header-space {
    height: 40px !important;
}
div#nav_menu-2 {
    margin-left: 9em;
}
div#copyright {
    padding: 0 !important;
}
div#copyright .container {
    background: #fff;
    border-radius: 25px 25px 0 0;
    padding: 10px 0;
}
div#copyright .container p {
    color: #000 !important;
    font-weight: 600;
}
.nectar-center-text {
    font-size: 15px;
    color: #000 !important;
    font-weight: 600;
}
.bannerCapt h2 {
    font-size: 65px;
    line-height: 75px;
}

.bannerCapt h2 strong {
    color: #FF0004;
}
.bannerCapt h4 a {
    background: #006EC4;
    opacity: 1 !important;
    padding: 10px 60px;
    border-radius: 30px;
    font-size: 16px;
}
.boxMision h3 {
	font-size: 35px;
    color: #000;
    font-weight: 600 !important;
}
.boxMision h3 strong {
    color: #006EC4;
}
.boxMision p {
    font-size: 15px;
}
.boxContent h2,
.genhear h2,
.helpBox h2{
	font-size: 35px;
    color: #000;
    font-weight: 600 !important;
}
.boxContent h2 strong,
.genhear h2 strong,
.helpBox h2 strong{
    color: #006EC4;
}
@media screen and (max-width: 565px) {
div#nav_menu-2 {
    margin-left: 0;
}
}
