.box-shadow {
		box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.shadow {
		text-shadow: 1px 1px 3px #444;
}

.service-card-arrow {
    display: inline-block;
    color: #f26522;
    transition: transform 0.28s ease, color 0.28s ease, opacity 0.28s ease;
}

.service-card:hover .service-card-arrow {
    transform: translateX(6px);
    color: #d9541e;
}

#item-14960529411 {
  border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.accordion-heading > a > span + i {
    font-size: 2rem !important;
}

.ba-item-icon-list .vertical-layout li {
    margin-top: 10px;
}