.text-dark, .text-dark a {
    color: #000!important;
}

#content-second:before {
    content: "";
    background-image: url(/test/hm/shield-solid.svg) !important;
    background-position: top right !important;
    background-size: 50%;
    background-repeat: no-repeat !important;
    mix-blend-mode: luminosity;
    position: absolute;
    top: 50px;
    right: -23%;
    bottom: 0px;
    left: 0;
    opacity: 0.03;
    z-index: 0;
}
.callout-card-image img {
    opacity: 1;
}
.service-tiles {
    justify-content: center;
}	
.service-tile-item .item .box {
    height: 100%;
    position: relative;
    padding: 30px!important;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    border-radius: 8px;
    background: #FFFFFF;
    transition: all .5s;
    z-index: 1;
}

.service-tile-item .item .box h3 {
    margin: 21px 0px 11px 0px;
    font-size: 24px;
    line-height: 26px;
    color: #222222;
    text-transform: none;
    transition: 0.4s;
    font-weight: bold!important;
}
.service-tile-item .item .box p {
    margin-bottom: 0;
}
.item.contact-box p {
    margin-bottom: .5rem;
	font-weight:normal!important;
}
.item.contact-box p a {
    margin-bottom: 0;
	font-weight:normal!important;
}
.item.contact-box p:last-of-type {margin-bottom: 0;}
.contact-box .contact-area {padding: 0;}
.item.contact-box p .fa {
    color: #00AEEF;
}		
.service-tile-item .item .box .icon {
    height: 80px;
    font-size: 43px;
    width: 80px;
    line-height: 80px;
    margin: auto;
    background: rgb(0 181 242 / 15%);
    border-radius: 100%;
}	
.service-tile-item:nth-child(2) .item .box .icon {
    color: #ff6c89;
    background: rgb(255 108 137 / 14%);
}
.service-tile-item:nth-child(3) .item .box .icon {
    color: #4caf50;
    background: rgb(76 175 80 / 14%);
}
.service-tile-item:nth-child(4) .item .box .icon {
    color: #ffc107;
    background: rgb(255 193 7 / 21%);
}
.service-tile-item:nth-child(5) .item .box .icon {
    color: #9c27b0;
    background: rgb(156 39 176 / 15%);
}
.service-tile-item:nth-child(6) .item .box .icon {
    color: #ff9800;
    background: hsl(36deg 100% 50% / 14%);
}	
.service-tile-item:nth-child(8) .item .box .icon {
    color: #ff6c89;
    background: rgb(255 108 137 / 14%);
}
.service-tile-item:nth-child(9) .item .box .icon {
    color: #4caf50;
    background: rgb(76 175 80 / 14%);
}
.service-tile-item:nth-child(10) .item .box .icon {
    color: #ffc107;
    background: rgb(255 193 7 / 21%);
}
.service-tile-item:nth-child(11) .item .box .icon {
    color: #9c27b0;
    background: rgb(156 39 176 / 15%);
}
.service-tile-item:nth-child(12) .item .box .icon {
    color: #ff9800;
    background: hsl(36deg 100% 50% / 14%);
}	
.service-tile-item:hover .item .box {
    box-shadow: none;
    background: #003359;
}
.service-tile-item:hover .item .box h3, .service-tile-item:hover .item .box p, .service-tile-item:hover .item .box span, .service-tile-item:hover .item .box {
    color: #fff!important;
}

.contact-area h2:after, .subsection .contact-area h2:after {
    content: '';
    width: 40px;
    position: absolute;
    left: 0;
    top: auto;
    border-bottom: 2px solid;
    border-image-source: -moz-linear-gradient(to left, #00AEEF, #82c342);
    border-image-source: -webkit-linear-gradient(to left, #00AEEF, #82c342);
    border-image-source: linear-gradient(to left, #00AEEF, #82c342);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AEEF', endColorstr='#82c342', GradientType=1);
    border-image-source: linear-gradient(to left, #00AEEF, #82c342);
    border-image-slice: 1;
}		
.row.flex-image {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}	
a.callout-card-button {background-image:none; background: #003359; border-radius: 8px; margin: 0 1rem 1rem 0;}
a.callout-card-button:first-of-type {background:#00AEEF!important; color:#003359!important;}

@media screen and (min-width: 1200px) {
.callout-card {margin-top: 0;}
		
	}
@media (max-width:786px) {
		.callout-card-image {height: 229px;}
		.callout-card {padding: 1rem;}
		.service-tile-item {padding: 0;}
		}
.d-flex {display: flex; flex-wrap: wrap;}