  	.text-dark, .text-dark a {
    color: #000!important;
}
		.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;
}

.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;
}
.item .box p {
    margin-bottom: 0;
}
.item.contact-box p, .item.contact-box p a {
    margin-bottom: .5rem;
	font-weight:normal!important;
}		
.item.contact-box p .fa {
    color: #00AEEF;
}		
.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) .icon {
    color: #ff6c89;
    background: rgb(255 108 137 / 14%);
}
.service-tile-item:nth-child(3) .icon {
    color: #4caf50;
    background: rgb(76 175 80 / 14%);
}
.service-tile-item:nth-child(4) .icon {
    color: #ffc107;
    background: #ffc10736;
}
.service-tile-item:nth-child(5) .icon {
    color: #9c27b0;
    background: rgb(156 39 176 / 15%);
}
.service-tile-item:nth-child(6) .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 {
    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;
}		
@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;}
		}