.footer-bs {
    background-color: #2181c1 ;
	padding: 30px 40px 15px 40px;
	color: rgba(255,255,255,1.00);
	margin:0;
	
}
.containerr{
	padding:0 !important;
	width:100%;
	
}

.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand img { 
width:80px; 
height:auto;
display:inline-block; 

margin: 0px 40%;
}
.footer-bs .footer-brand h2 { 
display:inline-block;
margin:0px 0px 10px; 
font-size: 2.3vw;
	white-space: nowrap;
text-align: center;
}
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); text-align: justify;}
/* .footer-bs .footer-brand { border-right:1px solid; } */

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 10px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
                      .footer-bs .footer-nav ul.pages input {    white-space: normal;  text-align: start; max-width: 275px; border:none;background-color: transparent; color: #fff; font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social img { 
margin-right:5px;
width:30px;
height:30px;
}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
	display:inline-block;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }

@media (min-width: 768px) {
	.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
	   

}

@media (max-width: 768px) {
	.footer-bs .footer-brand img { margin: 0px 35%;}
	.footer-bs .footer-brand h2 {font-size: 5.3vw;}
}