/* Feature styles */

#feature .hp-image img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#feature .hp-image .hp-image-inner,
#feature .hp-image .hp-image-inner .ms-rtestate-field{
	height: 100%;
}
#feature .intro-wrap {
	padding: 60px 20px;
	font-size: 18px;
}
#feature .intro-wrap h1,
#feature .intro-wrap .intro{
	width: 60%;
	margin: 0;
}
#feature .intro-wrap p.text-muted{
	margin:0;
	font-weight: 300;
}
#feature .intro-wrap span.divide{
	width:100px;
	height: 4px;
	display: block;
	margin:20px 0;
	background-color: var(--primary);
}
@media screen and (max-width:992px){
	#feature .intro-wrap h1,
	#feature .intro-wrap p{
		width: 100%;
	}
}
@media screen and (max-width:575px){
	#feature .hp-image{
		display: none;
	}
}

/* V2 Feature Styles */
#top-img{
    background: url(../images/dva-feature.jpg) no-repeat left top/cover;
}

/* Sub feature styles */
#sub-features{
	background-color: var(--navbar-color);
}
#sub-features .row{
	align-items: stretch;
}
#sub-features .sub{
	display: flex;
	flex-direction: column;
	padding:30px 15px;
}
#sub-features .sub:nth-child(1){
	background-color: rgba(255, 255, 255, .7);
}
#sub-features .sub:nth-child(2){
	background-color: rgba(255, 255, 255, .2);
}
#sub-features .sub:nth-child(3){
	background-color: rgba(0, 0, 0, .03);
}
#sub-features .sub:nth-child(4){
	background-color: rgba(0, 0, 0, .075);
}
#sub-features .sub p{
	margin: 0;
}
#sub-features .sub img{
	margin-top: -15px;
	margin-bottom: 15px;
	width: 100%;
	/* display: none; */
}
#sub-features .sub .hp-btn{
	margin-top: auto;
}
#sub-features .sub .btn{
	width:100%;
	margin-top: 10px;
	padding:12px 0px;
}
#third-row{
	margin: 4rem 0;
}

/* V2 Sub Feature Styles */
#intro-txt{
	height: 100%;
	padding: 5% 10% 5% 3%;
	background-color:rgba(4,40,82, 0.9);
}
#sub-features .sub2 img{
	margin-top: -15px;
	margin-bottom: 15px;
	display: none;
}
#sub-features .sub2 p{
	margin: 20px 0;
}
#sub-features .sub2 a{
	margin-top: auto;
}

#sub-features .sub2 button{
	width:100%;
}
@media only screen and (max-width: 575px) {
  	#feature .intro-wrap h1,
	#feature .intro-wrap .intro{
		width: 100%;
		margin: 0;
	}
}