/*--------------------------------------------------------------
SpringBoard Theme modifications
---------------------------------------------------------------*/

.footer-widget p {
    color: #ffffff;
}

.footer-widget li a {
    color: #ffffff;
    line-height: 34px;
}

.footer {
    background-color: #192960;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 768px) { 
	.footer-widget .widget-title {
	    color: #fff;
	    font-weight: 600;
	    letter-spacing: -1px;
	    border-bottom: 1px solid #424544;
	    padding-bottom: 20px;
	    margin-bottom: 30px;
	    margin-top: 30px;
	}
}

.space-medium {
    padding-top: 50px;
    padding-bottom: 50px;
}


/* Contact form 7 styling */
.wpcf7-form .wpcf7-form-control {
	/*width: 100%;*/
    /*height: 50px;*/
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    font-weight: 400;
    color: #333;
    background-color: #fff;
    border: 1px solid #dbe7e1;
    background-image: none;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(255, 255, 255, .075);
    box-shadow: inset 3px 3px 3px rgba(255, 255, 255, .075);
    margin-bottom: 15px;
}

.wpcf7-form  input[type="text"],
.wpcf7-form  input[type="email"],
.wpcf7-form  input[type="tel"] { 
	height: 45px;
}

.wpcf7-form  input[type="text"],
.wpcf7-form  input[type="email"],
.wpcf7-form  input[type="tel"],
.wpcf7-form  textarea { 
	width: 100%;
}

label {
    display: inline-block;
    margin-bottom: -10px;
    font-weight: 700;
    width: 100%;
}

.wpcf7-form input[type="submit"] {
    color: #fff;
    background-color: #0eb769;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.42857143;
    text-align: center;
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
}
	
	
textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
	
.wpm_6310_team_style_1_title {
text-shadow: none !important;
}
.wpm_6310_team_style_1_designation{
text-shadow: none !important;
}
.wpm_6310_team_style_2_title {
text-shadow: none !important;
}
.wpm_6310_team_style_2_designation{
text-shadow: none !important;
}

.h1-top {
	margin-top: 30px;
	margin-bottom: 30px;
}
	
	
.cn-button {
	display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.42857143;
    text-align: center;
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
    color: #fff;
    background-color: #0eb769;
}	
@media (max-width: 768px) { 	
	.embed-responsive-16by9 {
    	padding-bottom: 100%;
	}	
}


#navigation > ul > li > a {
    padding: 15px 8px;
    font-size: 14px;
    color: #474747;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
}

.wp-block-separator {
    /*border-top: 0px solid !important; */
    border-top: 1px solid #f1f3f8 !important;
    border-bottom: 0px solid !important; 
}
