body{
	font-family: 'Poppins', sans-serif;
	background-color:#c5ced9;
}
.navbar-brand img  {
	max-height: 89px;
    background-color: white;
    padding: 10px;
    margin: 0px 0px 0px 15px;
    border-radius: 9px;
    transition: 0.5s;
	
}

#ProductDiv {
	padding: 5px;
    margin-top: -25px;
    background-color: #102f28;
}

.product {	
	
	float: left;
    width: 25%;
    border: 3px solid red;
    margin: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 12px;
	border-radius: 20px 0px 0px 0px;
}

.product h5{
	text-transform:uppercase;
}
.bg-dark {
    background-image: linear-gradient(#23466f 13%,#23466f 13%, #162c46 60%, #162c46 ) !Important;
	background-image: linear-gradient(#1e4c67 24%, #0b1b1d 70%) !Important;
}

.card {
	width:auto;
	margin:5px !important;
	justify-content:center;		
	color: gray;
	min-height:290px;
	border-bottom: outset;
	
}

.card-title {
	font-size: 1.0rem !Important;
    text-align: center !Important;
    padding: 5px !Important;
    background-color: aliceblue !Important;
    width: 100% !Important;

}
.nav-link {
    color: rgba(255,255,255,.5);
    padding: 6px;
    background-color: #e42338;
    /* margin-right: 2px; */
    margin-left: 6px;
    border-radius: 6px;
}


.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.dg{
	color:gray;
	
}
.dg i{
	font-size:50px;
	margin-top: 4px;
}