.contact-box .contact-area p, .contact-area p {font-size:16px;}

.service-tile-item {
    flex-grow: 0!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;
}
.service-tile-item .item .box h3 {
	margin: 0 0 11px 0;
    font-size: 22px;
    line-height: 24px;
    color: #222222;
    text-transform: none;
    transition: 0.4s;
    font-weight: bold!important;
}
.service-tile-item .item .box p {
    margin-bottom: 0;
}
.service-tile-item .item .box:hover {box-shadow: none; background-color: #003359;}
.service-tile-item .item .box:hover {color: #fff;}
.service-tile-item .item .box:hover h3, .service-tile-item .item .box:hover p {color:#fff!important;}
.contact-box .box {
	background: #f3f3f3;
    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;
}
.item .box .icon {
    height: 80px;
    font-size: 43px;
    width: 80px;
    line-height: 80px;
    margin: auto;
    background: rgb(0 181 242 / 15%);
    border-radius: 100%;
	margin-bottom:1rem;
}	
.service-tile-item:nth-child(2) .icon {
	color: #4caf50;
    background: rgb(76 175 80 / 14%);
}
.service-tile-item:nth-child(3) .icon {
    color: #ffc107;
    background: #ffc10736;
}
.service-tile-item:nth-child(4) .icon {
	color: #ff6c89;
    background: rgb(255 108 137 / 14%);
}
.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%);
}

.dark-wrapper:before {
content: "";
    background-image: url(/test/hm/shield-solid.svg) !important;
    background-position: top left !important;
    background-size: 50%;
    background-repeat: no-repeat !important;
    mix-blend-mode: luminosity;
    position: absolute;
    top: 0px;
    left: -32%;
    bottom: 0px;
    right: 0px;
    opacity: 0.05;
    z-index: 1;
}
.content-block, .title-block {
    z-index: 2;
    position: relative;
}





