body{
font-family: 'Poppins', sans-serif;
background-color: #fff;
}



.text-align{
 text-align: center;
}
.title {
  
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin: 0px;
   
}

.bac{
	background: #004987;
	color: #fff;
padding: 30px 0px; }
.bac2{
	background: #f8f9fa;
	padding-bottom: 30px;
}
.bac2 p{
	color: #514e4e;

font-size: 16px;

margin-bottom: 14px;
}
.bac2 button {
	margin-left: 24px;
	margin-bottom:20px;
}
.bac2 h2 { 
	margin-top: 30px;
	margin-bottom:20px;
}
.bac3{
	
	color: #fff;
	padding-top: 25px;
	padding-bottom: 5px;
	background: #000;
}
.bac3 h2{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
}
.bac3 p{font-size:14px; margin-top:20px;}
li{
	list-style: none;
}
.bac3 a{

  color: #fff;
}
.bac3 li {
	padding: 15px 0px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.btn-outline-primary {
    color: #fff;
    border-color: #007bff;
	background-color: #004987;
	padding-top: 0.3em;
    padding-bottom: 0.3em;
    box-shadow: 2px 3px 5px 0px rgb(0 0 0 / 30%);
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    border: 4px solid rgba(255, 255, 255, 0);
    width: 45% !important;
    text-align: center !important;
}
.container{
	border: 0px !important;
	}
	.desktoprow{
		min-height: 560px;
	}
@media(max-width: 768px) {
.navbar-brand h3{
 font-size: 1rem;
 font-weight: 600;
 
}
.desktoprow{
	min-height: 100px;
}
}