.ImgTop.text-center {
	max-width:295px;
	margin:0 auto 45px;
	border-radius:6px;
	-webkit-box-shadow: 6px 6px 15px -5px #d7d7d7; 
	box-shadow: 6px 6px 15px -5px #d7d7d7;
	background-image: url(images/blue-triangleprod.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	border:1px solid #e9e9e9;
	overflow:hidden;
}
.ImgTop.text-center .Content {
	padding:0 15px 35px;
}
.ImgTop.text-center .Content p:nth-child(2) {
	margin:0 0 30px 0;
}
.ImgTop.text-center img {
	margin-bottom:10px;
}
.ImgTop.text-center h3 {
	color:#06428f;
	text-transform:uppercase;
	font-size:23px;
	position:relative;
	margin-bottom:25px;
}
.ImgTop.text-center h3::after {
  content: '';
  position: absolute;
  width: 118px;
  height: 2px;
  background: #00c1ff;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: -15px;
}
@media only screen and (min-width:992px) { 
.ImgTop.text-center .Content p:nth-child(2) {
	min-height:165px;
}
.ImgTop.text-center .Content h3 {
	min-height:55px;
	font-size:21px;
}
}
@media only screen and (min-width:1200px) {
.ImgTop.text-center .Content p:nth-child(2) {
	min-height:140px;
}
}
@media only screen and (min-width:1440px) {
.ImgTop.text-center .Content h3 {
	min-height:60px;
	font-size:23px;
}
.ImgTop.text-center .Content p:nth-child(2) {
	min-height:108px;
}
}
.Navmenu {
	-webkit-box-shadow: 6px 6px 15px -5px #d7d7d7; 
	box-shadow: 6px 6px 15px -5px #d7d7d7;
	border:1px solid #e9e9e9;
}
.Navmenu h5 {
	color:#164e97;
	text-transform:uppercase;
	font-size:22px;
	margin-bottom: 0;
padding: 25px 25px 5px 25px;
}
.Navmenu a {
	text-decoration:none;
	font-size:17px;
}
.Navmenu ul {
	margin:0;
	padding: 5px 25px 25px 25px;
}
.Navmenu ul li {
	border-bottom: 1px solid #a7daea;
line-height: 40px;
}
.Navmenu ul li.selected.breadcrumb {
	margin-bottom:unset;
}
.Navmenu ul li.selected.breadcrumb a {
	color:#00c1ff;
}
.Navmenu ul li:last-child {
	border-bottom:unset;
}
.Navmenu ul li a::before {
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
  font-weight: 900;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 19px;
  height: 25px;
  line-height: 18px;
margin-top: 0;
  color:#00c1ff;
}

.SMenu ul {
	padding-left:0;
}
.SMenu ul li {
	list-style-type: none;
}
.SMenu ul li a {
	text-decoration:none;
}
.Intro.text-center {
	padding:15px 15px 45px 15px;
}