.services_description{
	padding-top: 25px;
    background: url("../images/map.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
    padding-bottom: 15px;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px,0px,0px);
}
.owl-style-11 .owl-stage-outer {
    margin: -20px;
    padding: 20px;
}.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}.box-icon-megan-title {
    font-weight: 400;
    letter-spacing: .025em;
    text-transform: none;
}
.digital-box{
	border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    min-height: 350px;
    box-shadow: 0px 0px 5px #949494;
    border-radius: 5px;
    background: white;
    margin-bottom: 20px;

}
.digital-link{
	color: #00689e;
	font-size: 22px;
	font-weight: 700px;
}
.digital-link:hover{
	color: red;
}
.digital-box img{
	height: 150px !important;
	width: 100%;

}