.card {
	width: 90%;
	max-width: 100%;
	margin: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 1.8rem;
	margin-bottom: 30px;
	padding-right: 30px;
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.rounded {
	border-radius: 0.2rem !important;
}

.card .card-header {
	text-align: left;
	display: block;
	padding: 50px 30px;
	border: none;
	border-radius: calc(0.2rem - 1px) calc(0.2rem - 1px) 0 0;
	background-color: #fff !important;
	margin-bottom: 0;
}

.card .card-header-title {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	color: #00205b;
}
.card .card-header-title2 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	color: #FA6400;
}
.card ul {
	padding-left: 30px;
	line-height: 1.75rem;
}

.card ul li {
	list-style-type: disc;
	text-align: left;
	line-height: 1.75rem;
}

.card ul li::marker {
	color: #33a1fd;
	line-height: 30px;
	font-size: 1.25em;
}
.card .section_text {
	font-size: 18px;
	font-weight: 300;
	color: #586274;
	line-height: 1.8;
	margin-left: 30px;
	margin-bottom: 50px;
	text-align: left;
}
.card .section_text2 {
	padding-bottom: 50px;
	
}
.card .text {
    font-size: 18px;
    font-weight: 300;
    color: #586274;
    line-height: 1.8;
	text-align: left;
}
.card .img {
	display: inline-block;
	width: 10%;
	
}
.card .h_outer2 {
	height: 232px;
	width: 50%;
	margin: 0px 0px 30px 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

.h_outer {
	height: 232px;
	width: 433px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	box-shadow: 2px 2px 10px #888888;
	text-shadow: 2px 2px 5px #888888;
	border-radius: 20px;
}

.h_outer:hover {
	-moz-background-size: 120% 120%;
	background-size: 120% 120%;
	transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.h_title {
	color: white;
	text-align: left;
	position: relative;
	left: 50px;
	top: 50px;
}

.h_more {
	color: white;
	text-align: left;
	position: relative;
	width: 150px;
	left: 250px;
	top: 150px;
	font-size: 16px;
	letter-spacing: 1.25px;
	text-transform: uppercase;
	text-shadow: 2px 2px 5px #888888;
}
.section_text {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: #586274;
	line-height: 1.8;
}

.section_text p {
	max-width: 880px;
	font-size: 22px;
	font-weight: 300;
	color: #586274;
	line-height: 1.8;
	text-align: left;
}
.subMenu{
	display: none;
	padding-top: 10px;
}
.l_navli:hover .subMenu{
	display: block !important;
	position: absolute;
	background-color: white;
	text-align: left;
}
.navlia2 {
    font-size: 16px;
    line-height: 50px;
    transition: all .36s;
    color: #337ab7;
    display: block;
    cursor: pointer !important;
    padding: 0 54px;
}