
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}
.service_icon {
	text-align: center;
    border: 2px solid #f6c606;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0px auto 25px;
}
.service_icon i {
    color: #fff;
    font-size: 40px;
    margin-top: 5px;
    position: relative;
    top: 14px;
    z-index: 20;
}
.service_icon span {
    background: #f6c606;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}